上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Reflection; namespace ConsoleApplication1 { class Program { static void Main(string... 阅读全文
posted @ 2016-07-26 09:43 尘梦 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 服务端 客户端 阅读全文
posted @ 2016-07-14 11:29 尘梦 阅读(10287) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ne... 阅读全文
posted @ 2016-07-12 11:04 尘梦 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ne... 阅读全文
posted @ 2016-07-11 09:46 尘梦 阅读(260) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ne... 阅读全文
posted @ 2016-07-11 09:41 尘梦 阅读(680) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ne... 阅读全文
posted @ 2016-07-08 11:30 尘梦 阅读(308) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ne... 阅读全文
posted @ 2016-07-07 09:45 尘梦 阅读(394) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Th... 阅读全文
posted @ 2016-07-07 09:18 尘梦 阅读(1178) 评论(0) 推荐(0) 编辑
摘要: Cookie与Session cookie 列子 if(!isset($_COOKIE['cookie'])){ setcookie("cookie",date('Y-m-d H:i:s')); echo "欢迎访问";}else{ setcookie("cookie",date('y-m-d H: 阅读全文
posted @ 2016-07-04 16:08 尘梦 阅读(134) 评论(0) 推荐(0) 编辑
摘要: • 相关类 •IPAddress类:包含了一个IP地址 •IPEndPoint类:包含了一对IP地址和端口号 • 方法们 •Socket (): 创建一个Socket •Bind(): 绑定一个本地的IP和端口号(IPEndPoint) •Listen(): 让Socket侦听传入的连接尝试,并指定 阅读全文
posted @ 2016-07-04 11:25 尘梦 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 28 下一页