1.intel CPU 一.找到HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Msahci,“Start”项值改为“0”. 二.重启,进入bios,将IDE模式改为ahci(或SATA MODE---enable) 三.进入系统后,将提示发现新设备,自动安装后根据提示重启即可 特别提示:如若第一步操作失误,那么进行“第二步”后就就会出现蓝屏并自动重启不能进入系统. 2.AMD CPU 1.首先去AMD網站抓RAID Driver 與 A
笨办法学python第33节 这一节主要学习内容是while循环,记录内容为将while改成函数,首先源代码如下: i = 0 numbers = [] while i < 6: print "At the top i is %d" % i numbers.append(i) i = i + 1 print "Numbers now: ", numbers print "At the bottom i is %d" % i print &q
怎么样把sql server 2000的用户表的所有者,改成dbo,而不是用户名. 推荐使用下面介绍的第二种方法,执行以下查询便可以了.sp_configure 'allow updates','1' go reconfigure with override go update sysobjects set uid=1 where uid<>1 go sp_configure 'allow updates','0' go reconfigure with override 注意:上面的查询语句
=====================2016-01-29更新=========================== 最近做demo时,发现将https改成http方式略有小变 1. 没有改成http方式时输出的错误: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured v
INSERT INTO TTT (NSAME, ID, AGE) VALUES ('AAA', '201023210816', '22'); 将上面的SQL格式改成以下的格式 AAA|201023210816|22 import os lists=[] paths = os.getcwd() for root,dirs,files in os.walk('wfyh'): for fn in files: lists.append(fn) for nmb in lists: dfile=open(