从0.1开始学C#  
小女子要开始学习C#了,主要是网络编程和画图两方面。 以前只学过C,也没怎么编过程序, 故而这个标题。 学习过程中,把自己学习的东西总结一下。 希望偶尔路过的高人多多指教 谢谢!^_^

2009年5月13日

摘要: 主程序: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->publicstaticintMain(String[]args) { IPA... 阅读全文
posted @ 2009-05-13 10:57 阿朵 阅读(3975) 评论(3) 推荐(0) 编辑
 
摘要: 服务器端 TCPServer 1、使用的通讯通道:socket 2、用到的基本功能: Bind, Listen, BeginAccept EndAccept BeginReceive EndReceive 3、函数参数说明 Code highlighting produced by Actipr... 阅读全文
posted @ 2009-05-13 10:36 阿朵 阅读(16967) 评论(6) 推荐(1) 编辑