Monthly Archives: 二月 2012

Windows和Linux双系统下完美卸载linux

装了Windows和linux双系统的朋友,在后期要删除linux是个比较头痛的问题,因为MBR已经被linux接管,本文的目的是如何在windows 和linux双系统下,简单,完美地卸载linux(适用于Vista/XP/Win7+Ubuntu/Fedora/FreeBSD)。

使用Mbr[......]

Read more

Posted in 爱上网, 爱写代码 | Leave a comment

修改Oracle数据库的字符集

Oracle10G可以采用下面的方法

connect system as sysdba ;
shutdown immediate ;
startup mount ;
alter system enable restricted session ;
alter system set JOB[......]

Read more

Posted in 爱写代码 | Leave a comment