登录
首页 » Java Develop » 描述Struts与IBatis框架的结合,描述二者之间的整合工作

描述Struts与IBatis框架的结合,描述二者之间的整合工作

于 2022-03-23 发布 文件大小:46.65 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

描述Struts与IBatis框架的结合,描述二者之间的整合工作-Describe the combination of Struts framework and IBatis describe the integration between the two

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

发表评论

0 个回复

  • 基于J2EE的网络物流系统 用户操作: 1. 录入出库商品信息 2. 查询出库单信息 3. 录入入库商品信息 4. 查询入库单信息 5....
    基于J2EE的网络物流系统 用户操作: 1. 录入出库商品信息 2. 查询出库单信息 3. 录入入库商品信息 4. 查询入库单信息 5. 查询商品位置信息 6. 查询商品信息 7. 查询供应商信息 管理操作: 1. 出库单商品信息删除/修改 2. 入库单商品信息删除/修改 3. 供应商信息添加/删除/修改 4. 添加商品分类信息 5. 仓库位置信息添加/删除/修改 6. 职员信息查询/添加/修改/删除 7. 用户权限管理-J2EE-based logistics system users of the network: 1. A commodity information database entry 2. 3 inquiries出库单information. 4 input information storage products. For inquiries, information storage, single 5. 6 merchandise location information query. Commodity Information Query 7. For inquiries, supplier information management: 1. Product Information出库单delete/edit 2. Single-commodity information storage delete/modify 3. Supplier Information Add/Remove/Modify 4. Categories of information add 5. Storage location information to add/delete/modify 6. Staff Information/Add/Modify/Remove 7. User rights management
    2022-02-27 06:25:39下载
    积分:1
  • Strust architecture is based on infrastructure projects, can be used for beginne...
    是一个基于Strust架构的基础项目,可以供初学者学习交流-Strust architecture is based on infrastructure projects, can be used for beginners to learn the exchange of
    2023-09-07 16:10:03下载
    积分:1
  • 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码...
    本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the core code and the Notes, debug, test code. You can use the mouse rotation Cube, on the keyboard keys in the direction of solving the mobile location, in addition, the code still has a lot of features such as intelligent search solving Rubik"s cube, is currently producing graphical control interface can also be used applet embedded in a Web page, Frame, but also will create java bean units, java bean in need, please contact the author himself.
    2022-05-31 18:29:12下载
    积分:1
  • 股票交易系统,用JAVA实现,仅供参考。
    股票交易系统,用JAVA实现,仅供参考。-Stock trading system, using JAVA implementation for reference only.
    2023-05-16 21:50:03下载
    积分:1
  • 关联规则经典算法(apriori算法),java语言描述
    关联规则经典算法(apriori算法),java语言描述-Classical association rules algorithm (apriori algorithm), java language to describe
    2023-03-15 03:50:03下载
    积分:1
  • sendudp java 发送udp包的程序,基于winpcap,jpcap
    sendudp java 发送udp包的程序,基于winpcap,jpcap-sendudp java Send udp packet procedures, based on winpcap, jpcap
    2022-05-05 11:54:18下载
    积分:1
  • 前一段时间看《数据访问模式》时,发现有很多的代码录入错误,看到china...
    前一段时间看《数据访问模式》时,发现有很多的代码录入错误,看到china-pub的书评,大家也在抱怨说书的内容还好就是书的校正太差影响了读书的心情,最近稍有闲工夫,我把第一章的“数据访问器”的代码整理出来,有用着的朋友可以直接使用了。-some time ago to see "Data Access Patterns" and found there are many code entry errors, see china-pub, in a review, we also complain about the content better storytellers is the correction of reading too badly affected the mood slightly dumb recently, I put the first chapter of "data access device "The code was sorted out, with useful friends can be directly used.
    2022-01-23 10:05:34下载
    积分:1
  • Some wmlscript the relevant information we want to help
    一些wmlscript的相关资料,希望对大家有帮助-Some wmlscript the relevant information we want to help
    2022-06-13 09:23:52下载
    积分:1
  • 一个用java编写的具有函数功能的计算器。
    一个用java编写的具有函数功能的计算器。-a prepared using java with the Function Calculator.
    2022-01-25 16:28:10下载
    积分:1
  • 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求...
    用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
    2022-03-19 21:53:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载