摘要: 原文:http://www.cnblogs.com/xiaochao1234/p/3806475.html内容摘要 1.程序架构 2.通信协议 3.服务器源代码 4.客户端源代码 5.运行效果 一、程序架构 在开发一个聊天室程序时,我们可以使用Socket、Remoting、WCF这些具有双向通信的... 阅读全文
posted @ 2014-06-25 10:16 没有想到好名字 阅读(315) 评论(0) 推荐(0)
摘要: 原文:http://www.cnblogs.com/dudu/p/aspnet_custom_error.html要在ASP.NET中处理好自定义错误(Custom Errors)首先要抛弃使用web.config\customErrors。 使用web.config\customErrors... 阅读全文
posted @ 2014-06-25 09:16 没有想到好名字 阅读(234) 评论(0) 推荐(0)
摘要: 使用System.Data.SQLite 下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作staticvoidMain(s... 阅读全文
posted @ 2014-06-25 09:15 没有想到好名字 阅读(421) 评论(0) 推荐(0)