摘要: 网络上流行的一段病毒代码 阅读全文
posted @ 2007-02-25 15:04 李阳 阅读(1770) 评论(0) 推荐(0) 编辑
摘要: 详解BMP木马 阅读全文
posted @ 2007-02-15 10:49 李阳 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2006-12-04 13:19 李阳 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 在代码中通过命令行创建SQL SERVER 数据库 阅读全文
posted @ 2006-08-29 14:42 李阳 阅读(2271) 评论(5) 推荐(0) 编辑
摘要: 最近发现一个2005新的特性,现给大家分享。 阅读全文
posted @ 2006-08-24 11:34 李阳 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 在C#编程的时候,由于一个功能需要播放一小段的AVI格式的短片,下边介绍的就是如何来简单方便的播放. 阅读全文
posted @ 2006-06-30 13:25 李阳 阅读(2318) 评论(2) 推荐(0) 编辑
摘要: 如果你想在install shield11.5 中制作卸载程序请按照以下的方式做: 首先,新建一个快捷菜单,在其对应的属性页中的shortcut text中写入UNINSTALL(你想写什么就写什么)在target 里面输入\InstallShield Installation Information\{2CE6588F-D966-41C7-BAEB-1DB319218F1A}... 阅读全文
posted @ 2006-06-14 10:14 李阳 阅读(2808) 评论(4) 推荐(0) 编辑
摘要: The singleton pattern is one of the best-known patterns in software engineering. Essentially, a singleton is a class which only allows a single instance of itself to be created, and usually gives simp... 阅读全文
posted @ 2006-04-18 17:35 李阳 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 当我们设计一个类时,首先要规划这个类主要是干什么用的,并且对外要放出哪些接口。这时就要设计这个类的对外接口都有哪些了。在进行多层次开发的时候,由于下层对上层是透明的,上层无须知道下层的操作方式以及代码,因此我主张层与层之间的交互主要靠的是接口。尽量不要用类。下面的代码是设计的接口,类,以及其他的层的调用。 1 public interface IMaster 2 ... 阅读全文
posted @ 2006-04-18 14:53 李阳 阅读(2327) 评论(17) 推荐(0) 编辑
摘要: public clsSimuResultByOneGoods GetOneGoodsSimulationXML(string PathAndFileName) { clsSimuResultByOneGoods OneGoods = new clsSimuResultByOneGoods();//自己定义的一个类 Hashtable A... 阅读全文
posted @ 2006-04-18 11:50 李阳 阅读(565) 评论(0) 推荐(0) 编辑