-
cmpp2.0 java示例 MinaCmpp2Client-master
说明: cmpp2.0 java示例,示例简单明了,除工具一个工具类文件和几个协议类文件,所有报文操作都在一个文件内,由几个方法组成,希望对刚接触cmpp开发的新手.(The example of CMPP2.0 Java is simple and clear. Except for tool class file and protocol class file, all message operations are in one file and consist of several methods. I hope to be a novice who has just come into contact with the development of cmpp.)
- 2020-06-19 02:00:01下载
- 积分:1
-
Java学习资料
说明: java基础学习资料(含Notepad++和源代码)(Java basic learning materials (including Notepad++ and source code))
- 2020-02-13 22:54:16下载
- 积分:1
-
Java(small-program)
初学习java的,可以照着练习下,找找感觉(this is a file include small java program.the man who have learn java for a small time can copy this program and learn java.)
- 2012-03-28 22:26:45下载
- 积分:1
-
swing-inspector-1.2.1
网络浏览器,java编写,swing做的界面,可以实现基本的上网。(Web browser, java prepared, swing interface, you can access the basic implementation.)
- 2013-12-12 17:02:04下载
- 积分:1
-
caidan
一个简单的右键菜单,能美化你的程序,简单 又实用(A simple menu, you can beautify the procedure simple and practical)
- 2009-04-27 09:42:55下载
- 积分:1
-
swing-inspector-1.2.1
网络浏览器,java编写,swing做的界面,可以实现基本的上网。(Web browser, java prepared, swing interface, you can access the basic implementation.)
- 2013-12-12 17:02:04下载
- 积分:1
-
Bank
an example of bank account in java
- 2015-04-25 09:55:04下载
- 积分:1
-
TransactionService
Transaction Service extends Service implements Observer Source Code for Andriod.
- 2013-12-19 11:14:26下载
- 积分:1
-
MyCalculator
利用Java 图形界面写的一个简易计算器,功能强大,界面友好(Using Java graphical interface to write a simple calculator, powerful, user-friendly)
- 2013-12-28 17:22:10下载
- 积分:1
-
人脸识别系统源码以及数据库(ArcSoftFaceDemo)
根据ArcSoft的工具包设计的简单人脸识别DEMO,仅供学习。APPID等需要到ArcSoft注册一个应用获得 开发环境准备:###开发使用到的软件和工具:Jdk8、mysql5.7、libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、idea注:libarcsoft_face.dll(so)、libarcsoft_face_engine.dll(so)、libarcsoft_face_engine_jni.dll(so)、app-id、sdk-key可以到虹软官网 http://ai.arcsoft.com.cn/ 免费申请下载本地配置:配置环境(推荐jdk8,mysql5.7,maven3,idea)引擎库libarcsoft_face、libarcsoft_face_engine、libarcsoft_face_engine_jni。把dll或so文件拷贝到java.library.path所包含的路径下,注意区分X86和X64,和当前jdk版本一致。初始化项目 创建数据库arcsoft_face_demo,执行脚本arcsoft_face_demo.sql使用idea启动项目修改配置文件srcmainesourcesapplication.properties填写数据库地址:spring.datasource.druid.url填写数据库用户名:spring.datasource.druid.username填写数据库密码:spring.datasource.druid.password填写人脸识别id:config.freesdk.app-id填写人脸识别key:config.freesdk.sdk-key启动项目右键Application,选择Run ‘Application’项目访问地址http://127.0.0.1:8080/demo
- 2021-05-06下载
- 积分:1