码迷,mamicode.com
首页 >  
搜索关键字:control files    ( 24036个结果
Programming In Scala Reading Note 6
Built-in Control Structures 内置控制结构1 if 控制结构scala的if跟java的if结构上相同,功能上也差不太多,scala的说法是,if能够返回一个值 val fileName = if (!args.isEmpty) args(0) else "default....
分类:其他好文   时间:2014-07-07 18:33:10    阅读次数:169
html禁止缓存
HTML: ASP response.expires=0 response.addHeader("pragma","no-cache") response.addHeader("Cache-Control","no-store, must-revalidate") PHP header("E...
分类:Web程序   时间:2014-07-07 17:48:45    阅读次数:267
python实例31[列出目录下所有的文件到txt]
代码: (使用os.listdir)importosdefListFilesToTxt(dir,file,wildcard,recursion):exts=wildcard.split("")files=os.listdir(dir)fornameinfiles:fullname=os.path.j...
分类:编程语言   时间:2014-07-07 14:16:31    阅读次数:264
centos selinux minidlna
想在selinux 部署一个家庭式的dlna服务器由于安装的minidlna没有selinux的策略,出现了以下问题:1 yum 安装2 启动失败execvp 没有权限,chmod u+x /etc/init.d/minidlna3 启动是创建sqlite files.db 出错默认会在 /var/...
分类:系统相关   时间:2014-07-03 11:48:29    阅读次数:642
loadrunner11破解方法
之前装完了QTP,现在继续loadrunner,小月月一直前进在软件安装的道路上...本方法的前提是已经成功安装loadrunner11。1. 下载破解文件lm70.dll和mlr5lprg.dll lm70.dll文件,覆盖x:\Program Files\Mercury\LoadRunne...
分类:其他好文   时间:2014-06-30 13:20:00    阅读次数:174
自动控制原理学习总结
自动控制原理学习总结              明天就考自控了,现在也还没怎么做题,待会帮empty castle  . L 把数据都备份好了认真看看题吧。。。还好是明天下午考试,不然估计会很坑爹。搞定自控! 自控的学习。。。基本上都是自学,老师上课基本上是白搭,一开始两周还坐前面听课。其实看不见,高度近视。都是“听”的。。。跟同学开玩笑说。。上自控就跟听力课似得。。中文听力课。...
分类:其他好文   时间:2014-06-30 07:48:34    阅读次数:221
debugging python with IDLE
1. start IDLE “Python 2.5”→“IDLE(Python GUI)” 2. open your source file window From python shell, select file->open... 3. show debug control From python shell, select Debug->Debuger 4....
分类:编程语言   时间:2014-06-29 22:47:26    阅读次数:356
浅谈JDK的File.equal()
java.io.File.equal()比较两个File对象是否指向同一个文件,但实际上不同系统的文件系统中,需要小心使用,以免被坑。...
分类:其他好文   时间:2014-06-29 22:24:55    阅读次数:224
Enable indexing LibreOffice files on Win 7
By default, Windows 7 index service will not go into LibreOffice files to search their contents. This can be enabled by installing a plugin at IFilter...
分类:Windows程序   时间:2014-06-29 19:35:38    阅读次数:482
关于QSetting用法
注意要么在开始就设置公司和程序名称,如:QApplication app(argc, argv); app.setOrganizationName("Trolltech"); app.setApplicationName("Recent Files Example");要么在QSet...
分类:其他好文   时间:2014-06-29 18:44:22    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!