-
jsp做的BBS
jsp.ECLIPSE.TOMCAT 做的BBS
bbssimple--jsp+sqlserver+tomcat
适合新手使用
- 2022-04-23 15:08:45下载
- 积分:1
-
asd
Android编写的聊天软件,用于简单的用户之间的交流。有客户端和服务端组成(Android chat software written for the simple communication between users. A client and server components.)
- 2013-03-24 02:45:25下载
- 积分: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
-
android 截图示例源码下载
android 截图示例源码下载
- 2013-10-23下载
- 积分:1
-
完整LIS系统(PB+ORAClE).rar
完整LIS系统(PB+ORAClE).rar
- 2019-08-06下载
- 积分:1
-
mapView
android的地图编辑器实例,告诉你如何写地图(android map editor instance, tell you how to write map)
- 2013-07-23 09:25:56下载
- 积分:1
-
下拉删除
android 下拉刷新,上拉加载更多,listview带左滑删除的依赖包,可以直接依赖使用,Demo把项目是依赖包勾选掉(android Pull down, pull up, load more, listview with left slide delete dependent package, you can directly rely on the use of Demo, the project is dependent on packet check off)
- 2017-09-06 09:30:44下载
- 积分:1
-
Recommended Exercise 2
A debugger is a powerful tool that professional software developers rely on to locate errors in programs. The ability to view the contents of variables at various points in a program"s execution is a typical feature of debuggers. This feature makes a debugger especially useful when locating errors relating to the use of pointers.
- 2022-02-07 14:54:40下载
- 积分:1
-
小型酒店管理系统
该资源提供详细的小型酒店管理系统的设计说明,系统能够实现散客开单,团体开单,客房预订,客房管理,用户登录,系统管理,消费管理等基本功能。能实现小型酒店管理系统的科技化,减少人力的耗费
- 2022-02-20 10:59:44下载
- 积分:1
-
Acvooding
说明: 根据蒙特卡罗仿真原理,对QPSK及QDPSK进行误码率仿真分析里面有7个程序(According to Monte Carlo simulation principle, there are 7 programs in BER simulation analysis of QPSK and QDPSK.)
- 2019-03-28 05:37:53下载
- 积分:1