磁盘管理---分区---fdisk命令查看分区信息:[root@server254~]#fdisk-l/dev/sdaDisk/dev/sda:107.4GB,107374182400bytes255heads,63sectors/track,13054cylindersUnits=cylindersof16065*512=8225280bytesSectorsize(logical/physical):512bytes/512bytesI/Osize(minimum/optima..
分类:
系统相关 时间:
2015-07-01 10:18:42
阅读次数:
191
Description
Farmer John has gone to town to buy some farm supplies. Being a very efficient man, he always pays for his goods in such a way that the smallest number of coins changes hands, i.e., the...
分类:
其他好文 时间:
2015-06-30 18:32:13
阅读次数:
141
Magento default installation already has a predefined custom 404 page (no-route). But is it enough to help visitor/customer get back on right track!?. Let’s look over a few examples of custom designed...
分类:
其他好文 时间:
2015-06-30 16:24:58
阅读次数:
197
当选择了Combobox中的值时,只需要把将要执行的操作写在onAfterEdit(index, row, changes)函数中即可,index为编辑的行号,默认从0开始;row为被编辑单元格所在的整个行,row.列名可以获得此行此列的数据,如row.IsShow可以获得被编辑单元格所在行的IsShow列的数据。...
分类:
其他好文 时间:
2015-06-30 01:32:09
阅读次数:
223
COS访谈第十八期:陈天奇【COS编辑部按】 受访者:陈天奇 采访者:何通 编辑:王小宁简介:陈天奇,华盛顿大学计算机系博士生,研究方向为大规模机器学习。他曾获得KDD CUP 2012 Track 1第一名,并开发了SVDFeature,XGBoost,cxxnet等著名机器学习工具,是Dis.....
分类:
其他好文 时间:
2015-06-29 21:47:20
阅读次数:
202
1.Service Intent must be explicitIntent serviceIntent = new Intent(context,MyService.class);context.startService(serviceIntent);Note:Implicit intents ...
分类:
移动开发 时间:
2015-06-27 19:50:52
阅读次数:
132
暂存已track文件的修改(不包括untrack的文件,新添加的文件在stash后依然可见,但是新添加的文件在stash后再次修改则不能通过stash pop恢复——因为该命令不暂存未track的文件) git stash暂存所有修改(包括新添加的文件,即恢复到上一次commit的状态,新添加的文件在stash后不可见,只能通过stash pop后恢复,但是不能添加描述信息message)git s...
分类:
其他好文 时间:
2015-06-24 13:01:35
阅读次数:
93
用git pull来更新代码的时候,遇到了下面的问题:error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.php Please, commit your c...
分类:
其他好文 时间:
2015-06-24 00:27:19
阅读次数:
138
前面一片介绍了在as下如何关联远程仓库,这篇就介绍在开发过程中怎么应用。提交+Push如果本地开发代码有改动了或者你觉得某功能做完了,你打算把改动代码提交到远程仓库,这个时候很简单,还是在工具栏找到VSC箭头朝上的按钮。这时首先会弹出commit changes对话框,然后再下面的蓝色Commit按...
分类:
移动开发 时间:
2015-06-22 20:40:21
阅读次数:
215
This is an incomplete list of datasets which were captured using a Kinect or similar devices. I initially began it to keep track of semantically label...
分类:
其他好文 时间:
2015-06-22 13:37:33
阅读次数:
265