This Section will continue the actual configure for IHS related files.3) Copy the httpd.conf file to httpd2.conf, and modify them.Now Virtual IP have ...
分类:
Web程序 时间:
2014-07-19 20:10:57
阅读次数:
307
修改被 DB Control 监控的db (10g and 11g)中 dbsnmp密码的方法...
分类:
数据库 时间:
2014-07-18 21:25:00
阅读次数:
331
1,修改迁移路径
USE master
GO
ALTER DATABASE 数据库名 --主数据
MODIFY FILE(NAME='数据库名', FILENAME='F:\DataBase\数据库名.mdf');
GO
ALTER DATABASE 数据库名 --日志数据
MODIFY FILE(NAME='数据库名_log', FILENAME='F:\DataBase\数据...
分类:
数据库 时间:
2014-07-16 14:39:54
阅读次数:
229
IntroductionIn this lab you will modify YFS to cache extents, reducing the load on the extent server and improving YFS performance. The main challenge...
分类:
其他好文 时间:
2014-07-13 12:04:34
阅读次数:
279
执行以下语句报"要修改数据类型,则要更改的列必须为空" alter table 表名 modify (目标字段 varchar2(100));解决步骤:第一步,在表中加一个临时字段 alter table 表名 add 临时字段 目标字段原来的类型;第二步,将目标字段的值付给临时字段,并将目标字段置...
分类:
数据库 时间:
2014-07-09 22:49:01
阅读次数:
365
open a cmd window and type reg query "HKCU\Control Panel\International" which will show you the values as you want them.Then to modify them, use REG A...
分类:
其他好文 时间:
2014-07-06 23:26:01
阅读次数:
1227
/* * * Copyright (c) International Business Machines Corp., 2001 * * This program is free software; you can redistribute it and/or modify * it...
分类:
其他好文 时间:
2014-07-02 23:25:51
阅读次数:
282
例如: 表User中有一个字段 salary Number(10,3),如果想把字段salary的类型提高精度到salary Number(10,6),保留六位小数,解决办法:1,ALTER TABEL USER MODIFY SALARY NUMBER(13,6);解释:number类型刚开始是,...
分类:
数据库 时间:
2014-07-02 22:02:59
阅读次数:
322
In-App Purchases have been returned and are highlighted in the table below.Your In-App Purchase has been returned. You must modify or delete the highl...
分类:
其他好文 时间:
2014-06-27 19:52:04
阅读次数:
495
Warning: Cannot modify header information - headers already sent by出错的原因我在php程序的头部加了,header("cache-control:no-cache,must-revalidate");之后页面就出现上面的错误,看了N...
分类:
其他好文 时间:
2014-06-26 18:41:36
阅读次数:
167