登录
首页 » Java Develop » 电子商务小站点,用到struts+hibernate

电子商务小站点,用到struts+hibernate

于 2023-06-22 发布 文件大小:11.12 MB
0 161
下载积分: 2 下载次数: 1

代码说明:

电子商务小站点,用到struts+hibernate-Small e-commerce sites, use struts+ Hibernate

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

发表评论

0 个回复

  • 简介 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
  • (1.01)这一目前纯java软件的数据操作,将支持Oracle和…
    SqlPlus(1.01) 这是一个纯JAVA的数据操作软件,目前能支持ORACLE及SQL SERVER。能同时打开多个不同数据库的连接,并支持语法检查及关键字加亮。 本软件有较好UI界面,特别适合需要使用多种数据库的开发人员使用。 本软件开放源码,结构虽然不是很清晰,但比较适合JAVA初学者学习,希望网友们能和我一起完善它。-SqlPlus (1.01) This a pure Java software data operation, will support Oracle and SQL Server. Open at the same time a number of different database connectivity, and support for syntax checking and keyword highlighting. The software has a better UI interface, especially for the use of multiple database developers to use. The open-source software, although the structure is not very clear, but more suitable for beginners to learn Java, netizens will be able to join me perfect.
    2022-03-24 16:47:35下载
    积分:1
  • 一个实用的网吧系统
    一个实用的网吧系统-a practical system of Internet cafes
    2022-06-20 21:33:10下载
    积分:1
  • 扫描信息
    通过登录窗口,进行系统登录,可以修改用户的密码,可以浏览学生的信息,添加、删除、修改学生的信息等-scan information
    2022-07-26 07:47:36下载
    积分:1
  • text pattern matching algorith in java
    text pattern matching algorith in java
    2023-01-02 02:05:06下载
    积分:1
  • with jsp and sql prepared by the notebook.
    用jsp与sql编写的notebook。-with jsp and sql prepared by the notebook.
    2022-01-22 14:42:24下载
    积分:1
  • Java 注册表单
    它是一个 java 程序,与登录交易......如果用户名有效,其获取输入或错误味精迹象
    2023-08-03 10:30:03下载
    积分:1
  • 1. Development Environment: SunShine Guestbook v1.0 development environment used...
    1.开发环境: SunShine留言本v1.0所采用的开发环境为:J2SDK1.42+TOMCAT5.0+ACCESS2000 2.安装说明: SunShine留言本v1.0所有数据均采用数据库存储,采用JDBC连接池,直接连接数据库,不需要配置ODBC数据源即可直接运行。 3.运行环境: SunShine留言本v1.0是基于JSP/JavaBean开发的一套留言本系统,正常使用该软件您必须保证您的服务器满足如下要求: ①系统环境:J2SDK+TOMCAT或更高版本 ②数据库:ACCESS2000或更高版本 ③客户端:使用Windows系统+IE5.0或更高版本 4.管理留言:  SunShine留言本v1.0默认的管理员ID:admin;管理员密码:adminSNDG -1. Development Environment: SunShine Guestbook v1.0 development environment used for: J2SDK1.42+ TOMCAT5.0+ ACCESS20002. Installation instructions: SunShine Guestbook v1.0 database all data are stored, the use of JDBC connection pool, direct Connect database, do not need to configure ODBC data sources can be directly run. 3. Runtime Environment: SunShine Guestbook v1.0 is based on JSP/JavaBean developed a set of messages of the system, the normal use of the software you must ensure that your servers meet the following requirements: ① system environment: J2SDK+ TOMCAT or later ② Database: ACCESS2000 or late
    2022-09-19 04:50:03下载
    积分:1
  • 这是我写的产品管理系统,虽然功能不是很强大,但是大部分功能都实现了,对初学java程序员来说是一个不错的东西,主要是以Swing和sql server来实现...
    这是我写的产品管理系统,虽然功能不是很强大,但是大部分功能都实现了,对初学java程序员来说是一个不错的东西,主要是以Swing和sql server来实现-This is what I write Product Management System, although the feature is not very powerful, but most features are realized on the beginner java programmer is a good thing, and is based on Swing and sql server to achieve
    2023-09-01 03:15:03下载
    积分:1
  • 文件浏览框,可以过滤文件类型,也可以预览图片,好东西呀,和xp的缩略图样的...
    文件浏览框,可以过滤文件类型,也可以预览图片,好东西呀,和xp的缩略图样的-File browser box, you can filter the file type, you can preview pictures, good thing you, and kind of thumbnails xp
    2022-05-24 15:32:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载