码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
Learn Python From 'Head First Python' [2] : Sharing
1.publish2.update print_lolPS:for Step 1.write the code in to a py file. put the py file into a folder named nester. new a py file named 'setup' and t...
分类:编程语言   时间:2014-09-09 10:44:28    阅读次数:309
《The Story of My Life》Introductiom - The Life and Work of Helen Keller
Helen Keller was born on June 27,1880, in Tuscumabia, Alabama, to Captain Arthur Henry Keller, a Confederate army veteran and a newspaper editor, and ...
分类:其他好文   时间:2014-09-08 09:37:56    阅读次数:231
newLISP 删除目录
这是个很简单的需求,可是API只提供了一个几乎没什么用的函数remove-dir 要求目录必须为空。因此我写了一个函数来递归删除目录树:(define (make-sure-folder-path-end-of-slash dir-path) (if (!= (last dir-path) "/") (push "/" dir-path -1) ) dir-path )...
分类:其他好文   时间:2014-09-06 16:10:33    阅读次数:348
Web服务器搭建笔记
1、ping 127.0.0.1 -测试联通性在浏览器中输入localhost可判断本地服务器是否开启。如果出现含有“work”字样,则代表本地服务器已经开启。2、本地服务器具体搭建步骤。1>cd /etc/apache2/ 进入这个目录2>修改配置文件,配置服务器之前先备份好httpd.conf源...
分类:Web程序   时间:2014-09-06 13:36:53    阅读次数:280
Mac OS X Kernel Basic User Credentials
User Credentials In order to understand security in OS X, it is important to understand that there are two security models at work. One of these is th...
分类:其他好文   时间:2014-09-06 10:54:23    阅读次数:365
java学习篇(四)---浅谈JUnit 3.8
1. 使用Junit 的最佳实践: 1) 新建一个名为test 的 source folder,用于存放测试类源代码 2) 目标类与测试类应该位于同一个包下面,这样测试类中就不必导入源代码 所在的包,因为他们位于同一个包下面 3) 测试类的命名规则:假如目标类是 Calculator,那么测试类应该命名为 TestCalculator或者是 CalculatorTest   2...
分类:编程语言   时间:2014-09-06 09:47:03    阅读次数:227
android中工作线程安全
当应用程序启动,创建了一个叫“main”的线程,用于管理UI相关,又叫UI线程。其他线程叫工作线程(Work Thread)。Single Thread Model一个组件的创建并不会新建一个线程,他们的创建都在UI线程中进行,包括他们的回调方法,如onKeyDown()。当在UI线程中进行某些耗时...
分类:移动开发   时间:2014-09-05 21:06:42    阅读次数:269
【Silverlight】Folder项目_总结回顾
I:项目描述:利用Silverlight+WCF技术,模拟资源管理器(如图1)功能,通过地址栏输入本地文件夹路径,然后将解析出来的该目录下所有文件(夹)存储到数据库中,然后再加载到界面上显示出来; II:涉及技术:Silverlight;WCF;Component One控件(TreeView和FlexGrid) III:开发环境:Visual Studio2012;SQL Serve...
分类:Web程序   时间:2014-09-05 18:18:41    阅读次数:434
DataGirdView 常用操作
1、将数据源的某列添加到已有DataGirdView的列例如:将文件夹下所有文件名添加到DataGirdView 的文件名一列,图片如下:首先在datagridview把文件名列的DATAPROPERTYNAME设为你要显示的数据列的名字.此处我绑定的是folder.Name,所以直接在DATAPR...
分类:其他好文   时间:2014-09-05 15:44:51    阅读次数:148
Ceiling analysis
ceiling analysis to decide what to work on next in a machine learning pipeline
分类:其他好文   时间:2014-09-05 00:56:00    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!