1 Create PROCEDURE getuser 2 ( 3 IN pageIndex INT, 4 IN pageSize INT, 5 OUT count INT 6 ) 7 8 BEGIN 9 declare pindex int DEFAULT (pageIndex-1)*pageS.....
分类:
数据库 时间:
2014-07-29 10:55:46
阅读次数:
213
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TForm1 = class(TForm) procedure Form....
1 CREATE PROCEDURE test_sp1( ) 2 BEGIN 3 DECLARE t_error INTEGER DEFAULT 0; 4 DECLARE CONTINUE HANDLER FOR SQLEXCEPTION SET t_er...
分类:
数据库 时间:
2014-07-29 10:26:48
阅读次数:
456
最近工作有点忙,没什么时间在上班时间进修一下,自己晚上有时候去打打球,回家看看电视剧,日子一天天过……。前段时间看到公司有用到ORACLE,而我一直都觉的ORACLE对于我来说是很重的,所以这个周末花了点时间学习一些基础下。创建无参存储过程create procedure p_myPro1 is.....
分类:
数据库 时间:
2014-07-27 11:03:22
阅读次数:
310
用于asp.net还原与恢复SqlServer数据库的KillSpid存储过程CREATE PROCEDURE KillSpid(@dbName varchar(20))ASBEGIN DECLARE @sql nvarchar(500) DECLARE @spid int ...
分类:
数据库 时间:
2014-07-27 10:05:12
阅读次数:
227
About the Book
To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:
其他好文 时间:
2014-07-26 15:32:35
阅读次数:
349
系统命令消息就是这样屏蔽,哈哈。procedure WMSysCommand(var Msg: TMessage);message WM_SYSCOMMAND;procedure tform1.WMSysCommand(var Msg: TMessage);beginif Msg.wParam S....
分类:
其他好文 时间:
2014-07-26 01:06:26
阅读次数:
361
每当夏秋之交,我们都有展会,展会完后,都有很多的新的潜在客户要添加,我们收了一大堆名片,想入openERP还是需要一定时间的,而且名片的图片导入没有什么简洁的方法,所以我就想写个script来进行导入这些名片以及相关的客户信息。XML-RPC是一个远程过程调用(remote procedure ca...
分类:
其他好文 时间:
2014-07-25 14:25:51
阅读次数:
266
G -Go DeeperTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionHere is a procedure's pseudocode: go(int dep, int n, int m) ...
分类:
其他好文 时间:
2014-07-25 02:49:50
阅读次数:
317
create or replace procedure replace(desstr in varchar2, replacestr in varchar2, ...
分类:
数据库 时间:
2014-07-24 22:42:43
阅读次数:
200