-
android电子点餐系统
CREATE PROCEDURE `new_proc`(IN tableId1 INTEGER(11), IN tableId2 INTEGER(11))
NOT DETERMINISTIC
SQL SECURITY DEFINER
COMMENT ""
BEGIN
declare perNum,oId1,oId2 integer;
select personNum into perNum from OrderTbl as ot where
ot.tableId =tableId2
and ot.isPay = 0;
select id into oId1 from OrderTbl as ot where
ot.tableId = tableId1
and ot.isPay = 0;
select id into oId2 from OrderTbl as ot where
ot.tableId = tableId2
and ot.isPay = 0;
update Order
- 2022-08-09 22:02:27下载
- 积分:1
-
android HerilyAlertDialog完全自定义的Dialog
android HerilyAlertDialog完全自定义的Dialog
- 2014-08-21下载
- 积分:1
-
AvdCreationDialog
AVD creator dialog Source Code for Andriod.
- 2013-10-24 10:33:40下载
- 积分:1
-
CH06
Android sdk开发范例大全(第二版)第6章节
- 2013-08-02 11:12:28下载
- 积分:1
-
Android
Android开发精要(完整扫描版)
第1章 Android的系统架构/1
第2章 Android源代码的下载和编译/16
第3章 Android组件模型解析/28
第4章 Android的Intent机制/67
第5章 组件生命周期解析/91
第6章 组件间的数据传输/129
第7章 Android控件解析/141
第8章 应用资源/205
第9章 数据存储/226
第10章 网络通信/248
第11章 地理信息服务/269
第12章 多媒体处理/284
第13章 其他重要模块/301(Android Development Essentials (full scan version) Chapter 1 of the Android system architecture/1 Chapter 2 download Android source code and compile/16 Chapter 3 Android component model parsing/28 of Chapter 4 of the Android Intent mechanisms/67 5 Zhang component lifecycle parsing/91 Chapter 6 data transfer between components/129 Chapter 7 Android controls parsing/141 Chapter 8 Application Resources/205 Chapter 9 Data Storage/226 Chapter 10 Network Communications/248 Chapter 11 Geography Information Services/269 Chapter 12 Multimedia Processing/284 Chapter 13 Other important modules/301)
- 2013-08-14 15:48:19下载
- 积分:1
-
AndroidPdfViewerPDF查看器
AndroidPdfViewerPDF查看器
- 2015-09-07下载
- 积分:1
-
地震波库(全)
【实例简介】
- 2021-06-24 00:31:12下载
- 积分:1
-
android照相机,录像机 例子源码
android照相机,录像机 例子源码
- 2015-03-09下载
- 积分:1
-
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup for Andriod.
- 2013-10-21 16:25:59下载
- 积分:1
-
android_capture
基于android手机的远程视频监控系统
有安卓手机端和pc服务器端
可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
- 2013-03-27 18:00:04下载
- 积分:1