该文被密码保护。 阅读全文
posted @ 2017-02-20 12:37 旗木卡卡赵赵 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-20 11:33 旗木卡卡赵赵 阅读(1) 评论(0) 推荐(0) 编辑
摘要: c# 获取xml节点 属性值 阅读全文
posted @ 2017-02-15 11:13 旗木卡卡赵赵 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 短信接口 阅读全文
posted @ 2017-02-03 13:53 旗木卡卡赵赵 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 消息框代理 阅读全文
posted @ 2017-02-03 09:53 旗木卡卡赵赵 阅读(235) 评论(0) 推荐(0) 编辑
摘要: DateTime dt = DateTime.ParseExact(dateString, "yyyy-MM-dd HH:mm:ss.fff", System.Globalization.CultureInfo.CurrentCulture); 阅读全文
posted @ 2016-11-17 21:24 旗木卡卡赵赵 阅读(240) 评论(0) 推荐(0) 编辑
摘要: XmlDocument doc = new XmlDocument(); doc.Load(localxml + "\\" + Path.GetFileName(xinhuaxml)); System.Xml.XmlElement root = doc.DocumentElement; string 阅读全文
posted @ 2016-11-11 13:38 旗木卡卡赵赵 阅读(605) 评论(0) 推荐(0) 编辑
摘要: 调试时把VS的“局部变量” 窗口给隐藏起来,再重新调试,这时“局部变量”窗口就不会显示了,此时再单步断点的话,就不会出现标题中所述的错误了。 阅读全文
posted @ 2016-09-12 17:28 旗木卡卡赵赵 阅读(4663) 评论(0) 推荐(0) 编辑
摘要: string ipStr="172.27.190.117";IPAddress ip;if(IPAddress.TryParse(ipStr,out ip)){ MessageBox.Show("合法IP");}else{ MessageBox.Show("非IP");} 阅读全文
posted @ 2016-08-31 16:25 旗木卡卡赵赵 阅读(2760) 评论(0) 推荐(0) 编辑
摘要: 有的时候,项目名称和需要生成的EXE的名称不一样,所以需要指定生成的EXE的名称 。 在应用程序 属性 程序集信息 中 修改 阅读全文
posted @ 2016-08-17 18:50 旗木卡卡赵赵 阅读(3827) 评论(0) 推荐(1) 编辑