Connect("localhost", "root", "", "php100")or die("错误");$db->Execute("set names 'UTF8'");$query=$db->execute("select * from `php100`");while($row=$quer...
分类:
数据库 时间:
2014-06-28 13:59:08
阅读次数:
294
測试2:(1)一致性的全备SQL> shutdown immediate;$ cp -rf $ORACLE_BASE/oradata/boss/*.dbf /oradata/bossbak/20140610allbackup$ cp -rf $ORACLE_BASE/oradata/boss/*.l...
分类:
数据库 时间:
2014-06-25 20:54:13
阅读次数:
284
Install apache2To execute the install command in terminal:sudo apt-get install apache2Then, we can find that the apache2 has been installed in "/etc/"...
分类:
Web程序 时间:
2014-06-24 09:39:53
阅读次数:
363
最近在客户的一个8i生产库上使用statspack,发现alert中有报错:
Mon Jun 16 13:17:52 2014
Errors in file /oracle/8.1.7/admin/prod/bdump/snp0_96626_prod.trc:
ORA-12012: error on auto execute of job 304
ORA-01631: max # exte...
分类:
数据库 时间:
2014-06-22 20:40:40
阅读次数:
316
SQL Server 允许用字符串来动态构造 T-SQL 代码的一个批处理,接着再执行这个批处理。这种功能称为动态SQL (dynamic SQL)。SQL Server提供了两种执行动态 SQL 的方法:使用 EXEC(EXECUTE 的缩写)命令和sp_executesql 存储过程。动态SQL...
分类:
数据库 时间:
2014-06-21 16:16:17
阅读次数:
227
1 PowerDesigner中在生成的数据库脚本中用name列替换comment列作为字段描述的方法如下,依次打开Tools -- Execute Commands -- Run Script,运行以下脚本:Option ExplicitValidationMode = TrueInteracti...
分类:
数据库 时间:
2014-06-20 21:08:25
阅读次数:
324
1.JAVA虚拟机性能优化,修改bin下的 catalina.sh/batrem ----- Execute The Requested Command ----------------------------set JAVA_OPTS= -Xms1024M -Xmx1024M -XX:PermSi...
分类:
其他好文 时间:
2014-06-20 17:16:37
阅读次数:
152
一.boost::thread的创建 1.线程创建方法一: boost::shared_ptr writeThread_; boost::function0 f = boost::bind(&DBTaskMgr::execute, this); writeThread_ = bo...
分类:
编程语言 时间:
2014-06-18 08:16:15
阅读次数:
283
DDL Setup Steps
SQL> grant execute on utl_file to ggs;
Grant succeeded.
Create GLOBALS file
[oracle@zwc ~]$ cd /ggs/
[oracle@zwc ggs]$ cat GLOBALS
GGSCHEMA GGS
run marker_s...
分类:
数据库 时间:
2014-06-17 23:24:30
阅读次数:
534
HttpClient的撑持在HTTP/1.1标准中界说的一切的HTTP办法:GET,HEAD,POST,PUT,DELETE,TRACE和OPTIONS。每有一个办法都有一个对应的类:HttpGet,HttpHead,HttpPost,HttpPut,HttpDelete,HttpTrace和HttpOptions。一切的这些类均完成了HttpUriRequest接口,故可以作为execute..
分类:
其他好文 时间:
2014-06-17 17:03:44
阅读次数:
169