摘要: 1、StageDelegate.setDesignSize ; 直接去掉,在3.x里是直接在index.html里设置如: data-content-width="960" data-content-height="640" 2、_getFrameLabelForFrame 用frameLabels 阅读全文
posted @ 2016-03-31 22:42 半山th 阅读(1191) 评论(0) 推荐(0)
摘要: 1、修改config下的aliases文件,可以添加别名 $* 表示所有参数,$i 表示第几个参数 比如cd cd=cd /d $* 这样window下的cd就可以直接切换盘符+路径了。 有用的别名 e.=explorer . gl=git log --oneline --all --graph - 阅读全文
posted @ 2016-03-31 22:18 半山th 阅读(2261) 评论(0) 推荐(0)