基础:e filenameOpenfilenamefor edition:wSave file:qExit Vim:q!Quit without saving:xWrite file (if changes has been made) and exit:sav filenameSaves file...
分类:
系统相关 时间:
2015-08-29 18:30:14
阅读次数:
171
当使用flex布局时,flex内元素包含的内容改变时,浏览器不会进行重新渲染,答案引用http://stackoverflow.com/questions/23474191/flexbox-height-not-updating-when-content-changes主要CSS.prelative...
分类:
其他好文 时间:
2015-08-28 17:16:21
阅读次数:
140
Material Design设计语言动画篇共推出六种类型的动画效果:
1、Touch feedback(触摸反馈)
2、Reveal effect(揭露效果)
3、Activity transitions(Activity转换效果)
4、Curved motion(曲线运动)
5、View state changes (视图状态改变)
6、Animate Vect...
分类:
其他好文 时间:
2015-08-28 13:20:53
阅读次数:
359
硬盘初识:盘面:硬盘的每一个盘片都有两个盘面(Side),即上、下盘面,一般每个盘面都会利用,都可以存储数据磁道:磁盘在格式化时被划分成许多同心圆,这些同心圆轨迹叫做磁道(Track)扇区:每秒转动的角度,即每段圆弧叫做一个扇区。扇区从“1”开始编号,每个扇区中的数..
分类:
系统相关 时间:
2015-08-27 19:19:03
阅读次数:
343
来自官方文档:(1)Can I change the public hostname in my Oracle Database 10g Cluster using Oracle Clusterware? Hostname changes are not supported in Oracl...
分类:
数据库 时间:
2015-08-27 12:51:38
阅读次数:
275
Hook插件afterChange (changes: Array,source: String):1个或多个单元格的值被改变后调用 changes:是一个2维数组包含row,prop,oldVal,newVal4个属性。 source:其值为一个字符串,值可以为:alter,empty,pop.....
分类:
其他好文 时间:
2015-08-26 19:56:52
阅读次数:
1008
JavaScript中的this关键字JavaScript函数中的关键字this并不指其本身(Itself),举例说明:function foo(num) {
console.log( "foo: " + num ); // keep track of how many times `foo` is called
this.count++;
}foo.count = 0;var...
分类:
编程语言 时间:
2015-08-26 07:08:18
阅读次数:
198
操作方法:进入Version Control —> Local Changes ,会显示本地变更列表分组.如果你想将某个changelist中的文件转移到其它的changelist, 选中此文件,在弹出的菜单中选择 [Move to Another Changelist].如下图:然后你可以选择已存在的changelist,或自己新建一个.更多实用技巧请查看《AndroidStudio实用指南》博...
分类:
移动开发 时间:
2015-08-25 16:51:33
阅读次数:
154
Class OverviewA client may implement this interface to receive information about changes to the surface. When used with aSurfaceView, the Surface bein...
分类:
其他好文 时间:
2015-08-21 22:51:34
阅读次数:
215
angularjs 使用ng-repeat报错 {{word}}[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys 发现...
分类:
其他好文 时间:
2015-08-21 13:30:44
阅读次数:
131