-
通过将照片像素的提取的运用,来转换照片,通过此方法,就能实现照片处理软件的制作。本程序用的是最常用的一个功能:转至照片。...
通过将照片像素的提取的运用,来转换照片,通过此方法,就能实现照片处理软件的制作。本程序用的是最常用的一个功能:转至照片。-Photos by the use of extracted pixels to convert photos, through this method, we can achieve the production of photo-processing software. This procedure is most commonly used in a function: to the photos.
- 2022-02-13 20:40:08下载
- 积分:1
-
一个小文件编辑器
一个小的文件编辑器-a small file editor
- 2022-04-19 10:20:35下载
- 积分: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
-
1.和servlet一起用,实现从Tomcat服务器上下载信息到手机上
2.实现手机的网络功能...
1.和servlet一起用,实现从Tomcat服务器上下载信息到手机上
2.实现手机的网络功能-1. And servlet together, and realize from the Tomcat server to download information to your phone 2. Realize phone
- 2022-04-15 09:25:58下载
- 积分:1
-
用java写的聊天程序。
用java写的聊天程序。 -Written with java chat program.
- 2022-03-04 00:08:55下载
- 积分:1
-
单机板标准化考试程序
单机板标准化考试程序-single plate standardized test procedures
- 2022-03-25 00:48:34下载
- 积分:1
-
测试~~~ ~~~ ~~~!
测试~~~ ~~~ ~~~!-Test ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~!
- 2022-02-04 22:06:12下载
- 积分:1
-
一个用纯java 编写的mail 的例子
一个用纯java 编写的mail 的例子-a prepared with pure java examples of mail
- 2022-03-13 05:05:56下载
- 积分:1
-
jsp+servlet经典的登录注册,对初学者有很大的提高,是一个不错的源码...
jsp+servlet经典的登录注册,对初学者有很大的提高,是一个不错的源码-Register Sign In classic for beginners and has greatly improved, are a good source
- 2022-01-27 19:18:24下载
- 积分:1
-
一个用Java实现的小型,跨平台的应用程序,用于管理个人的工作计划,客户信息,任务执行情况等
一个用Java实现的小型,跨平台的应用程序,用于管理个人的工作计划,客户信息,任务执行情况等-using Java to achieve a small, cross-platform applications, used to manage individual work plans, customer information, such as the implementation of the mandate
- 2022-04-24 23:39:17下载
- 积分:1