-
java手机程序开发光盘源码(第七章)
java手机程序开发光盘源码(第七章)-CD-source development process (Chapter VII)
- 2023-07-07 17:30:03下载
- 积分:1
-
Menu menu demonstration Example 3
Menu菜单的演示例子3-Menu menu demonstration Example 3
- 2022-02-28 13:33:51下载
- 积分:1
-
一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。...
一款Java实现的HTTP代理服务器,兼容HTTP/1.1,支持SSL链接。RabbIT可以通过过滤背景图片,降低图片的解析率来加速网络浏览的速度。-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.-Java realization of a HTTP proxy server, compatible with HTTP/1.1, support SSL link. RabbIT background picture can be filtered to reduce the rate of image analysis to accelerate the speed of a web browser.-new Java HTTP proxy server and is compatible with HTTP/1.1, support SSL link. RabbIT can filter background pictures, pictures of analytic lower rates to accelerate the speed of Web browsers.
- 2022-07-11 19:56:24下载
- 积分:1
-
monitoring designated directories of SQL, and SQL According to the contents of t...
监控指定目录下的SQL文件,并根据SQL文件内容向指定Oracle数据库请求文本结果集存放到另一指定目录-monitoring designated directories of SQL, and SQL According to the contents of the documents specified text request Oracle database stored result sets to another specified directory
- 2022-03-21 07:01:45下载
- 积分: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
-
OSGI using Eclipse 3.0 plug
Eclipse 3.0采用OSGI作为其插件体系结构-OSGI using Eclipse 3.0 plug-in architecture as part of its
- 2022-08-24 23:48:32下载
- 积分:1
-
沙
sha-1算法的Java实现,可以作为学习sha-1算法的实践参考文档。-sha-1 algorithm realize Java can be used as sha-1 algorithm for learning the practice of reference documentation.
- 2022-01-28 20:22:05下载
- 积分:1
-
java 实现的 中值滤波 ,用于图像处理
java 实现的 中值滤波 ,用于图像处理-MedianImage
- 2022-08-04 07:00:46下载
- 积分:1
-
一套网上书店系统采用JAVABEAN+SERVLET+JSP
一套网上书店系统采用JAVABEAN+SERVLET+JSP-this is a bookstore system,it s use JAVABEAN+SERVLET+JSP
- 2022-07-18 07:13:49下载
- 积分:1
-
Canny Java源码
Canny java 源代码 对图像处理、 边缘检测
- 2022-03-22 08:25:46下载
- 积分:1