-
Chart1
《Java语言程序设计》源代码的第一章源代码。("Java Programming Language" source code, in the first chapter, the source code.)
- 2006-12-24 15:00:12下载
- 积分:1
-
MimeMessageTest
This is a series of unit tests for the MimeMessage class. These tests must be locally complete - no server(s) required.
- 2013-11-28 12:34:27下载
- 积分:1
-
8339006777StudentCourse
新闻发布系统,基于J2EE架构。推荐使用MyEclipse+MySQL+apache开发(Press Release System, based on the J2EE architecture. Recommended MyEclipse+ MySQL+ Apache development.)
- 2010-06-07 17:56:31下载
- 积分:1
-
ID3
ID3 is data classification algorithm.it is used to generate decision tree from given data set.decision is used to make strategic decision from generated decision tree.
- 2011-09-08 16:58:32下载
- 积分: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
-
Java_TCP_IPSocket
使用ServerSocket和Socket实现服务器端和客户端的Socket通信(Socket communication using ServerSocket and Socket to achieve client and server)
- 2014-03-30 22:07:40下载
- 积分:1
-
pattern-java
设计模式经典书籍,学习设计模式的入门教程,浅显易懂(Classic design patterns book, Design Patterns Study Guide entry, easy to understand)
- 2009-02-22 15:02:06下载
- 积分:1
-
enumeration
This project is the techniques that represent the ennumeration technique completely based on java technology
- 2013-11-20 13:52:11下载
- 积分:1
-
HR
人事综合管理系统 非web开发 仅供学习参考(Personnel management system non-web reference for the study)
- 2013-04-27 16:10:23下载
- 积分:1
-
NewMicrosoftWord
6. <link rel="Bookmark" href="favicon.ico"> 可以在收藏夹中显示出你的图标
7. <input style="ime-mode:disabled"> 关闭输入法
8. 永远都会带着框架
<script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
// --></script>
9. 防止被人frame
<SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
// --></SCRIPT>
10. 网页将不能被另存为
<noscript><iframe src=*.html></iframe></noscript>
11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">
(6. <link rel="Bookmark" href="favicon.ico"> Can be shown in the Favorites icon on you 7. <input style="ime-mode:disabled"> Close input 8. Will always be with the framework <script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
//--></script> 9. Prevention of the frame <SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
//--></SCRIPT> 10. Page will not be saved as <noscript><iframe src=*.html></iframe></noscript> 11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">)
- 2010-05-30 18:39:15下载
- 积分:1