02 2012 档案
摘要:C:\>nslookup> set q=txt> freebd.com.cnServer: gjjline.bta.net.cnAddress: 202.106.0.20Non-authoritative answer:freebd.com.cn text ="name=zzz intro=mydomain"
阅读全文
摘要:目录auth.createToken (3.0版本开始支持) 为客户端程序获取Token.auth.getSession 通过Callback链接里的auth_token参数返回对应当前用户的Session Key.auth.register 注册用户.auth.encodePassword 获得加密密码,原始密码或者MD5后的密码再次加密用于身份验证.forums.create 创建版块.forums.get 获取版块信息.forums.getIndexList (3.0版本开始支持) 获取版块列表.messages.get (3.0版本开始支持) 获取消息列表.messages.send(
阅读全文
摘要:最近装上了ReSharper,确实是个很不错的工具,代码如果写得不规范他会提示,而且可以根据自己公司的需求自定义代码规范。默认设置的提示已经相当完美,但美中不足就是老提示你用var来代替所有类型。个人实在是不喜欢var这个东西。To disable these suggestions, do the following:Go to the ReSharper menu and select Options…From the resulting dialog box, select Code Inspection, Inspection Severity.Select the C# tab an
阅读全文