搜索资源列表
JavaLoader
- 发布java应用程序的同时发布jdk,然后可以通过这个小程序直接引导java应用程序,比用*.bat的批处理文件好看多了,没有那个讨厌的控制台窗口。【源代码,C++/C】-released java applications jdk released at the same time, this can then be passed directly to guide small java applications, *. bat than the batch file pretty much,
javagamestudy3
- java游戏编程导学系列三 使用说明 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。 注意:运行这个应用程序,需要安装JRE(Java Runtime environment,java运行 环境) 本章的资源文件包括: play.bat 读者可以直接运行这个批处理文件来运行“网络俄罗斯方块”(请 注意在同一目录下是否存在matrix.jar文件) matrix.jar 打包的“网络俄罗斯方块”游戏,它把所有网络
RenameLrcPro
- 在使用mp3时,我们常将网上下载的歌词文件名去掉空格后重命名.lrc文件,此程序可批量更改歌词文件名称,将文件名中的空格去掉。-In the use of mp3, we often download the lyrics to remove the space after the file name to rename. Lrc file, change the lyrics of this program can batch file name, the file name in the s
xeChanger
- NETBEANS6.5的项目包。能够对文件进行批量的重命名操作,支持分割、替换、插入、编号等功能。-NETBEANS6.5 package of projects. Batch file to rename the operation, to support the split, replace, insert, ID and other functions.
examOnlineTest
- 采用SSH实现在线考试系统。完成登陆,在线考试,在线批卷,在线打分,在线上传等功能。 1:修改applicationContext.xml 里的数据库配置文件 修改成本机的oracle的真实数据名称,用户名和密码 2:执行sql.txt 脚本 3:进入http://localhost:8080/MyOnLineTest/main.jsp 主页 管理员wzg 密码-Achieve the online examination system using SSH. Complete
DelCommon
- 用java编写的代码注释删除小工具,能去文本中掉//和/* */注释。 第一个按钮的功能为去掉文本框1中代码的注释,输出到文本框2. 第二个按钮的功能为批量删除文件中的注释,并输出到当前目录(新文件-Java code written using the Notes gadget, the text can go out// and /**/comment. The function of the first button to remove the code text box to a com
234
- 简单实现文件批量重命名。简单实现文件批量重命名。-Simple implementation file batch rename. Simple implementation file batch rename.
struts2_demo
- struts2_demo是一个非常适合struts2初学者的入门实例。里面包括了10个小故事,每个故事都针对一个经典的知识点: 第一个故事,讲述如何在Struts2.0里开发你的Hello world 第二个故事,模拟登陆,主要是看formbeean对象在action里怎么用 第三个故事,操作调用自己的方法,而不是execute() 第四个故事,处理一个form多个submit 第五个故事,关于struts2.0的验证框架 第六个故事,关于struts2.0的多文件上传
API_lucene3.0.0
- 完成网站的批量文件的搜索功能,最新版的中文API,有助于提高网站的搜索性能-Batch file to complete the site' s search function, the latest version of the Chinese API, will help improve the site' s search performance
Yard0.2.0
- 用JAVA实现的中文语料分割。使用时直接点击yard批处理文件在DOS界面操作。 -Implemented with JAVA Chinese corpus segmentation. Click the yard when used directly in the DOS batch file interface operation.
FileRename
- 文件或文件夹批量重命名,简单例子。没有做子文件夹的递归-Batch file or folder to rename, simple example. Does not do recursive subfolders. .
RMI
- java远程方法调用RMI实现简单会晤管理,运行批处理文件即可,java1.6平台-java remote method invocation RMI simple meeting management, you can run a batch file, java1.6 platform
java_memcached-release_2.6.3
- java_memcached-release_2.6.3,memcached for java 工具,直接运行里面的批处理文件就可以运行了-java_memcached-release_2.6.3, the memcached for the java tool, run directly inside the batch file you can run
JODConvert
- 利用jodconverter(基于OpenOffice服务)将word文件批量转化为pdf格式.-Jodconverter (based the OpenOffice services) to the the word batch file converted to pdf format.
FTP_85220_85220
- rc目录包括各个程序的源代码,其中有: FClient(命令行界面的客户端) FClientFrame(图形界面的客户端) FServer(单线程服务器) FThreadServer(多线程服务器) 各个程序目录里面包含了各自的源程序(src文件夹)、二进制class文件(bin文件夹)以及javadoc文档(doc文件夹),还包含了批处理文件(build.bat、run.bat)。 demo目录含有各个程序运行必须的批处理文件。包括 runc.bat 运
JAVA-operator-MS-DOS
- JAVA操作批处理文件或exe文件并打印获取到消息的事例(源码)-JAVA batch file or EXE file and print access to news stories (source)
file-extend-example
- 这是自己开发的一个简单的文件搜索程序,可以实现文件拓展名的搜索,对于您开发批量搜索文件会有帮助-This is their development of a simple file search program, you can expand the name of the implementation file search, search for your batch file will help develop
bat
- 批处理文件,对音乐视频等文件进行批量处理-Batch file
batch-import-2.2
- 读取excel文件中节点和关系信息,向neo4j图数据库中批量增加节点和关系-Read excel file information nodes and relationships, to increase neo4j map in batch nodes and relationships
JAR包
- 一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runt
