-
银行转账事务
使用JDBC处理的银行转账事务。
按照JDBC的步骤编写,设置非自动提交的事务,将转出和转入放在一个事务中处理,操作完成后提交事务,在catch块中回滚事务。
- 2022-01-22 08:28:44下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
加强的C语言语法检查器
加强的C语言语法检查器-strengthen the C language syntax checker
- 2022-01-25 16:36:09下载
- 积分:1
-
Mobile phones turned on and off ActiveSync synchronization source code, you can...
Mobile手机上开启和关闭ActiveSync同步的源代码,可以动态的查看同步状态,并开启和关闭它-Mobile phones turned on and off ActiveSync synchronization source code, you can view the dynamic synchronization status, and open and close it
- 2022-10-30 20:40:03下载
- 积分:1
-
网上商城代码
这个系统整合了商品展示、商品管理、商品类别管理、购物车、会员管理等功能,提供了简易的操作,丰富的功能和完善的权限管理,为用户提供了一个低成本、高效率的网上商城建设方案。这个项目在商品类别设计中采用了树状层次设计结构;在前台可以分类浏览所有商品详细信息,下订单购买商品,查看购物车状态以及购买用户的反馈信息;在系统后台可以管理会员、管理商品和商品类别,并使用上传组件上传商品图片,管理查看商品库存以及进货渠道,并使用报表组件将商品的销售情况做成图表,供商城管理者做市场分析。前台对数据的修改使用Ajax技术直接与后台交互,提高了用户体验。
- 2022-07-17 11:28:49下载
- 积分:1
-
vb written with a very good process scheduling procedures, interface and functio...
用vb写的一个很不错的进程调度程序,界面和功能都很不错,看看对你学习vb会有所帮助的,强烈推荐-vb written with a very good process scheduling procedures, interface and functions are pretty good, you see right vb study will be helpful, strongly recommended
- 2022-03-01 06:50:21下载
- 积分:1
-
矢量电磁
你可以尝试查看任何向量,如果您有要协调它的位置点。程序会使线从一个点到另
- 2022-12-13 04:30:03下载
- 积分:1
-
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.
本程序把DATEVIEW中的数据导入到EXCEL中,很好用的代码哦.-This procedure to DATEVIEW the data into EXCEL, the good with the code Oh.
- 2022-05-22 02:14:54下载
- 积分:1
-
当把鼠标放在单词的地方,就会读出鼠标所在位置的单词
当把鼠标放在单词的地方,就会读出鼠标所在位置的单词-When the mouse on the word, it will read out the location of the mouse word
- 2022-03-12 17:05:57下载
- 积分:1
-
wince below a serial procedures for reading and GPS data It mainly from longitud...
wince下面一个串口程序,用于读取并分GPS数据,主要可以提取经纬度和时间-wince below a serial procedures for reading and GPS data It mainly from longitude and latitude and time
- 2022-03-19 02:15:19下载
- 积分:1