create table OA_WF_NODETEMP as select * from
oa_wf_node where 1=2
分类:
其他好文 时间:
2014-05-16 18:55:53
阅读次数:
202
yanzhihong@yzh:~/nook3$ file noogie.img
noogie.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1,
startsector 32, 155616 sectors, code of...
分类:
其他好文 时间:
2014-05-16 08:31:35
阅读次数:
236
Configuration File (php.ini)
Path/usr/local/php/libLoaded Configuration File(none)Linux 把 dtruss 改成strace
就可以我的是mac的系统jackluo@JackLuodeMacBook-Pro:~ $...
分类:
Web程序 时间:
2014-05-16 07:23:21
阅读次数:
381
--创建表create table employee( userId number not
null, userName varchar2(50), pwd varchar2(50), email varchar2(100), clazz
number);--向表中插入数据INSERT INTO e...
分类:
其他好文 时间:
2014-05-16 06:53:08
阅读次数:
331
1:what is computer networks? network core
:routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer
:FTP、电子邮件、DNS、P2P app...
分类:
其他好文 时间:
2014-05-16 06:51:19
阅读次数:
259
1、备份命令exp username/password
file=d:/test/test.dmp;2、还原命令imp username/password full=y file=d:/test/test.dmp;
分类:
数据库 时间:
2014-05-16 05:39:25
阅读次数:
355
如何创建存储过程: 1 DELIMITER // 2 create procedure
func1()3 begin4 select *from A;5 end6 //7 DELIMITER ; View
CodeDELIMITER是分割符的意思,因为MySQL默认以";"为分隔符,如果我们没有声....
分类:
其他好文 时间:
2014-05-16 05:16:40
阅读次数:
226
生成饼状图 1 package com.kite.jfreechart; 2 3 import
java.awt.Font; 4 import java.awt.Image; 5 import java.io.File; 6 import
java.io.IOException; 7 8 imp.....
分类:
其他好文 时间:
2014-05-15 16:49:33
阅读次数:
340
原文:SQL Server 在多个数据库中创建同一个存储过程(Create Same
Stored Procedure in All
Databases)一.本文所涉及的内容(Contents)本文所涉及的内容(Contents)背景(Contexts)遇到的问题(Problems)实现代码(SQL...
分类:
数据库 时间:
2014-05-15 15:35:56
阅读次数:
497
android中,基本使用网络资源方式如下(同步) try { URL url = new
URL(myFeed); // Create a new HTTP URL connection URLConnection connection =
url.openConnection(); HttpUR...
分类:
移动开发 时间:
2014-05-14 13:51:01
阅读次数:
393