登录
首页 » Java Develop » My graduation project, JAVA implementation into a database, I used Java as a pro...

My graduation project, JAVA implementation into a database, I used Java as a pro...

于 2022-07-27 发布 文件大小:83.05 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

本人的毕业设计,JAVA实现数据库转化,我用Java作为编程语言(Java的版本是6.0),JDOM作为XML解析器。数据库是SQL Server 2000,开发工具是NetBeans IDE 5.5 大家在运行程序的时候最好还是使用NetBeans IDE 5.5和Java 6.0,因为我设计的是图形界面,在设计的时候我用到了NetBeans的Swing设计工具Martisse,如果把我的程序放在JBuilder、Eclipse或JCreator中无法运行的(NetBeans是免费下载的) src就是我程序的源代码,XRSystem.SQL就是建立数据库的脚本文件,解压缩后在查询分析器中打开直接运行就可以建立好数据库,文件夹XML是几个XML文档示例-My graduation project, JAVA implementation into a database, I used Java as a programming language (Java version 6.0), JDOM as an XML parser. Database is SQL Server 2000, development tools, NetBeans IDE 5.5 U.S. are running the program at a time when it would be better to use NetBeans IDE 5.5 and Java 6.0, because my graphics are designed to interface design at a time when I used the NetBeans Design Tools Martisse of Swing If I put the procedure on JBuilder, Eclipse or JCreator can not run in the (NetBeans is a free download) src is the source code of my program, XRSystem.SQL is set up the database script file, unzip it in the Query Analyzer open a direct op

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 针对出租业务而设计的出租计费系统,此系统完全是基于J2EE的计费系统...
    针对出租业务而设计的出租计费系统,此系统完全是基于J2EE的计费系统 -Designed for the rental business rental billing system, this system is fully J2EE-based billing system
    2022-01-26 19:36:08下载
    积分:1
  • 如何用一个通用的java程序找到任何一组java元素集(Object)的全部所有的组合集?这个私人收藏的简单程序可以做到。欢迎下载。...
    如何用一个通用的java程序找到任何一组java元素集(Object)的全部所有的组合集?这个私人收藏的简单程序可以做到。欢迎下载。-How to use a generic java program to find any one group of java Element Set (Object) a combination of all the full set? This private collection of simple procedures can be done. Welcome to download.
    2022-07-27 22:50:57下载
    积分:1
  • system about chatting room with 2 tier client and server
    system about chatting room with 2 tier client and server
    2023-09-02 04:55:03下载
    积分:1
  • 用JAVA平台做简单的资料出入面版
    用JAVA平台做简单的资料出入面版-with JAVA platform to do simple information access panels
    2022-10-19 06:10:03下载
    积分:1
  • 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。...
    简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~ Helloworld 笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties. Xml files exist to expand the biggest benef
    2022-06-01 17:25:12下载
    积分:1
  • 文章说明了在JAVA程序里如何抽取WORD等文件类型的数据内容。
    文章说明了在JAVA程序里如何抽取WORD等文件类型的数据内容。-article explains the procedure JAVA ways to collect documents such as Word types of data elements.
    2023-06-28 14:10:04下载
    积分:1
  • learn using the jdk
    处学java 用的是jdk-learn using the jdk
    2022-08-18 13:28:04下载
    积分:1
  • ssd3 exercise8
    ssd3 exercise8
    2022-01-26 04:16:31下载
    积分:1
  • 主要是介绍eclipse的安装与及其的使用
    主要是介绍eclipse的安装与及其的使用-Is introduced and the eclipse of the installation and use of
    2022-01-26 18:42:17下载
    积分:1
  • 基于corba的资源池,实现对客户端调用的库,例如…
    基于corba的资源池,实现了实例池供客户端调用,并且实例池对实例的分配采用策略模式支持随即抽取,最近使用和循环抽取三个不同策略.(在visibroke下面开发的)-corba based on the resources pool, realize the pool for the client call, Examples pool and the distribution of examples of the tactics employed mode support was collected, Recently the use and recycling from three different strategies. (visibroke development below)
    2023-04-24 09:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载