-
MasteringEJB20 Code Sample Include SessionBean,EntityBean,etc
MasteringEJB20 Code Sample Include SessionBean,EntityBean,etc
- 2022-05-21 07:56:52下载
- 积分:1
-
java program to do the Applet s Sketchpad. Powerful full
java 做的Applet 画板程序。功能齐全强大-java program to do the Applet s Sketchpad. Powerful full-featured
- 2023-06-07 17:00:03下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1
-
Own collection of code hard disk, Java performance management system for student...
自己收藏的代码硬盘,Java学生成绩管理系统
- 2023-06-13 19:30:03下载
- 积分:1
-
深入java虚拟机.rar,很优秀的一本书,翻译的有点差
深入java虚拟机.rar,很优秀的一本书,翻译的有点差-depth java virtual machine. Rar, a very good one, the somewhat poor translation
- 2023-09-08 18:30:03下载
- 积分:1
-
JSP和Access做的BBS
JSP和Access做的BBS -JSP and do BBS Access
- 2022-03-21 15:22:31下载
- 积分:1
-
1) 利用InetAddress类的方法获取主机的名称和IP地址。
2) 利用URL类获取网络资源。
3) 使用Socket编程:客户机发送数据到服务器...
1) 利用InetAddress类的方法获取主机的名称和IP地址。
2) 利用URL类获取网络资源。
3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。
4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。
-1) using InetAddress class method to get the host name and IP address. 2) the use of URL-type access network resources. 3) the use of Socket Programming: client sends data to the server, the server will receive the data back to the client, using multi-thread mechanism, the realization of the server to handle multiple client requests. 4) the use of UDP programming: client sends data to the server, the server will receive the data back to the client to achieve a simulated e-mail sending and receiving the UDP process.
- 2022-06-01 06:15:15下载
- 积分:1
-
读者与写者之JAVA
读者与写者之JAVA-readers who are supposed to write with JAVA
- 2022-08-17 11:18:26下载
- 积分:1
-
介绍了javascript的详细用法,很适合菜鸟看
介绍了javascript的详细用法,很适合菜鸟看-Detailed introduction of the use of javascript, it is suitable for rookie watch
- 2023-07-19 10:10:04下载
- 积分:1
-
一个Hibernate 设计例子
一个Hibernate 设计例子-a design example Hibernate
- 2023-03-10 07:00:03下载
- 积分:1