-
43556877
java方面的教程, 是一个好教程 内容很全 讲解详细()
- 2018-02-08 18:22:04下载
- 积分: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
-
shuzuchengji-
实现数组乘积,Java代码编写 方便 (Array of product realization)
- 2013-12-23 09:25:52下载
- 积分:1
-
smsSDK$str_Send
这是我在网上找到的代码 对编程很有用 给大家分享一下(This is my line of programming code to find useful to share with you)
- 2008-04-21 20:17:28下载
- 积分:1
-
01
这是一个java编写的用户登录系统,主要功能是检测用户是否合法(This is a java written user login system, the main function is to detect whether the user is legitimate)
- 2013-11-30 19:57:26下载
- 积分:1
-
Watering_Authentication
java基于eclipse开发环境的数字水印认证系统,能完成水印嵌入,水印提出,图像认证,和篡改检测功能(java eclipse development environment based on digital watermarking authentication system, to complete the watermark embedding, watermark proposed image authentication and tamper detection)
- 2014-06-03 15:06:22下载
- 积分:1
-
Sun-JavaDemo
Sun 公司最好的Java Demo例子码,对于初学者非常有用(java good demo)
- 2013-10-16 16:51:28下载
- 积分:1
-
login1234
说明: 自己写的非常简单易学的登录界面(himself wrote very simple, easy to learn interface login!)
- 2006-05-04 20:34:53下载
- 积分:1
-
social-member
说明: springcloud基本功能,一些简单的查询操作,删除操作,插入操作,定时任务配置(Spring cloud basic functions, some simple query operations, delete operations, insert operations, timing task configuration)
- 2020-06-24 06:00:02下载
- 积分:1
-
useftpapplet
Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。
Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。 (Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields.
Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents.)
- 2014-09-23 18:11:27下载
- 积分:1