-
Hibernate is a very popular object
Hibernate是非常流行的对象关系映射工具。本书详细介绍了运用目前最成熟的Hibernate 2.1版本进行Java对象持久化的技术。Hibernate是连接Java对象模型和关系数据模型的桥梁,通过本书,读者不仅能掌握用Hibernate工具对这两种模型进行映射的技术,还能获得设计与开发Java对象模型和关系数据模型的先进经验。-Hibernate is a very popular object-relational mapping tools. The book details the use of the most mature Hibernate 2.1 version of Java Object Persistence technology. Hibernate is to connect Java object model and relational data model of the bridge, through this book, readers not only can use Hibernate tools to master these two models mapping technology, but also access to design and development of Java object model and relational data model of the advanced experience of .
- 2022-06-18 00:01:52下载
- 积分:1
-
用java实现的一个简单计算器
用java实现的一个简单计算器-achieved with a simple calculator
- 2022-03-20 14:36:24下载
- 积分:1
-
JAVA中纸牌的实现,实现自动洗牌.
JAVA中纸牌的实现,实现自动洗牌.-Java cards to achieve automatic shuffling.
- 2022-05-19 19:44:00下载
- 积分:1
-
一只手
一个手工编写的purejava学生成绩管理系统(运用Access数据库),提供了强大的学生成绩管理管理功能,方便管理员对学生成绩等信息的添加.修改.删除.查询.汇总.统计等操作。内含详细的设计说明文档。-A hand-written score students purejava management system (using Access database) to provide students with a powerful management grade management functions for administrators and other information on the score of the students added. Modification. Delete. Query. Summary. Statistics operation. Includes detailed design documentation.
- 2022-05-09 09:01:25下载
- 积分:1
-
聊天室源码,包含服务器端和客户端.给没有写过聊天室的朋友一个参考....
聊天室源码,包含服务器端和客户端.给没有写过聊天室的朋友一个参考.-chat rooms source, including server and the client. No wrote to the chat room friends as a reference.
- 2023-05-11 03:30:02下载
- 积分:1
-
一个关于虚拟存储器的页面调度算法的模拟实现,包括图形的界面模拟和模拟过程的记录( 华南农业大学信息学院计算机系)....
一个关于虚拟存储器的页面调度算法的模拟实现,包括图形的界面模拟和模拟过程的记录( 华南农业大学信息学院计算机系).-on a virtual memory pages scheduling algorithm to achieve the simulation, including graphical interface modeling and simulation of records (South China Agricultural University, Department of Computer Information Institute).
- 2022-08-16 12:24:13下载
- 积分:1
-
辅助产生DAO类的工具
辅助产生DAO类的工具-have auxiliary tools such as the DAO
- 2022-04-01 23:07:42下载
- 积分:1
-
这程序是专门的聊天工具程序,希望对大家有帮助。
这程序是专门的聊天工具程序,希望对大家有帮助。-This procedure is a specialized chat program, we want to help.
- 2022-07-16 11:04:07下载
- 积分:1
-
jnative java 调用动态库需要的包和dll,及源码。
jnative java 调用动态库需要的包和dll,及源码。-Call jnative java dynamic libraries needed packages and dll, and the source.
- 2023-02-25 21:40:03下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1