搜索资源列表
Java-student-management
- 本资源为Java版的学生管理系统,界面友好,人性化,功能完善,涵盖数据库所有操作,可以作为数据库以及Java等课程的课程设计(含两个版本,可以分别在dos下运行或者eclipse下运行) PS:内附数据库表格(运行前需导入到数据库),数据库环境为SQL Server 2005,另附课程设计报告,介绍制作流程以及思路,用法。-The resources for the Java version of the student management system, user-friendly, u
Patterns-in-Java
- When a programmer discovers a pattern, it’s just an insight. In most cases, to go from an unverbalized insight to a well-thought-out idea that the programmer can clearly articulate is surprisingly difficult. It’s also an extremely valuable step. When
guestbook
- 留言板模块源码,基于JAVA语言采用Myeclipse开发工具,采用struts2.0+tomcat5.0。 可以实现留言的添加、删除与修改。是JAVA Web编程入门级必须掌握的一个基于MVC理念的小项目。程序虽然不大,但是其中的编程思想是精华。希望对大家有用-It s the source code of guestbook modual,based on JAVA in Myeclipse development tool,and struts2.0+tomcat5.0. It c
thinking4yuanma
- thinking in java 4(java 编程思想) 源码 java 经典名著 -thinking in java 4 (java programming idea) source java classics
Struts
- 本书由浅入深、循序渐进地介绍了MVC的体系结构和如何构建一个基于MVC的Web框架,目的是帮助软件开发人员快速掌握MVC的设计思想,并能使用MVC的内涵设计Web框架。全书共分12章。第1章详细介绍MVC的设计思想、优缺点,以及如何构建一个基于MVC的Web框架;通过这部分知识的介绍,建立起读者对MVC的理论基础。第2~9章将逐步实现一个基于MVC的Web框架和持久层框架;读者可以通过这部分内容的学习,掌握其实现细节和核心设计方式。第10~11章主要介绍如何将自己实现的Web框架与其他工具进行整
Maze
- 用java写的迷宫代码,注重代码的简洁与易懂,通过算法的基本思想来编写代码-The maze used to write java code, pay attention to the simple and easy to understand code, through the algorithm the basic idea to write code
addison.wesley.design.patterns.java.companion
- The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between p
jme
- jME(jMonkey Engine)是一个基于场景图(scene graph)、高性能的图形API。jME设计的思想主要来源于David Eberly所写的《3D Game Engine Design》一书。jME是一个使用Java语言编写的图形绘制引擎。-jME (jMonkey Engine) is a scenario-based map (scene graph), high-performance graphics API. jME design idea comes mainly
ProxyJava
- A web proxy server is an intermediate agent forwarding HTTP messages between two computers - a client and a server. Both of them have no idea about the existence of the proxy as it is transparent to them. They send their requests and responses th
OnlineExam
- JAVA在线考试系统,里面包含有数据库文件,IDEA或Ecilipse能直接打开运行的项目-JAVA Online Exam System, which contains the database file, IDEA or Ecilipse run to open the project directly
PathFinderRedux
- The PathFinder application is a look into a number of different areas some of which tend to run into each other these are mostly the topics of Intelligence, Memory, Artificial Life, Swarm Intelligence and Path Finding Algorithms, some of which will b
dbscan
- Density Based Spatial Clustering of Applications of Noise Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases Key idea: for each object of a cluster, the neighborhood of a given radius contains
123456789
- 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort
IDEA
- 利用JSF JSP 实现B/S结构的IDEA算法 演示和教学系统-Using JSF JSP to achieve B/S structure of the IDEA algorithm for demonstration and teaching system
IDEA
- IDEA encryption/decryption
thingings.in.java
- Java编程思想,java初学者应该了解的一些很有总结性的思想-Java programming idea, java beginners should be aware of some of the very idea summary
java
- java面试题 包含java基本思想 基本理论-java interview questions java basic idea of ??the basic theory that contains
【JAVA】41《JAVA编程思想(第四版)》
- 《JAVA编程思想(第四版)》PDF版本(JAVA programming idea (Fourth Edition) PDF version)
教务管理系统demo-java
- 一套简单的Java的教务管理系统,可用作模板进行二次开发,所用工具IDEA(A simple Java educational management system, can be used as a template for two development, the tool IDEA)
JAVA和Mysql学生信息管理系统
- 1.新建数据库ssms,将ssms.sql导入该数据库 2.用解压文件打开ssms.war, 打开ssms.war\WEB-INF\classes\c3p0-config.xml文件,修改服务器所在数据库用户名和密码 3.将ssms.war文件放入tomcat/webapps目录下 4.启动tomcat服务器 5.打开浏览器,输入 localhost:8080/ssms 进入登录界面 6.输入用户名和密码访问系统 用户名:admin 密码:111111(The Components