-
16W 同义词组合大全 词库大数据 2020
说明: 16W+词库大数据 SEO伪原创文章采集同义词近义词替换词库伪原创词库 适用于任何伪原创采集使用(16W + thesaurus big data SEO pseudo original article collection synonym synonym substitution thesaurus pseudo original thesaurus is applicable to any pseudo original collection)
- 2020-08-11 10:58:28下载
- 积分:1
-
A JAVA library management system, using Oracle data, with a record library scrip...
一个JAVA图书馆管理系统,采用Oracle数据,附有创库脚本文件。可供学习。-A JAVA library management system, using Oracle data, with a record library script file. For learning.
- 2022-03-04 16:35:35下载
- 积分:1
-
android程序经典架构
Android的架构设计说明文档啊啊啊啊啊(Architecture design documentation of Android)
- 2018-05-22 21:27:07下载
- 积分:1
-
apache tomcat集群环境搭建图文教程
apache tomcat集群环境搭建图文教程,原创教程。适合需要学习的朋友研究使用。
- 2023-04-19 09:35:04下载
- 积分:1
-
俄罗斯方块机器人java实现
俄罗斯方块机器人java实现,运行Borad类,内部有详细的设计文档
- 2023-08-12 12:05:03下载
- 积分:1
-
Android 仿关灯游戏(游戏开发-17_166).zip
Android 仿关灯游戏(游戏开发-17_166).zip
- 2019-10-07下载
- 积分:1
-
tsglxtymxz_a5
图书馆管理系统是一套基于安卓的图书馆管理系统,包括jsp服务端源码,安卓客户端源码和mysql数据库。之前我遇到过这套项目源码,但是因为我感觉这个项目太初级就没有发布,很多界面都是拖控件完成的。并且没有数据库和服务端。这次源码的发布者把项目的服务端和数据库一起发了,还多少有点可以借鉴的地方,例如Sqlite的使用、安卓客户端与jsp的web服务端的交互。(Library management system is a set of library management system based on android, including the JSP server source code, the android client source code, and a mysql . Before I met the project source code, but because I feel this project is too junior, no release, a lot of drag control interface are completed. And there is no and server. The source of the publisher sent server and the of the project together, also can draw lessons from, somewhat, for example, the use of the Sqlite, the android client and JSP web server interaction.
)
- 2015-04-24 13:04:41下载
- 积分: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
-
寻找最小字符算法
寻找最小字符算法-algorithm to find the smallest characters
- 2023-02-08 17:45:04下载
- 积分:1
-
用Java编写的手写数字识别器源代码。能够对手写数字有很好的识别能力。经过试验,适应性还是比较强的...
用Java编写的手写数字识别器源代码。能够对手写数字有很好的识别能力。经过试验,适应性还是比较强的-Using Java prepared handwritten numeral recognizer source code. Able to handwritten numeral recognition has a very good. After testing, adaptation is still relatively strong
- 2022-07-14 01:26:16下载
- 积分:1