资源列表
trace
- 搜集任意数据,追加到文本文件-arbitrary collection of data, additional to a text file
CmdExec
- Java处理命令行程序-Java command line handling procedures
stop-injection
- 防止ASP注入的源码,可将里面的代码直接复制使用或者将其作为单独文件使用
fh110
- 课本上的程序,我自己输的。大家交流,学习,指点。
chongzai
- 关于重载重载:在一个类定义中,可以编写几个同名的方法,但是只要它们的签名参数列表不同,Java就会将它们看做唯一的方法。 简单的说:一个类中的方法与另一个方法同名,但是参数表不同,这种方法称之为重载方法。-With regard to overloading overloading: In a class definition, you can write a few of the same name method, but as long as they are different f
Qt
- 一个简单的qt算法哦 是自己做的 有需要的下吧-simple qt
Slave-tozin
- bascom program send for you
MyCertificateFactorySpi
- Additional class for verification CertificateFactorySpi and CertificateFactory classes.
Sprite
- This interface describes objects that can paint themselves, possibly varying as a function of time.
jianyiyuanma
- 简易JAVA源码,输入IP即可实现连天功能,非常简单,容易理解-Easy JAVA code, enter the IP can be realized groaning function is very simple, easy to understand
RandomString
- * * 取随机字符串 * @param length * 返回随机字符串的长度 * @param type * 要取的字符串类型: * i、取数字 * l、取小写字母 * u、取大写字母 * s、取特殊字符 * @return String 随机字符串 -Descr iption: This class is used to obtain a random string