码迷,mamicode.com
首页 >  
搜索关键字:begin    ( 8626个结果
WebStorm 7.0 注冊码
经測试 WebStorm 6 7均能够使用例如以下注冊码,简直就是神key啊!WebStorm 6.0 7.0 注冊码User Name: EMBRACELicense Key:===== LICENSE BEGIN =====24718-1204201000001h6wzKLpfo3gmjJ8xo...
分类:Web程序   时间:2014-08-20 13:57:13    阅读次数:200
oracle 存储过程设置job定时执行
一、定义jobdeclare job number;begin dbms_job.submit( job =>job, what=>'PROC1;PROC2;', next_date => ...
分类:数据库   时间:2014-08-20 12:13:52    阅读次数:286
PL/SQL学习
资料1 -- Created on 2014/8/20  declare    -- Local variables here   i integer; begin   i := 12;   -- Test statements here   DBMS_OUTPUT.put_line(i); end; 资料2 declare    cursor s is       ...
分类:数据库   时间:2014-08-20 09:20:36    阅读次数:228
总账balance表
SELECT gb.period_net_dr, --期间发生额        gb.period_net_cr, --期间发生额        gb.project_to_date_dr, --账户建立至今余额        gb.project_to_date_cr, --账户建立至今余额        gb.begin_balance_dr, --期初余额   ...
分类:其他好文   时间:2014-08-20 00:05:16    阅读次数:233
delphi 遍历窗口
function EnumWindowsProc(hwnd: HWND; lparam: LPARAM): Boolean; stdcall;var buf: array[Byte] of Char;begin Result:= True; GetWindowText(hwnd, buf, S...
分类:其他好文   时间:2014-08-19 20:31:55    阅读次数:269
Delphi中的TChart使用用法
1、TChart Hello world 放一个控件到窗体上,然后写代码加入一个折线数据序列: var Series: TLineSeries; begin Series := TLineSeries.Create(Chart1); Series.Add(100, '头部', clRed); Series.Add(200, '颈部', clGreen); Chart1.AddSeries(Ser...
分类:其他好文   时间:2014-08-19 19:05:55    阅读次数:636
【瑞星系统】修改会员积分处理导入会员资料
----SET QUOTED_IDENTIFIER ON GOSET ANSI_NULLS ON GOCreate Procedure vipinsert(@RETURN bit output)ASBEGIN BEGIN TRANSACTION insert into bas...
分类:其他好文   时间:2014-08-19 12:19:24    阅读次数:265
hive报错(1)MoveTask
今天在CDH上执行hivesql的时候报了一个错。错误内容为:FAILED:ExecutionError,returncode1fromorg.apache.hadoop.hive.ql.exec.MoveTask错误语句:INSERTOVERWRITEDIRECTORY‘{$dir}‘select*fromtmp_analyse_oswherelogdata=‘{$begin}‘;错误原因:hive源码会检查导出的路径是否..
分类:其他好文   时间:2014-08-18 18:53:13    阅读次数:260
通过案例学习调优之--Oracle ASH
通过案例学习调优之--OracleASH应用环境:操作系统:RedHatEL55Oracle:Oracle10gR2案例场景:SCOTT用户做事务处理,事务已经完成!16:42:14SYS@prod>connscott/tiger Connected. 16:42:20SCOTT@prod>begin 16:42:232foriin1..1000000loop 16:42:273executeimmediate‘ins..
分类:数据库   时间:2014-08-18 18:49:53    阅读次数:570
linux init.d脚本编写模板
#!/bin/bash ### BEGIN INIT INFO # # Provides: location_server # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_f...
分类:系统相关   时间:2014-08-18 16:03:02    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!