Most tutorials online have suggested the way to fire commands inside QT interfaces launched n Maya (via cmds.loadUi – not involving pyQT) is to add a ...
分类:
其他好文 时间:
2014-07-07 12:19:38
阅读次数:
194
原文:http://web.mit.edu/~mkgray/project/silk/root/afs/sipb/project/git/git-doc/git-diff.htmlgit diff可以比较working tree同index之间,index和git directory之间,worki...
分类:
其他好文 时间:
2014-07-03 10:49:30
阅读次数:
361
最简便安装python+selenium-webdriver环境方法from:http://www.easonhan.info/python/2013/12/07/active-python-install-selenium/ 乙醇的blog。很多同学在windows搞不定python + sele...
分类:
编程语言 时间:
2014-07-03 09:15:07
阅读次数:
260
1、利用System.getProperty()函数获取当前路径:System.out.println(System.getProperty("user.dir"));//user.dir指定了当前的路径2、使用File提供的函数获取当前路径:File directory = new File(""...
分类:
编程语言 时间:
2014-07-03 07:08:28
阅读次数:
521
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:
系统相关 时间:
2014-07-03 06:29:10
阅读次数:
223
问题1故障现象:Wed Jan 16 09:30:08 2013 [DiM][I]: New VM state is ACTIVE.Wed Jan 16 09:30:08 2013 [LCM][I]: New VM state is PROLOG.Wed Jan 16 09:30:08 2013 [...
分类:
其他好文 时间:
2014-07-02 23:23:21
阅读次数:
257
讲述了业务逻辑层的组织的三种方式:Transaction Script,Active Record以及Domain Model
分类:
Web程序 时间:
2014-07-02 21:51:46
阅读次数:
303
当我更新完android L proview之后我的打包出问题了,报错/${zipalign}" error=2, No such file or directory
排查了一下午才知道 最近的ant/build.xml文件中丢失了一行代码
第二行代码丢失。直接恢复或者直接用老版本的build.xml文件就OK!fuck!...
分类:
移动开发 时间:
2014-07-02 07:51:32
阅读次数:
289
UndoSegment深入解析在undo自动管理时,设置了undo_retention以后,undo块就存在四种状态。Active:表示正在使用该undo的事务还没有提交或回滚。Inactive:表示该undo上没有活动的事务,该状态的undo可以被其他事务覆盖。Expired:表示该undo持续inactive的时间超过undo_retent..
分类:
其他好文 时间:
2014-07-01 15:15:47
阅读次数:
497
1操作系统接口os模块提供了一系列与系统交互的模块:>>> os.getcwd() # Return the current working directory'/home/minix/Documents/Note/Programming/python/lib1'>>> os.chdir('~/p....
分类:
编程语言 时间:
2014-07-01 14:07:44
阅读次数:
249