-
PersonalAsset_cjx
说明: 个人资产系统包括用户登录注册等,包括资产的更新,对数据库的基本操作(The personal asset system includes user login registration, etc., including asset updates, basic operations on the database.)
- 2019-05-10 11:07:40下载
- 积分:1
-
Jdeveloper
jdeveloper开发的两个功能类,对于一些常用的方法,进行了封闭,非常有用。(Jdeveloper development two functional class after encapsulation, very useful for Java ee developers.)
- 2015-02-14 11:15:50下载
- 积分:1
-
sftp
JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。(JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.)
- 2020-07-03 06:00:01下载
- 积分:1
-
简历
jianli muban gezhogn xiangxing
- 2020-06-20 01:20:02下载
- 积分:1
-
JakartaFileUploadHandler
上传控制JakartaFileUploadHandler.rar(upload control JakartaFileUploadHandler.rar)
- 2006-11-21 08:19:53下载
- 积分:1
-
fRAMElAYOUTgRAVITY
Frame Layout Gravity extends Activity Source Code for Andriod.
- 2014-01-13 19:22:41下载
- 积分:1
-
DownFileGuess
基于http协议的java断点续传http协议 断点续传.上传java java断点续传(Java HTTP based on http protocol http protocol HTTP. Upload java java HTTP)
- 2013-04-12 08:40:46下载
- 积分:1
-
3DmainBar
java版的3d图形菜单,绚丽的菜单模型(java mainBar 3djava mainBar)
- 2012-03-31 16:05:07下载
- 积分:1
-
ipdatabase-master
ipdatabase
二叉树快速搜索IP地址数据库
数据
数据源采用2015年广告协会制定的IP地址标准数据库,中国互联网广告行业统一采用的标准IP库。
原理
利用二叉树实现IP查询,首先将10进制IPV4地址转化为二进制构建二叉树,利用二叉树搜索进行搜索,查询时间复杂度log2n,比传统IP库n的查询速度高出一个量级。(Ipdatabase
Binary Tree Fast Search IP Address Database
data
The data source is the standard IP address database formulated by the Advertising Association in 2015, and the standard IP database adopted by the Internet advertising industry in China.
principle
The binary tree is used to realize IP query. Firstly, the 10-bit IPV4 address is converted into binary to construct a binary tree, and the binary tree search is used to search. The query time complexity log2n is one order of magnitude higher than that of traditional IP library n.)
- 2020-06-15 22:35:01下载
- 积分:1
-
SPPanAdmin
说明: 1、该权限管理系统包括用户管理,角色管理,资源链接管理模块,可以动态分配权限和角色。
2、使用springboot、springdata jpa、shiro等服务端技术,使用freemarker模版渲染页面。
3、系统中对springdata的查询条件Specification做了简单的封装,更加方便查询条件的灵活使用。
4、前端技术:使用Hadmin系统模版,数据表格使用bootstrap table插件,弹窗使用layer插件,日期选择使用laydate插件。表单验证使用jQuery validate插件等等。
5、系统部署:
1)使用mysql数据库,先建立一个空数据库base,最好编码使用utf-8字符集,不然会乱码。
2)把application.properties中的数据库连接信息修改成自己数据库的连接信息。
3)修改spring.jpa.hibernate.ddl-auto为create,目的是让系统自动建表同时初始化相关集成数据。如果不需要自动初始化数据,可以删除resource目录下的import.sql文件。
6、系统启动后,访问:127.0.0.1/admin/会自动跳转到后台登录页面。
7、初始用户名和密码为:admin/111111。(Running environment: jdk8 (jdk7 can also), mysql, Maven build)
- 2019-05-26 10:26:31下载
- 积分:1