搜索资源列表
spiderRss
- 一个rss 搜索引擎,专门抓取各个rss 聚会网站信息用来分析。 此项目的目录结构、组织相当的规范,包括单元测试、linux shell脚本等等。对于学习java来说是一个非常正规、标准的写代码案例。-A rss search engine dedicated to capture all the information to analyze site rss gathering. The project directory structure, organization fairly stan
test
- 在linux操作系统下,用shell脚本调用java程序-In the linux environment,use shell scr ipt to call a java code.
Shell
- java 调用linux shell命令-java call linux shell command
cov_utf8
- 使用shell脚本,在linux环境中批量转换文件夹中的文件为utf8编码-use shell to cov all the file to utf8 code
LinuxLocalExecuteShell
- 把java程序打包成jar包,拷贝到linux上执行时能运行shell脚本-The packaged into a jar java program package, copy to run on linux shell scr ipt execution
SimpleShellN.java
- 用java编写的linux下运行的shell interface-It serves as a shell interface that accepts user commands and then s each command in a separate process external to the Java virtual machine.
JAR包
- 一个可执行的文件包,简单说jar包就是一个外包。、 Java 程序是由若干个 .class 文件组成的。这些 .class 文件必须根据它们所属的包不同而分级分目录存放;运行前需要把所有用到的包的根目录指定给 CLASSPATH 环境变量或者 java 命令的 -cp 参数;运行时还要到控制台下去使用 java 命令来运行,如果需要直接双击运行必须写 Windows 的批处理文件 (.bat) 或者 Linux 的 Shell 程序。 在 Windows 下安装 JRE (Java Runt