摘要:
An X server is a program in the X Window System that runs on local machines (i.e., the computers used directly by users) and handles all access to the 阅读全文
摘要:
Oracle select for update and for update nowait 首先一点,如果只是select 的话,Oracle是不会加任何锁的,也就是Oracle对select 读到的数据不会有任何限制,虽然这时候有可能另外一个进程正在修改表中的数据,并且修改的结果可能影响到你目前 阅读全文
摘要:
1、常用命令 sar -n DEV #查看当天从零点到当前时间的网卡流量信息 sar -n DEV 1 10 #每秒显示一次,共显示10次 sar -n DEV -f /var/log/sa/saxx #查看xx日的网卡流量历史 sar -q #查看历史负载 sar -b #查看磁盘读写 DEV显示 阅读全文