-
多抽屉示例
多抽屉示例
- 2013-05-16下载
- 积分:1
-
web 应用程序的在线 dd
我的这个项目,旨在创建集成的 web 应用程序可以访问的
独特的卡。这个想法是将金融功能添加到政府 aadhar 卡可以用于全国范围内交易。服务,如药品、 书籍和在线生成的需求草案和在线出票自动售货机的地铁列车还执行了,可以用该独特的身份证与关联的储蓄帐户。
- 2022-01-25 16:40:08下载
- 积分:1
-
EasyDBUtils
应用背景1.减少了配置文件的数量,使用一个easyDBUtils.properties的配置文件替代了easyDBUtilsService.properties和easyDBUtilsDao.properties
2.将EasyDataSource也写到了easyDBUtils.properties中,key固定为:EasyDataSource,value是实现类的具体路径
**更新后准备工作跟以前不一样了**
需要:
1.在src的根目录下创建配置文件easyDBUtils.properties
2.实现EasyDataSource接口,并在easyDBUtils.properties完成配置
3.业务层和持久层的配置全部写在easyDBUtils.properties文件中关键技术EasyDBUtils是对DBUtils的功能封装
主要功能有:
简化了事务管理————只需要在业务层接口中需要管理事务的方法上进行@StartTransaction的注解声明,EasyDBUtils就会自动的帮你管理事务
简化了持久层的代码————以后在写持久层代码的时候不用在持久层里面传入DataSource或者是Connection了,也都是EasyDBUtils帮你完成。
以后在你写的代码中再也不会出现Connection和DataSource了!!!
使用方法:
====准备工作和配置====
1.实现EasyDataSource接口,完成与数据库连接池的对接,主要是为了给EasyDBUtils自动获取到DataSource和Connection提供帮助
2.在src的根目录下创建两个配置文件 easyDBUtilsDao.properties 以及 easyDBUtilsService.properties
easyDBUtilsService.properties 中的key是业务层的接口名称,value是业务层的实现类的具体路径
easyDBUtilsDao.properties 中的key是持久层的接口名称,value是持久层的实现类的具体路径
====如何使用=====
- 2022-02-20 11:41:55下载
- 积分:1
-
CPM 和 PERT 的仿真
这些关键路径法 (CPM) 和项目评价和评审技术 (PERT)。PERT 和CPM 是基本上时间膏感导致时间的测定方法。
这两种技术通常是作为"项目调度"文 purposre cpm 和 pert 是估计多少天我们的项目将完成。两者都是项目的非常有助于双圆弧 fulllfillment。
Cpm 和 pert 用于查找该项目的关键路径。在 cpm 和 pert 有是的两个通向前传球和落后的通行证。在向前打发我们 calcaulte 分钟时间,在落后的通行证,我们发现
的关键活动。Cpm 有而 pert 项目中没有固定的时间.它是不可预知和我们定义时间。
- 2022-12-09 12:45:03下载
- 积分:1
-
adewtjkuytd
/*这是用于在PGM中读取和写入图像文件
- 2022-08-23 22:58:22下载
- 积分:1
-
shopCar
j2ee 编写的购物车系统,有简单的购物,可登录,选择图书,购买,购物车,下定单等功能~~~(Shopping cart system, a simple shopping, you can log in, choose books, buy, shopping cart, place an order, etc. ~ ~ ~)
- 2013-11-09 15:22:17下载
- 积分:1
-
简单的web服务器的设计与实现
import java.io.*;
import java.nio.*;
import java.nio.channels.*;
import java.nio.charset.*;
import java.net.*;
import java.util.*;
import java.util.concurrent.*;
public class SimpleHttpServer {
private int
port=9999;
private
ServerSocketChannel serverSocketChannel = null;
private
ExecutorService executorService;
private static
final
- 2023-02-15 13:55:04下载
- 积分:1
-
android在wifi下手机与电脑的socket通信
应用背景在wifi局域网下,手机可以和电脑通过socket通信。手机做服务端,电脑做客户端;也可以反过来,电脑做服务端,手机做客户端。
下面介绍的是手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。
关键技术android在wifi下手机与电脑的socket通信
1、j需求文档
2、用到了Java面向对象的特征
3、用到了API接口,实现了支付功能;
3、Scott编程
- 2022-01-25 16:26:56下载
- 积分:1
-
android 未读消息提醒 加图标 实例源码下载(viewbadger)
未读消息提醒 实例源码,非常不错
- 2015-01-30下载
- 积分:1
-
listviewheSQLitezhishi
注意:本项目是基于android studio开发的,eclipse可能无法直接使用。
本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。
本项目涉及的知识点有:
1、SQLite的基本使用,增删查改
2、listview,adapeter的基本使用
3、activity生命周期
4、intent、bundle传递参数
5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use.
This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently.
The knowledge points involved in this project are:
1, the basic use of SQLite, CRUD
2, listview, the basic use of adapeter
3, activity life cycle
4, intent, bundle transfer parameters
5, the basic use of AlertDialog)
- 2016-07-25 11:25:09下载
- 积分:1