-
虽然比较简单,但是应该有些用的JAVA小程序。
1.可以嵌进网页中的 日历
2.挖地雷 的小程序
3.俄罗斯方块的简洁版
4.解释多态应用的小程...
虽然比较简单,但是应该有些用的JAVA小程序。
1.可以嵌进网页中的 日历
2.挖地雷 的小程序
3.俄罗斯方块的简洁版
4.解释多态应用的小程序-Although relatively simple, but should be used in some JAVA applets. 1. Can嵌进calendar page 2. Dug mines applet 3. The simple version of Tetris 4. Explain polymorphic applications applet
- 2022-03-17 01:39:03下载
- 积分:1
-
SNMPSERVER是SNMP服务器源代码
SNMPSERVER是SNMP服务器源代码-SNMPSERVER is SNMP server source code
- 2022-03-18 15:48:04下载
- 积分:1
-
蚂蚁觅食算法
蚂蚁觅食算法-ants foraging algorithm 111111111111111111111111111111
- 2023-06-09 20:50:04下载
- 积分:1
-
一个J2EE模式的,基于Structs架构的Web工程。演示了如何将图片保存到SQL2000数据库中,并根据条件将数据库中的图片显示到网页。...
一个J2EE模式的,基于Structs架构的Web工程。演示了如何将图片保存到SQL2000数据库中,并根据条件将数据库中的图片显示到网页。-a J2EE model, based on Structs structure of the Web works. Demonstration of how to preserve photographs of SQL2000 database, and the conditions under which the database will show pictures of the website.
- 2022-06-19 01:28:32下载
- 积分:1
-
利用jena的开放源代码,对自己写得XML
利用jena的开放源代码,对自己写得XML-rdf文件进行解析,对RDF属性加上权重,来进行资源表达的一段代码。里面修改部分有注释。-The use of jena open source, written in their own XML-rdf file parsing, to RDF properties coupled with the weight of resources to carry out the expression of a piece of code. Inside amend some annotated.
- 2022-10-20 22:05:03下载
- 积分:1
-
用java实现的摄像头编程,采用JMF框架
用java实现的摄像头编程,采用JMF框架-use the camera to achieve programming framework with JMF
- 2022-02-13 09:58:59下载
- 积分: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
-
j2me实现两移动设备,如java手机等的蓝牙通信
j2me实现两移动设备,如java手机等的蓝牙通信-j2me achieve two mobile devices, such as cell phones java Bluetooth Communication
- 2022-02-06 14:35:25下载
- 积分:1
-
Describe how to acces to DOM with Java.
Describe how to acces to DOM with Java.
- 2022-05-19 02:26:16下载
- 积分:1
-
此代码可以实现在一个画布上画sin和cos函数图像.
此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
- 2022-09-08 04:00:03下载
- 积分:1