-
xws-security-3.0
xws-security-3.0 ws安全包3.0版本(xws security 3.0 for development)
- 2014-04-23 16:57:39下载
- 积分:1
-
一个Java写的日历记事本。具有强大的日志记录功能,是JavaSe初学者学习事件编程以及GUI设计的一个好的模板。...
一个Java写的日历记事本。具有强大的日志记录功能,是JavaSe初学者学习事件编程以及GUI设计的一个好的模板。-Write a Java calendar Notepad. Logging has powerful features, is JavaSe events for beginners to learn programming and GUI design a good template.
- 2022-07-11 02:05:53下载
- 积分:1
-
mall-master
mall项目(16k+star)是一套电商系统,使用现阶段主流技术实现。 涵盖了SpringBoot2.1.3、MyBatis3.4.6、Elasticsearch6.2.2、RabbitMQ3.7.15、Redis3.2、Mongodb3.2、Mysql5.7等技术,采用Docker容器化部署。(Mall project (16k star) is a set of ecommerce system, which is realized by mainstream technology at the present stage. It covers SpringBoot2.1.3,MyBatis3.4.6,Elasticsearch6.2.2,RabbitMQ3.7.15,Redis3.2,Mongodb3.2,Mysql5.7 and other technologies, using Docker capacitated deployment.)
- 2020-06-24 01:20:02下载
- 积分:1
-
java拼图游戏源代码
自己编写的用java编写的java小游戏,里面还有一些不足之处,不足之处希望大家提出,予以改正!用法:通过鼠标相应消息,实现图片块的移动。
- 2022-08-18 06:40:38下载
- 积分:1
-
公交查询系统文档
这是公交查询系统软件工程设计文档,其中包括了需求分析,概要设计,界面设计等一系列设计文档,对公交系统工程作了全面的分析设计(This is the transit system software for engineering design documents, which include a needs analysis, the outline design, interface design, a series of design documents, the transit system made a comprehensive analysis of the design)
- 2005-05-13 19:15:32下载
- 积分:1
-
dsa
这里包含有数据结构中所有的的算法和代码,非常适合学习数据结构的人,有栈,队,链表,图等等经典算法,非常适用(It contains all of the data structure algorithms and code,which is very suitable for starte learning data structures, such as stack, team, list, graph and so on ,it is very useful)
- 2011-12-31 11:27:40下载
- 积分:1
-
jdbc简单源码
//登记JDBC驱动程序
Class.forName ( "org.gjt.mm.mysql.Driver" ).newInstance ( );
//连接参数与Access不同
String url = "jdbc:mysql://localhost/LearnJSP";
//建立连接
Connection connection = DriverManager.getConnection ( url, "root",
"011124" );
//SQL语句
String sql = "select * from userinfo where username="" + sUserName
+ "" and userpwd = "" + sPasswd + """;
Statement stmt = connection.createStatement ( );
ResultSet rs = stmt.executeQuery ( sql ); //返回查询结果
- 2022-11-28 04:10:04下载
- 积分:1
-
dianhuaben
一个简单的电话本实现代码,可编译通过,界面很简单
(A simple phone book realize the code can be compiled through the interface is very simple)
- 2008-06-09 14:20:28下载
- 积分:1
-
网上购物系统(JavaBean+Servlet+jsp)
网上购物系统(JavaBean+Servlet+jsp)
- 2022-01-25 18:13:36下载
- 积分:1
-
android 时光轴 例子源码下载
时光轴 向下拉比较炫
- 2014-12-10下载
- 积分:1