码迷,mamicode.com
首页 >  
搜索关键字:something    ( 1401个结果
mac Zip 常用命令
最通俗的用法 zip -q -r -e -m -o [yourName].zip someThing -q 表示不显示压缩进度状态 -r 表示子目录子文件全部压缩为zip ?//这部比较重要,不然的话只有something这个文件夹被压缩,里面的没有被压缩进去 -e...
分类:系统相关   时间:2014-11-23 14:36:44    阅读次数:174
Python中几种数据结构的整理,列表、字典、元组、集合
列表:shoplist = ['apple', 'mango', 'carrot', 'banana']字典:di = {'a':123,'b':'something'}集合:jihe = {'apple','pear','apple'}元组: t = 123,456,'hello'1.列表 空列表...
分类:编程语言   时间:2014-11-20 11:39:44    阅读次数:243
expunge
expunge擦掉;除去;删去;消除1. The experience was something he had tried toexpungefrom his memory. 他曾努力将那段经历从记忆中抹去。来自柯林斯例句2. The juvenile court mayexpungeor des...
分类:其他好文   时间:2014-11-20 10:16:46    阅读次数:181
Something write in FSE 2014
Now, I find a problem, I have become my personal CSDN into a personal electroni...
分类:其他好文   时间:2014-11-20 01:31:51    阅读次数:219
c++ using Handle Class Pattern to accomplish implementation hiding
Reference material:Thinking In C++ 2nd eidition chapter 5 section "Handle classes"If there's something need to be hidden from clients of the class (su...
分类:编程语言   时间:2014-11-19 20:08:08    阅读次数:235
Visual Studio快捷键
常用的编码技巧: 1 转到定义: F12; 2 设置书签:Ctr+K+K; 3 设置任务: //TODO:something,查看任务Ctrl+W+T; 4 查找:Ctrl+ F, Ctrl+Shift+F; 5 强迫智能感知:Ctrl+J; 6 强迫智能感知显示参数信息:Ctrl-Shift-空格...
分类:其他好文   时间:2014-11-15 12:43:03    阅读次数:238
IBatisNet之获取和操作SQL语句
IBatisNet和其他的ORMapping的工具相比较,可以说是一个sqlmap,所以在Why use iBATIS SQL Maps? 中有一条理由是You already know SQL, why waste time learning something else?所以在我们的实际框架中更...
分类:数据库   时间:2014-11-13 10:30:48    阅读次数:151
[CLPR] 卷积还是相关? - Opencv之filter2D探究
I am doing something about convolving images in Python and for sake of speed I chose opencv 2.4.9.Opencv offers a way calledfilter2Dto do this and her...
分类:其他好文   时间:2014-11-11 18:42:55    阅读次数:291
VisualStudio2010正则表达式查找和替换
把 TRACE(_T("something etc."); 替换为 TRACE(_T("something etc."));查找内容:表达式:TRACE\(_T\("{.+}"\)\);替换为:表达式:TRACE(_T("\1"));参数截取插入选择
分类:其他好文   时间:2014-11-11 00:40:53    阅读次数:199
PHP with MySQL essential training-10.5including and require files
1# 主要讲了四个外接文件的函数,分别是include,include_once,require,require_once。include and include_once :if there is something wrong,they will not throw an error, they...
分类:数据库   时间:2014-11-10 09:53:18    阅读次数:152
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!