文章分类 -  C# && framework

摘要:一个 System.Security名称空间的标准应用 阅读全文
posted @ 2011-05-12 20:06 J先生不太忙 阅读(967) 评论(4) 推荐(0)
摘要:一个XLUO写的关机程序,至于XLUO是谁,就不告诉大家了。引用名称空间using system.IO;方法内容:string tempFileName=string.Format("{0}.bat",new Random().Next().ToString()); string tempFileContent="SHUTDOWN -S -T 30"; System.IO.StreamWriter sw = new System.IO.StreamWriter(tempFileName); sw.Write(tempFileContent); sw.Cl 阅读全文
posted @ 2011-05-12 19:59 J先生不太忙 阅读(78) 评论(0) 推荐(0)
摘要:一个图片以二进制流存储的讲解 阅读全文
posted @ 2011-05-06 10:16 J先生不太忙 阅读(193) 评论(0) 推荐(0)