-
javaautomate
java files for automate re to nfa
- 2012-04-10 20:46:50下载
- 积分:1
-
DialogFX-master
说明: java 弹出框 例子,可以直接引用使用(web frame source,easy to study and easy to use in your project)
- 2018-12-30 15:19:28下载
- 积分:1
-
iBatis3
java 中iBATIS3.0的使用文档
介绍了iBATIS文件的配置(java in iBATIS3.0 document describes the use of iBATIS configuration files)
- 2010-10-12 10:38:20下载
- 积分:1
-
DRWyuanliyingyong
DWR 原理英文原版。希望能对学习该技术的人员起到作用。(DWR principle of the English original. The hope is to learn the art will play a role.)
- 2013-12-18 16:55:04下载
- 积分:1
-
abouttimesanta
圣诞老人骑着雪橇在天上飞,本游戏的最大特色是物理系统很完美,模拟出了很逼真的物理效果,玩家通过上下左右来控制雪橇下落。(Santa Claus riding a sleigh in the sky fly, the Games are the most significant feature of the physical system is perfect, a very realistic simulation of physical effects, the player passed up and down around to control the sled whereabouts.)
- 2009-03-06 14:59:00下载
- 积分:1
-
0321556054.pdf
Java Reference book for OCJP(prev SCJP)
- 2014-02-14 16:33:10下载
- 积分:1
-
MD5
JAVA开发的文件加密程序,带界面,可随机生成密码。使用MD5方法生成密钥,进行加密。由eclipse开发。(JAVA development file encryption program, with the interface, can be randomly generated password. Using the MD5 method to generate keys for encryption. By the eclipse development.)
- 2013-06-24 20:18:19下载
- 积分:1
-
外挂
说明: 简单魔力辅助,适合单机魔力;各种私服,带防挂不行(Simple Magic Assist, Suitable for Single Machine Magic)
- 2019-08-08 12:18:24下载
- 积分:1
-
sslsocket
说明: java实现客户端/服务器的ssl通信。附带证书。(java achieve client/server ssl communication. Attached to the certificate.)
- 2008-10-31 15:43:59下载
- 积分:1
-
ClassMemeberPriviledge
实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。
4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class.
4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
- 2013-04-01 20:00:25下载
- 积分:1