文件名称:java_File_Compile_oracleSql
介绍说明--下载内容均来自于网络,请自行研究使用
JAVA文件:
1.操作类FileOperator:有创建,查找,删除文件的功能,也支持动态的把TXT文件编译成CLASS文件,并加载使用。
2.sql_Manipulator类:
支持一般的数据库操作。
3.ClassMapToTable类
支持把JAVA类映射成数据库中的数据表形式的操作。-The class of this FileOperator: Be able to create, search and delete files. Also, it is supported that dynamically complie txt files into .class files with loading them into the program for use.
1.操作类FileOperator:有创建,查找,删除文件的功能,也支持动态的把TXT文件编译成CLASS文件,并加载使用。
2.sql_Manipulator类:
支持一般的数据库操作。
3.ClassMapToTable类
支持把JAVA类映射成数据库中的数据表形式的操作。-The class of this FileOperator: Be able to create, search and delete files. Also, it is supported that dynamically complie txt files into .class files with loading them into the program for use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sql_Manipulator.java
ClassMapToTable.java
FileOperator.java