搜索资源列表
binaryio
- VB.NET开发的IO操作,关于PDA开发放面的!
safeOper
- 这是国内首本在网站系统安全开发规范方面的应用手册,由动易软件安全工程师们耗时近6个月精心编制而成。手册基于.NET 2.0 的网站系统开发环境进行编写,共分为十三大项,30个小项,介绍了输入验证、输出编码、SQL注入、跨站脚本攻击、跨站请求伪造、越权操作、IO操作安全、缓存泄漏、系统加密、信息批漏、日志和监测、Web.config安全配置等方面的内容,并列明具体的防御手段和方法,从而为网站开发人员提供了一本深具实操性的工具书。 -This is the first site of the s
3333
- 《.NET网络编程与IO技术实践》书籍的配套源代码-《. NET network programming with IO technology practice》books supporting source code
tianqi
- 通过此程序可以获得天气预报以及掌握分割html代码,以及io流操作-Through this program have access to weather forecasts, as well as html code division, as well as the operation flow io
slnUsingIserialization
- NET网络编程与IO编程,visual basic .net 2005编译通过。-串行化!
OpenNETCF[1].IO.Serial
- .net serial communication
Source_Code_.NET_Network_programming_with_IO_Techn
- 《.NET网络编程与IO技术实践》一书系统的介绍了.NET网络编程中IO技术的细节和各类的使用. 本资源为其随书代码, 有完整的.NET工程文件. 欢迎大家下载评论.-The source code of the <.NET network programming with IO Technology Practice>
EnumerateFile
- 该应用程序可以快速查找文件夹的文件,比IO自身的getfiles快一倍,采用Win32API函数 FindFirstFile , FindNextFile,FindClose.-The application can quickly find the file folder, and twice as IO itself getfiles fast Win32API functions FindFirstFile, FindNextFile, FindClose,
Agar.io-Server
- Agar.io Server.rar source code server
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne