- 浏览: 90008 次
- 性别:
- 来自: 深圳
最新评论
-
allloveend:
D:\Program Files\instantclient_ ...
windows 7 上plsql dev 和 oracle instantclient 配置 -
allloveend:
D:\Program Files\instantclient_ ...
windows 7 上plsql dev 和 oracle instantclient 配置
文章列表
今天想监控数据库服务器io,找到iotop,从iotop官方网站下了rpm包后发现不能用,官网上提示要求python2.7,一看服务器上才2.4的版本,于是下载了python2.7.5来编译安装,然后重新安装iotop的rpm包,终于发现能用了,可每个进程具体占用io情况没显示出来,下脚提示“CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %”,查到http://blog.yufeng.info/archives/2138这里说我的这个内核应该是支持的啊,查到http://www.redh ...
Ubuntu 13.04 下 用 vmware player 5.0.2安装win7 时,当安装vmware-tools时 vmware app loader崩溃,错误信息: 'error updating software component'
解决:
1、下载补丁 vmware9.k3.8rc4.patch
2、安装补丁:
su root
cd /usr/lib/vmware/modules/source
tar -xf vmci.tar
cd vmci-only
cp /home/sjw/down/ vmware9.k3.8rc4.patch .
patch ...
Ubuntu 13.04 安装 chrome 报错:
google-chrome-stable depends on libudev0 (>= 147)
解决:
1、下载libudev0库
32位系统:
$ wget -c www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu//pool/main/u/udev/libudev0_175-0ubuntu13_i386.deb
64位系统:
$ wget -c www.mirrorservice.org/sites/archive.ubuntu.com/ ...
Ubuntu 13.04 正式发布,新版本包含Unity 7 / Libreoffice 4 /Upstart 1.8等等。组件方面包含:Linux kernel 3.8.8Unity 7Upstart 1.8
++ plsql
+++通过oracle instantclient 连接数据库
++++ 安装
下载instantclient-basic-win32-10.2.0.5.zip instantclient-sqlplus-win32-10.2.0.5.zip解压到
D:\Program Files\instantclient_10_205下,在该目录下新建 network/admin/tnsnames.ora
++++ 配置Windows环境变量
ORACLE_HOME=D:\Program Files\instantclient_10_205
Path=x ...
weblogic 9.2.3 JDK 1.5.0_22
AdminServer的日志一直在刷如下信息:
<2012-10-26 下午02时42分00秒 CST> <Info> <ServletContext-/bea_wls_internal> <ETL> <custv_admin> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> ...
最近突然发现ubuntu 12.04 ssh登录很慢,半天才提示输入密码,导致自动登录脚本超时。
ssh -v user@ip 跟踪了一下,发现是GSSAPIAuthentication认证尝试等待的时间较长。
后来发现原系统默认情况下 ssh_config 的配置里,GSSAPIAuthentication 选项是 no ,貌似是系统自动升级后变成了 yes,并且在 ssh_config 里也添加了此选项,于是登录过程中便多了 GSSAPIAuthentication 的偿试。
解决:
sudo vi /etc/ssh/ssh_config
修改 GSSAPIAuth ...
原文地址:https://answers.launchpad.net/ubuntu/+source/nautilus/+question/176880
In Nautilus 3.2.1 on Ubuntu 11.10, Shouldn't Ctrl-L Toggle Location and Path Bar
Ubuntu
“nautilus” package
Questions
Question #176880
Asked by Neal Gamradt on 2011-10-30
关闭Windows XP移动硬盘或U盘自动播放方法:1.关闭服务法在"我的电脑"点击鼠标右键,选择"管理",在打开的"计算机管理"中找到"服务和应用程序-服务",然后在右窗格找到"Shell Hardware Detection"服务。这个服务的功能就是为自动播放硬件事件提供通知,双击它,在"状态"中点击"停止"按钮,然后将"启动类型"修改为"已禁用"或者"手动"就可以了。
2.策略组关闭法 ...
原始的发布和服务包的 2007 Office 程序具有以下可执行文件名称和版本号:
http://support.microsoft.com/kb/928116/
原始的发布和服务包的 2007 Office 程序具有以下可执行文件名称和版本号:
2007 office 产品名称
文件的名称
原始版本
SP1 版本
SP2 版本
2007 Office 套件
Mso.dll
12.0.4518.1014
12.0.6213.1000
12.0.6425.1000
Microsoft Office Access 2007
如何关闭AVI文件预览功能
大家应该都知道XP有一个功能就是AVI文件预览,但是这功能会导致AVI文件不能删除。
每次都是因为当时观看了该AVI文件后不能正常删除——即使可以删除到回收站也不能真正清理,只能重启系统才能删除。
关闭该功能办法:
可以将Shmedia.dll反注册,打开命令行窗口,执行以下指令:"RegSVR32 /U Shmedia.dll"。恢复预览功能指令:"RegSVR32 Shmedia.dll"。
今天发现官方网站 http://www.virtualbox.org/不能登录,去oracle官网
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html又发现没有 for ubuntu12.04的下载链接,后来发现能在这里找到
http://download.virtualbox.org/virtualbox/4.1.14/
下载地址为:
Extension_Pack:
http://download.virtualbox.org/virtualbox/4.1.14/Ora ...
163源
deb http://mirrors.163.com/ubuntu/ precise main restricted
deb-src http://mirrors.163.com/ubuntu/ precise main restricted
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted
deb http://mirrors.163.com/ub ...
转自:http://code.activestate.com/recipes/65203/
portalocker - Cross-platform (posix/nt) API for flock-style file locking. (Python recipe)
## {{{ http://code.activestate.com/recipes/65203/ (r7)
# portalocker.py - Cross-platform (posix/nt) API for flock-style file locking.
# ...
File Locking Using a Cross-Platform API
获得平台无关的文件锁
Credit: Jonathan Feinberg, John Nielsen
转自:http://blog.csdn.net/fdayok/article/details/5263061
问题 Problem
You need to lock files in a cross-platform way between NT and Posix, but the Python standard library offers only platform-specifi ...