导航

05 2008 档案

摘要:本文是我在进行MS-Windows、HP-Unix网络编程的实践过程中总结出来的一些经验,仅供大家参考。本文所谈到的Socket函数如果没有特别说明,都是指的Windows Socket API。一、WSAStartup函数int WSAStartup(WORD wVersionRequested,LPWSADATA lpWSAData);使用Socket的程序在使用Socket之前必须调用WSA... 阅读全文

posted @ 2008-05-27 10:02 hcfalan 阅读(834) 评论(0) 推荐(0)

摘要:在Web.config的 <system.web></system.web> 里面添加如下代码,最大可上传 40 M(40×1024KB=40960KB),修改 maxRequestLength 的上限是 100M<httpRuntime executionTimeout="300" maxRequestLength="40960" useFullyQua... 阅读全文

posted @ 2008-05-24 09:18 hcfalan 阅读(333) 评论(0) 推荐(0)