-
基于UDP的手机与电脑互相通信实例
本例为java代码,在android系统实现手机与电脑通过udp方式通讯(This example is java code, in Android system to achieve mobile phone and computer through UDP communication)
- 2020-06-25 12:20:02下载
- 积分:1
-
接口文档示例
接口文档规范,便于前后端交互使用,精简开发(Interface Document Specification)
- 2020-06-17 01:00:02下载
- 积分:1
-
Derby数据库的使用指南--包括存图片到数据库和读取数据库中的图片操作
环境:Windows XP professional, JDK 1.6, Eclipse 3.3
安装JDK 6.0之后会安装自带的纯Java的数据derby. 也就是说,如果安装JDK 6.0版本,那么会在客户端安装一个客户端的数据库,该数据很小4M左右,但是它可以管理15G的文档。所以,我们应用好好利用JDK自带的数据库,为应用编程的解决方案带方便。
使用步骤:
1、下载解压之后,用Eclipse导入工程
2、找到c:Program FilessunJavaDBlib之后,然后使用cmd命令进行该路径
3、在cmd窗体中输入java -jar derbyrun.jar server start启动derby数据库服务器
4、如果成功,那么在c:Program FilessunJavaDBlib目录下创建一个ij.properties文档,内容如下:
ij.driver=org.apache.derby.jdbc.ClientDriver
ij.protocol=jdbc:derby://localhost:1527/
ij.database=COREJAVA;create=true
5、接着打开另外一个cmd窗体,路径同上,然后输入以下命令:
java -jar derbyrun.jar ij -p ij.properties
6、如果成功,那么工程中的"演示时需要的数据库脚本.sql"文档打开,拷贝也相应的SQL语句,创建应用所需要的表
7、创建表成功之后,自己写insert语句给测试数据
8、如果以上步骤完成,那么在工程中运行ShowJDBCForDerby类,你会看到一个derby数据库的使用
9、运行ShowQueryDB类,你会看到对derby数据库的新增修改操作动作,其中有写入图片到数据库的语句,以及从数据库读到图片并显示出来窗体中的语句。
阅读对象:熟悉Swing编程、JDBC编程的学员。
感觉:因为derby是纯Java的数据库,因此与应用可以无缝连接,它支持中文、图片的存贮与读取等。是一个非常好客户端数据库。该数据数应
- 2022-09-04 16:30:03下载
- 积分:1
-
english_stopword
最全的IKAnalyz 的英文停止词集,使用时需要简单配置IKAnalyzer.cfg.xml,
<!--用户可以在这里配置自己的扩展停止词字典-->
<entry key="ext_stopwords">stopword.dic;english_stopword.dic;</entry>(The most complete IKAnalyz English stop word set, the use of simple configuration IKAnalyzer.cfg.xml,
<! -- users can configure their own extensions here stop word dictionary -- >
<entry key= "ext_stopwords" >stopword.dic; english_stopword.dic; </entry>)
- 2017-11-16 15:08:34下载
- 积分:1
-
spring实战第五版源码(含英文版pdf)
【实例简介】spring实战第五版源码_102812
- 2021-07-25 00:31:04下载
- 积分:1
-
JBOSTips
JBOS的开发新的,笔者在开发中的一些记录做了整理(JBOS the development of new, the author developed a number of records made in order)
- 2010-07-20 20:56:43下载
- 积分:1
-
247340
java人脸识别系统,方便用户实现所需功能(java face recognition system to facilitate users to achieve the desired function)
- 2013-09-08 20:18:54下载
- 积分:1
-
BaseFrame
把Struts2、spring4、hibernate4框架整合,
添加多数据源配置(The Struts2, spring4, hibernate4 framework integration,
Add multi data source configuration)
- 2016-07-26 10:20:36下载
- 积分:1
-
super-calculator
说明: 此计算器是我们期末的实习作业,由两人合力完成,附有详细的源代码说明,界面和windows的几乎一样,功能强大,支持包括%,!(,)等高级运算符,(this calculator is the end of the internship work, completed by two together, accompanied by a detailed statement of the source code, the interface and windows nearly the same as the powerful, including support%! (,) Senior Operators,)
- 2006-02-27 16:48:54下载
- 积分:1
-
LuceneInAction配套源码,LuceneInAction是对lucene api的详细讲解及具体应用.此源码即应用例子...
LuceneInAction配套源码,LuceneInAction是对lucene api的详细讲解及具体应用.此源码即应用例子-LuceneInAction supporting source, LuceneInAction is lucene api detailed briefings and the specific application. This example application source code that is
- 2022-12-03 08:20:04下载
- 积分:1