分类:
用C#实现生成PDF文档

用C#实现生成PDF文档

栏目分类:C# 浏览次数:255 发布时间:2015-09-26

WEB开发专业社区,阿里西西WEB开发。 usingSystem; usingSystem.IO; usingSystem.Text; usingSystem.Collections; namespacePDFGenerator publicclassPDFGenerator staticfloatpageWidth=594.0f; staticfloatpageDepth=828.0f; staticfloatpage...

TAG:
C#实现Web文件的上传

C#实现Web文件的上传

栏目分类:C# 浏览次数:178 发布时间:2015-09-26

C#实现Web文件的上传-1 usingSystem; usingSystem.Data; usingSystem.Data.SqlClient; usingSystem.Web.UI.HtmlControls; usingSystem.Drawing.Imaging; usingSystem.Configuration; usingSystem.Drawing; namespacezhuanti ///summary ///这是一个...

TAG:
选择文件夹的对话框控件c#

选择文件夹的对话框控件c#

栏目分类:C# 浏览次数:250 发布时间:2015-09-26

我们知道,C#里面有选择文件的对话框控件,却没有选择文件夹的对话框控件,不少人为了选择一个文件夹只好自己用TreeView类来处理,其实在C#里面完全不用那么麻烦,我们可以用C#的...

TAG:
[C#]I/O完成端口的类定义和测试实例

[C#]I/O完成端口的类定义和测试实例

栏目分类:C# 浏览次数:181 发布时间:2015-09-26

从William Kennedy那里整理过来的,不同之处在于他自己定义了一个Overlapped,而我们这里直接使用 System.Threading.NativeOverlapped.附一段我以前的Win32下的IOCP文档,如果您了解IOCP也可以直接跳过...

TAG:
特洛伊木马服务器源代码(C#)

特洛伊木马服务器源代码(C#)

栏目分类:C# 浏览次数:204 发布时间:2015-09-26

Web开发编程软件 界面设计软件! usingSystem;usingSystem.Drawing;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.Windows.Forms;usingSystem.Data;usingSystem.IO;usingSystem.Net;usingSystem.Net.Sockets;usingSystem.Thr...

TAG:
Destructors in C#

Destructors in C#

栏目分类:C# 浏览次数:198 发布时间:2015-09-26

Destructors in C# By Ansil Introduction In the enterprise application development world, the buzzwords are Performance, Scalability, and Security. I started my career as a VC++ programmer, and one fine morning, I was transferred to Web deve...

TAG:
c#中结构与类的区别

c#中结构与类的区别

栏目分类:C# 浏览次数:179 发布时间:2015-09-26

目录 类与结构的实例比较 类与结构的差别 如何选择结构还是类 一.类与结构的示例比较: 结构示例: publicstructPerson stringName; intheight; intweight publicbooloverWeight() //implementsomething 类示例...

TAG:
用C#轻松在DOTNET中实现缩略图

用C#轻松在DOTNET中实现缩略图

栏目分类:C# 浏览次数:247 发布时间:2015-09-26

菜鸟学堂: 帮助你快速入门web开发! 最全面的通用函数集! 以前,在页面上实现缩略图必须借助第三方组件。现在,有了.NET,就可以很轻松地实现缩略图。下面就是实现缩略图的例子...

TAG:
C#反编译微软MSDN2003的帮助文档,并将反编译结果保存到一个SQLSERVER数据库中

C#反编译微软MSDN2003的帮助文档,并将反编译结果保存到一个SQLSERVER数据库中

栏目分类:C# 浏览次数:220 发布时间:2015-09-26

usingSystem; usingSystem.Drawing; usingSystem.Collections; usingSystem.ComponentModel; usingSystem.Windows.Forms; namespaceMSDNOUT ///summary ///反编译微软MSDN2003文档并保存到数据库的程序主窗体 ////summary publicclassdlg...

TAG:
递归枚举排列、组合的C#源码

递归枚举排列、组合的C#源码

栏目分类:C# 浏览次数:188 发布时间:2015-09-26

服务器安全技术文章,服务器攻防技术... 服务器软件下载 大约是2001年时候用VS7beta写的一点东西了,现在回看起来不是一般的幼稚。。。好处是还能运行:),看到CSDN上有朋友要C#的代...

TAG: