V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jsq2627  ›  全部回复第 84 页 / 共 100 页
回复总数  1990
1 ... 80  81  82  83  84  85  86  87  88  89 ... 100  
2015-04-17 16:46:56 +08:00
回复了 ivanchou 创建的主题 问与答 现在主流是用 c++ 还是 c# 开发客户端啊
面相大众的软件最好不要C#,部署不是一般的麻烦
有时候特定需求下 Azure 可能比阿里云还便宜。最好仔细算算。
2015-04-08 12:44:16 +08:00
回复了 holinhot 创建的主题 DNS 关于 dns 负载均衡
接上。
如果两个地方记录不一致,实际上也没什么大问题。只有存在根上的 glue records 才是实际解析时用到的记录。
2015-04-08 12:42:11 +08:00
回复了 holinhot 创建的主题 DNS 关于 dns 负载均衡
@louishothot RFC 里要求这样做,因为 ns1.qq.com 在 com 的 name server 里是被认为是“非权威记录”,为了保证“权威 name server 记录有该域下所有的记录”这个原则,所以 glue records 也得添加在 ns1.qq.com 下。

http://www.rfcreader.com/#rfc1034

One of the goals of the zone structure is that any zone have all the
data required to set up communications with the name servers for any
subzones. That is, parent zones have all the information needed to
access servers for their children zones. The NS RRs that name the
servers for subzones are often not enough for this task since they name
the servers, but do not give their addresses. In particular, if the
name of the name server is itself in the subzone, we could be faced with
the situation where the NS RRs tell us that in order to learn a name
server's address, we should contact the server using the address we wish
to learn. To fix this problem, a zone contains "glue" RRs which are not
part of the authoritative data, and are address RRs for the servers.
These RRs are only necessary if the name server's name is "below" the
cut, and are only used as part of a referral response.
2015-04-08 12:27:20 +08:00
回复了 nellace 创建的主题 iDev 写程序时有没有过突然发现某某方法非常爽的用法
C# 的 LINQ。Java 就没,哼 <( ̄︶ ̄)>
2015-04-08 12:15:38 +08:00
回复了 holinhot 创建的主题 DNS 关于 dns 负载均衡
如果你提交 glue records 的时候,给
ns1.qq.com 写了四个地址
192.168.101
192.168.102
192.168.103
192.168.104

那么解析行为是由客户端决定的。客户端向根服务器查 ns1.qq.com 的时候,根会返回所有IP,到底选择哪个 IP 是客户端决定的。
2015-04-08 12:12:08 +08:00
回复了 holinhot 创建的主题 DNS 关于 dns 负载均衡
提交 glue records 的时候是没法分地区的。
也就是说没法让 ns1.qq.com 在不同区域解析为不同 IP。如果非要让不同的区域访问到不同机房的话,只能做 anycast。

要做分区域解析,是在 name server 上根据来源 IP 返回不同的 A 记录的。
2015-04-01 13:15:20 +08:00
回复了 jeeve 创建的主题 分享发现 Spartan 斯巴达浏览器之浏览迷初体验
@hebeiround 我说怎么我看不到书签栏,原来是因为高 DPI...

------------

话说最近很讨厌遇到问题不上 Windows Feedback 反馈反而在各大论坛抱怨的用户,TP 版本来就不是给这些人用的。每次上 PCBeta 论坛都感觉有不少人智商捉急啊 = =
2015-03-27 20:59:33 +08:00
回复了 sheephe 创建的主题 iPad 刚充电发现了一个好玩的现象
这是外壳漏电。LZ可以用万用表测测电压。

“偶尔摸到外壳时让您精神一震也是苹果的设计之一。”

http://www.zhihu.com/question/19600403
2015-03-24 12:29:44 +08:00
回复了 liuhaotian 创建的主题 分享创造 如果你愿意花一点时间一起学习一门语言,请你加入 V4CO
font-family 应该要考虑一下 Windows。
2015-03-22 21:17:58 +08:00
回复了 phoenixlzx 创建的主题 SSL [雑貨屋] 100 张 COMODO PositiveSSL 单域名证书
第一次下单的时候忘记填优惠码了。。
换了个邮箱第二次下单,一切 ok,就是还没收到任何通知邮件。
预装系统的 KEY 是写入主板的。
http://www.52windows8.com/use-of-skills/8457.html
2015-03-19 16:30:36 +08:00
回复了 jsq2627 创建的主题 宽带症候群 DNSAgent v1.2 [内附简单介绍]
@mwylaoma Windows 自己也会缓存解析结果,感觉在服务端上再做一遍缓存意义不大
LZ 挺逗的
2015-03-17 15:27:02 +08:00
回复了 raysmond 创建的主题 程序员 用 Angularjs 重构了整个 Raysnote 笔记本前端, v2.0 上线
中文和西文之间要保留一个空格。
是 Markdown 不是 markdown。
2015-03-11 16:49:56 +08:00
回复了 typcn 创建的主题 程序员 大家今年的 Workspace 有多大了?
http://i.v2ex.co/e8cMda8k.png

若不是LZ提醒还真没发现会这样,该清理了。
2015-03-07 12:46:41 +08:00
回复了 cmkpl 创建的主题 问与答 你们有谁在微软公布开源后已从 Java 平台切换到 .net 平台?
虽然 .NET 开源了,但目前在 Linux 上还没有完整的实现,还不是迁移的时候。应该等下一代 .NET 推出以后才会有人考虑迁移的吧。
1 ... 80  81  82  83  84  85  86  87  88  89 ... 100  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1740 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 16:34 · PVG 00:34 · LAX 09:34 · JFK 12:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.