Fence LoopsThe fences that surround Farmer Brown's collection of pastures have gotten out of control. They are made up of straight segments from 1 thr...
分类:
其他好文 时间:
2014-07-16 19:06:02
阅读次数:
516
#coding=utf-8from sys import argvscript,first,second,third = argvprint "the script is=",scriptprint "the first is=",firstprint "the second is=",second...
分类:
编程语言 时间:
2014-07-16 17:39:23
阅读次数:
416
Search and Replace - Multiple Files
Searching
To open the search panel for files, press Ctrl
+ Shift +
F. You can use thekeyboard to control some search panel options and search actions:
...
分类:
其他好文 时间:
2014-07-16 16:17:14
阅读次数:
212
命令行提示符下,python print输出unicode字符时出现以下UnicodeEncodeError:'gbk'codec can't encode character '\u30fb不能输出 unicode 字符,程序中断。解决方法:sys.stdout=io.TextIOWrapper(...
分类:
编程语言 时间:
2014-07-16 16:01:53
阅读次数:
270
python导入同级别模块很方便: import xxx要导入下级目录页挺方便,需要在下级目录中写一个__init__.py文件 from dirname import xxx要导入上级目录,可以使用sys.path: 首先sys.path的作用是:当使用import语句导入模块时,解释器会搜...
分类:
编程语言 时间:
2014-07-16 15:54:00
阅读次数:
296
在VMware workstation 10中运行的虚拟机中再安装workstation软件时,启动时会出现不断重启的故障,解决办法:在宿主虚拟机的.vmx文件中添加一行monitor_control.restrict_backdoor = "TRUE"重启虚拟机即可。
分类:
其他好文 时间:
2014-07-16 13:57:51
阅读次数:
200
iphone手机连接USB时出现需要Mobile device setup disk上的usbaapl.sys文件...
分类:
移动开发 时间:
2014-07-16 13:52:54
阅读次数:
299
SYS_OP_C2C 导致的全表扫描(fts)/全索引扫描...
分类:
其他好文 时间:
2014-07-16 13:44:51
阅读次数:
240
记得A项目组是一个物流管理系统,后台采用了Oracle数据库。在系统中的核心表托运单表中,关于主键采用何种数据类型,是 sequence 还是用GUID , 大家起了争论。从网络搜索得到的结论看,一般的意见总结为:1. SYS_GUID()比sequence复杂;2.SYS_GUID做主键,则表、....
分类:
其他好文 时间:
2014-07-16 11:55:08
阅读次数:
233
改变数据库用户sysman(该用户是DB Control Repository 的schema)密码的方法...
分类:
数据库 时间:
2014-07-16 08:05:51
阅读次数:
423