摘要:1、概述 前文说明了一些基本的概念和设计思路,从uml图中可以看出很多的内容,比如类关系,组件关系,下文将要使用java实现第一部分的设计。
2、实现transformdata
/*
* created on 2004-7-21 by jem.lee
*
* transformdata is a part of cn.bs.common.transdata
......
摘要:http://blog.csdn.net/yiruoyun/archive/2004/10/18/141514.aspx
//使用方法:// bmpsafe.exe /file2bmp (input bmp) (input file to hide) [output file]//bmpsafe.exe /bmp2file (data bmp) [output file]using system......
CU的精彩文章推荐spamassassin的中文垃圾邮件过滤规则集 【程序编程相关:
我以前的那个投票系统的一个应用实例】 【推荐阅读:
富士通Interstage平台Apcoo】
【扩展信息:
已经完成新的TextBox和ListBo】
摘要:http://blog.csdn.net/yiruoyun/archive/2004/10/17/140219.aspx
钩子其实就是调用一下api而已:
1、安装钩子: setwindowshookex 函数原形:hhook setwindowshookex( int idhook, // 钩子类型, hookproc lpfn, // 钩子函数地址 instance hmod, ......