1、解压vs2010的ISO文件,里面会有个ProductDocumentation文件夹,其实这个就是安装MSDN的文件夹了。 2、先安装vs2010,运行vs2010,点击help,打开manage help settings,选择install content from disk,路径选择您刚...
分类:
其他好文 时间:
2014-09-26 18:29:18
阅读次数:
132
RMAN恢复案例之--完全恢复错误案例(备份Error)RMAN恢复案例:用户在做rman的恢复时遇到以下错误:RMAN>restoredatabasefromtag=‘TAG20140923T160003‘;Startingrestoreat24-SEP-14
allocatedchannel:ORA_DISK_1
channelORA_DISK_1:sid=156devtype=DISK
allocatedchannel:ORA..
分类:
其他好文 时间:
2014-09-24 20:11:18
阅读次数:
687
CentOS 6.X启动流程 /boot分区 启动引导程序是默认可以识别boot分区的.因此在系统还无法加载硬盘的时候,boot分区是可以识别的! initramfs内存文件系统 CentOS 6.x中使用initramfs内存文件系统取代了CentOS 5.x中的initrd RAM Disk。他们的作用类似,可以通过启动引导程序加载到内存中,然后加载启动过程中所需要的内核模块[用来模拟真正的...
分类:
其他好文 时间:
2014-09-24 16:22:27
阅读次数:
223
1,aliCloud基于RAM service实现跨账户ECS资源访问Example主要的资源为Instance,Image,Snapshot,disk,SecurityGroupAction太多在此pass.....;2,实战aliCloud基于RAM service实现跨账户ECS资源访问3st...
分类:
其他好文 时间:
2014-09-24 12:25:26
阅读次数:
220
Python3打表。。。。
Hard Disk Drive
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 1044 Accepted Submission(s): 564
Problem Des...
分类:
其他好文 时间:
2014-09-23 21:55:55
阅读次数:
195
A text file is a sequence of characters stored on a permanent medium like a hard drive, flash memory, or CD-ROM. To read a file, you can use open to c...
分类:
其他好文 时间:
2014-09-23 02:45:53
阅读次数:
267
mount /dev/sdb /mnt/diskumount -l /mnt/disk【有busy的问题可以加上l项】1.查询当前谁在使用device,fuser /mnt/temp,查询结果是/mnt/temp:18102c2.查询该进程号表示哪个进程,ps -ef|grep 18102|grep...
分类:
其他好文 时间:
2014-09-22 17:45:53
阅读次数:
202
如果令A B C D E F G H I J K L M N O P Q R S T U V W X Y Z分别等于百分之1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26那么Hard work(努力工作) H+....
分类:
其他好文 时间:
2014-09-22 15:19:02
阅读次数:
185
#! /bin/sh
while true;
do
i=`df -h | egrep '/mnt/D'| awk '{print $5}' | cut -d "%" -f1 -`
if [ "$i" -ge 90 ]
then
echo "disk nearly full"
cd /mnt/D/files/
for file1day in `ls -d */ | sort -n...
分类:
系统相关 时间:
2014-09-21 00:00:59
阅读次数:
276