V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  jsq2627  ›  全部回复第 84 页 / 共 100 页
回复总数  1996
1 ... 80  81  82  83  84  85  86  87  88  89 ... 100  
2015-05-05 18:55:18 +08:00
回复了 lalalakakaka 创建的主题 问与答 中了小众病毒了怎么办(怎么手动查杀)?
试试
sfc /scannow
命令

用来修复被替换或者损坏的系统文件
https://support.microsoft.com/en-us/kb/929833
2015-05-05 13:55:49 +08:00
回复了 imydou 创建的主题 服务器 Windows Server 被流量攻击有什么办法?
才2m。。。先直接升级网络吧
2015-05-04 21:04:47 +08:00
回复了 weyou 创建的主题 问与答 知乎是不是挂了
一定有 jian 情。。。
http://i.imgur.com/u8tHSOG.jpg
2015-04-30 02:59:30 +08:00
回复了 bazingaterry 创建的主题 程序员 VS 支持 Mac + Linux 了
@sallowdish 刚刚的 build 大会上才宣布的。。怎么会是老消息
2015-04-25 17:09:40 +08:00
回复了 li24361 创建的主题 程序员 烦也烦死了,要换城市工作,台式机怎么运输啊
抱着机箱上火车
2015-04-25 14:58:59 +08:00
回复了 newghost 创建的主题 问与答 流量 2KIP/d 的网站, Google Adsense 一般广告收入是多少?
每天 6k-7k UV,40k-50k PV 的论坛,试着投放过帖内二楼广告,一个月的点击数没超过100。活跃用户里 adblock 的装机率出奇的高。
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
1 ... 80  81  82  83  84  85  86  87  88  89 ... 100  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5598 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 02:35 · PVG 10:35 · LAX 19:35 · JFK 22:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.