755 vs 644在linux下载了Qt的软件仓库,拷贝了一份到windows下。在 msysgit 下,发现所有的文件都被修改了。用 git diff 查看,发现是:$ git diff util/webkit/mkdist-webkitdiff --git a/util/webkit/mkdi...
分类:
其他好文 时间:
2014-06-29 00:40:32
阅读次数:
678
ocp 053703. Given below are RMAN commands to enable ba ckup optimization and set the retention policy:The USERS tablespace has never been backed up. Y...
分类:
其他好文 时间:
2014-06-28 21:01:00
阅读次数:
307
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:
其他好文 时间:
2014-06-28 19:58:18
阅读次数:
215
Real Mode在 real mode 中,memory 的使用被限制在 1 MByte(220bytes) 內,可用的 address 範圍為 0x00000 ~ 0xFFFFF。由 memory address 的可用範圍可知,存取需要 20 bits 的長度,但在 8086 的 CPU 架構...
分类:
其他好文 时间:
2014-06-18 13:41:34
阅读次数:
180
无意中将home下的所有文件都删除了,一些配置文件都丢了。重新登陆后,发现无法加载bashrc。查找后,发现问题不在于bashrc,而在与.bash_profile丢失login shell mode 只会读取 ~/.bash_profile , ~/.bash_login , ~/.profile...
分类:
其他好文 时间:
2014-06-17 20:29:17
阅读次数:
213
rman备份脚本
#! /bin/bash
su - oracle
rman target /
backup AS COMPRESSED BACKUPSET
database
include current controlfile format'/orabak/db_%d_%T_%s'
plus archivelog format'/orabak/a...
分类:
系统相关 时间:
2014-06-17 19:33:13
阅读次数:
348
gamedb:/bak/backup/web#find.-maxdepth1-ctime+60|more
./cncgcg
./gm
./igame
./20140410
./20140403
./qzstatistics
./20140415使用maxdepth可以指定列出的层数
分类:
其他好文 时间:
2014-06-17 17:07:30
阅读次数:
253
在安装织梦网站时出现 ”连接数据库出现数据库服务器或登录密码无效,无法连接数据库,请重新设定“
但是数据库用户名和密码是正确的,在服务器端完全可以进入到数据库的。
于是关闭php的sql安全模式。
把PHP.INI 里面的 sql.safe_mode = on 改成 sql.safe_mode = off 就可以了。...
分类:
数据库 时间:
2014-06-17 16:21:47
阅读次数:
1076
主要参考文档:http://www.itpub.net/thread-1714191-1-1.html
Oracleh有两种服务器模式shared mode和dedicated mode。
Dedicated mode下,客户端每发来一个连接请求,数据库都要给这个请求建立一个服务进程来完成响应。而在shared mode下,oracle会首先建立一定数目的服务进程,客户端发来的请求会首先发送到...
分类:
数据库 时间:
2014-06-17 16:10:51
阅读次数:
316
ocp 053:656.The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Whichstatement is true while performing a tape backup in an...
分类:
其他好文 时间:
2014-06-17 15:27:56
阅读次数:
481