搜索资源列表
rssowl_1_1_src
- RSSOwl是利用java语言、运用SWT工具包开发的类似于快速图像查询图书馆的RSS/RDF/Atom新闻广播员,在列表形式下阅读新闻,按种类收藏最喜爱的内容,输出到PDF/ RTF/ HTML/OPML,接受来自 OPML 的输入,运行全文搜寻,在内在的浏览器中使用。-formats using java language, the use SWT kit similar to the rapid development of the Image Library for the RSS /
shangjun
- 本文件是java连接sql数据库并且能够进行显示表内容-java sql database connectivity and can then display the contents of Table
java-xml
- 从数据库表中生成xml文件和把xml文件数据导入数据库的例子代码。-Generate xml from the database table file and the xml file data into a database of examples of code.
analyzeSQL
- 分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
JDBCProject
- 实例 建立一个学生表student ,包括三个属性:学号、姓名和年龄,其创建语句如下: create table student (id varchar(10) primary key,name varchar(20), age int) 实现的功能: 向表student中插入一条记录id=000099988,name=zhhdhh,age=45 输出显示所有的记录。 实现方式: 纯Java驱动 JDBC-ODBC桥-装载驱动程序 JDBC/ODBC桥: