-
This book to 15 curriculum design for the framework of the topic, from all aspec...
本书以15个课程设计题目为框架,从各个方面介绍了Java在应用系统开发和网络开发中的技巧。各个课程设计题目相互独立,可以从任何一个课程设计题目开始阅读本书。每个课程设计题目都给出了详细的设计步骤,包括设计内容、总体设计、具体设计、软件发布、课程设计作业等。本书全部程序代码可由前言中指定网站下载。-This book to 15 curriculum design for the framework of the topic, from all aspects of the introduction of the Java application development and web development skills. Curriculum design in various topics are independent of each other, you can design a course from any subject to start reading the book. Curriculum design for each subject are given in detail the design steps, including the design of content, design, concrete design, software publishing, curriculum design and other operations. This book all the program code may be specified in the preamble website.
- 2022-02-05 09:28:56下载
- 积分:1
-
java操作数据库的一些常见用法
该简单项目给出了如何利用Java语句操作数据库MySQL的基本语句
包含有初始化部分,数据库链接部分
public class ConnMysql {
private static final String DBDRIVER="com.mysql.jdbc.Driver";
private static final String DBURL="jdbc:mysql://localhost:3306/mldn";
private static final String DBUSER="root";
private static final String DBPASS="root";
public static void main(String []args) throws Exception{
Class.forName(DBDRIVER);
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-23 12:54:32下载
- 积分:1
-
Test_ifnonnull
Test ifnonnull extends DxTestCase.
- 2014-01-10 10:58:07下载
- 积分:1
-
CoreJava-Study-Note
Corejava学习笔记,本人上培训的时候记录老师的东西,简单整理(Corejava study notes, I was training record teacher something simple finishing)
- 2013-03-07 12:10:01下载
- 积分:1
-
DP
说明: 水库调度领域以水定电算法,采用动态规划进行计算,精度可调(In the field of reservoir operation, the algorithm of water and electricity is adopted, and dynamic planning is adopted for calculation, with adjustable precision)
- 2019-12-31 15:13:11下载
- 积分:1
-
3个java实现的人脸识别源代码
3个java实现的 人脸识别源代码,需要大家在本地进行配置
- 2022-04-07 17:27:48下载
- 积分:1
-
mybatis 自动生成
资源描述mybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的servicemybatis 自动生成 所需的service
- 2022-05-16 08:50:59下载
- 积分:1
-
duanxin
短信群发功能的实现,还是不错的,有兴趣的可以看看.(To achieve bulk SMS function is good, interested can look at.)
- 2014-10-20 16:27:34下载
- 积分:1
-
ssh框架开发OA办公系统
关于web开发OA办公系统的源码,功能包含个人办公,企业共享,消息管理,个人办公,流程控制,员工管理。
- 2022-02-01 00:47:51下载
- 积分:1
-
Vaadin Demo的源程序,去掉了Chart
原来的demo程序需要char组件才能运行,而chart又是收费的,没有运行不起来,所以去掉了。
- 2022-07-22 00:43:58下载
- 积分:1