-
JavaHowToProgramFourthEdition
《Java How to program 第四版》 影印版。Java基础教材。(" Java How to program fourth edition of" photocopy version. Java based materials.)
- 2010-07-19 10:41:37下载
- 积分:1
-
note
很实用的笔记编辑,查看器。你编辑的文本文件可以直接转化成HTML形式(Very practical note - editing, viewer. The text file you edit can be directly transformed into HTML form.)
- 2018-06-22 21:15:04下载
- 积分:1
-
j3d_tutorial_ch3
Getting Started with the Java 3D API
- 2014-02-12 09:37:31下载
- 积分:1
-
Calculator2
A Java calculator that uses a recursive descent parser converted directly from C++ code.
- 2013-05-22 13:29:09下载
- 积分:1
-
Test5_DataOperationProj
编写一个Java Web项目,实现从properties文件读取数据存储到数据库,并从数据库中读取数据,将结果显示在页面上。(
Write a Java Web projects to achieve read the properties file data stored in the , and read data the , the results displayed on the page.)
- 2020-11-12 20:49:43下载
- 积分:1
-
java
java从入门到精通视频笔记,详细讲解java的相关知识(java entry to the master video notes, explain in detail the relevant knowledge of java)
- 2014-12-12 16:23:22下载
- 积分:1
-
CKEditor_tpzxsc
CKEditor本地图片自动上传插件依赖于JSP环境,部分由Java代码实现(CKEditor plugin automatically upload local images depends on the JSP environment, partially implemented by Java code)
- 2014-06-02 13:42:54下载
- 积分:1
-
my-spring-boot-master
springboot mybatis开发基本类生成项目代码(Springboot mybatis develops basic classes to generate project code)
- 2020-06-25 19:20:01下载
- 积分:1
-
NewJFrame02
编写的挺不错的,你可一下下来看看……也许会有用……(the clock)
- 2009-07-03 09:19:49下载
- 积分: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