随笔分类 - C#
摘要:http://www.cnblogs.com/chenxizhang/archive/2011/09/10/2172994.html
阅读全文
摘要:https://github.com/headsling/Node.cs
阅读全文
摘要:https://segmentfault.com/a/1190000003834832
阅读全文
摘要:http://dotnetzip.codeplex.com/
阅读全文
摘要:http://visualstudiogallery.msdn.microsoft.com/
阅读全文
摘要:如何在C#中实现图片缩放 http://www.newasp.net/tech/net/13723.html asp.net上传图片生成缩略图 http://www.cnblogs.com/feelboy/archive/2010/08/20/1804674.html
阅读全文
摘要:http://blog.chinahr.com/blog/³ÌÓ¢º¼/post/29635http://www.yesky.com/20011209/209018.shtmlusing System.Net.Mail;try { MailMessage mail = new MailMessage("发送@163.com", "接收方@qq.com", "主题 ", "电子邮件的主要内容"); SmtpClient smtp = new SmtpClie
阅读全文
摘要:http://blog.csdn.net/lizhizhe2000/archive/2006/09/19/1249209.aspxusing System;using System.Runtime.InteropServices;namespace EAE.MyServiceInstaller{class ServiceInstaller{ #region Private Variables private string _servicePath; private string _serviceName; private string _serviceDisplayName; #endregi
阅读全文
摘要:http://www.cnblogs.com/anjou/archive/2008/05/20/1203290.html使用C#代码安装 Windows 服务(不使用InstallUtil) usingSystem;usingSystem.Collections.Generic;usingSystem.ServiceProcess;usingSystem.Configuration.Install;staticclassProgram{///<summary>///应用程序的主入口点。///</summary>[STAThread]staticvoidMain(stri
阅读全文