
c#
sunnyfan99
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
.net 学习 读取XML文件
1. 读取xml 1. /// 2. ///获取Share.xml中排除Domain 3. /// 4. /// 5. publicstaticIListstring>GetexceptDomains() 6. { 7.原创 2014-07-29 22:19:05 · 590 阅读 · 0 评论 -
Socket 发送接收实例
1. 发送程序 while (true) { string Value = GetXml.Getxmlvalue; //读取xml文件中的IP/PORT //实例一个tcp客户端 TcpClient tcpClient = new TcpClient();原创 2014-08-20 14:39:16 · 553 阅读 · 0 评论 -
httpwebrequest/httpwebresponse实际项目使用
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using Sdw.Common; namespace ConsoleAppl原创 2014-11-29 13:52:54 · 429 阅读 · 0 评论