03 2012 档案
Eclipse 安装SVN插件
摘要:Help > Install New Software... > select Indigo - http://download.eclipse.org/releases/indigo > Collaboration 阅读全文
posted @ 2012-03-13 20:34 Robbery 阅读(160) 评论(0) 推荐(0)
ADT
摘要:ADT:https://dl-ssl.google.com/android/eclipse/SDK:http://developer.android.com/sdk/index.html 阅读全文
posted @ 2012-03-08 21:56 Robbery 阅读(196) 评论(0) 推荐(0)
根据IP从纯真IP数据库查询地址
摘要:IPLocation.QQWry qqwry = new IPLocation.QQWry("Data/QQWry.Dat"); IPLocation.QQWry.IPLocation loc = qqwry.GetAreaByIP(ip.ToString()); loc.Country + " " + loc.Area下载文件 阅读全文
posted @ 2012-03-02 00:38 Robbery 阅读(283) 评论(0) 推荐(0)
C#序列化JSON对象
摘要:System.Runtime.Serialization.Json.DataContractJsonSerializer示例:using (MemoryStream ms = new MemoryStream()) { System.Runtime.Serialization.Json.DataContractJsonSerializer json = new System.Runtime.Serialization.Json.DataContractJsonSerializer(typeof(T)); ... 阅读全文
posted @ 2012-03-01 15:55 Robbery 阅读(832) 评论(0) 推荐(0)