-
AbsoluteFileBackupHelper
Like FileBackupHelper, but takes absolute paths for the files instead of subpaths of getFilesDir() Source Code for Java Script.
- 2013-10-02 01:36:45下载
- 积分:1
-
QueryTask
A task that gets suggestions from a corpus.
- 2014-01-15 10:00:59下载
- 积分:1
-
游戏基础, 游戏基础, 游戏基础, 游戏基础,游戏基础.
游戏基础, 游戏基础, 游戏基础, 游戏基础,游戏基础.-Game base, game base, game base, game base, game base, game base, game basis.
- 2022-05-19 18:33:46下载
- 积分:1
-
人力资源管理系统
人类
- 2022-12-18 04:50:04下载
- 积分:1
-
JAAS 例子代码,包括如何实现Kerberos Login,执行Action,以及实现Kerberos Delegation....
JAAS 例子代码,包括如何实现Kerberos Login,执行Action,以及实现Kerberos Delegation.-JAAS example code, including how to achieve the Kerberos Login, the implementation of Action, as well as Kerberos Delegation.
- 2022-04-07 18:45:13下载
- 积分:1
-
学生请销假管理系统
本作品为培训机构环境下的学生请销假系统,分为后台管理员、教师、学生以及游客4种身份。(This work is a student leave system under the environment of training institutions. It is divided into four identities: backstage administrator, teacher, student and tourist.)
- 2021-01-13 14:48:48下载
- 积分:1
-
学了2个月java 练习用~ 可以看下 希望同意
学了2个月java 练习用~ 可以看下 希望同意-please let me pass it
- 2022-07-07 13:18:43下载
- 积分:1
-
finaloverridingillusion.ziplic类dowhiledemo {
finaloverridingillusion.ziplic class DoWhileDemo {
public static void main(String[] args) {
String copyFromMe = "Copy this string until you encounter the letter g ."
StringBuffer copyToMe = new StringBuffer()
int i = 0
char c = copyFromMe.charAt(i)
do {
copyToMe.append(c)
c = copyFromMe.charAt(++i)
} while (c != g )
System.out.println(copyToMe)
}
}
-finaloverridingillusion.ziplic class D. oWhileDemo (public static void main (String [] args) (String copyFromMe = "Copy this string un til you encounter the letter g. "StringBuffer c opyToMe = new StringBuffer () int i = 0 char c = cop yFromMe.charAt (i) do (copyToMe.append (c) c = copyFromMe.charAt (i)) while (c! = g) System.o ut.println (copyToMe
- 2022-08-16 16:32:30下载
- 积分:1
-
jabsorb-1.3.2
jabsorb 是一个简单的轻量级的JSON-RPC 库,用于实现浏览器上的 JavaScript 和 Java 服务器端之间的通讯。(jabsorb is a simple lightweight JSON-RPC library used to implement communications JavaScript on the browser and the server-side Java between.)
- 2013-12-10 10:47:40下载
- 积分:1
-
jsp学生信息系统
学生信息系统,实现登录功能和教师录入成绩
- 2022-04-11 08:54:48下载
- 积分:1