文章分类 -  工具使用

Sublime Text: 缩进设置
摘要:将tab键替换为4个空格。Sublime Text -> Preferences -> Settings - User中添加: "tab_size": 4, "translate_tabs_to_spaces": true详细解释参考:http://feliving.github.io/Sublim 阅读全文

posted @ 2016-10-21 11:11 ZhYQ_note 阅读(307) 评论(0) 推荐(0)

sublime插件开发
摘要:sublime插件开发 参考文章: 1. "编写你的第一个sublime插件" 2. "sublime插件开发手记" 3. "sublime插件开发" 4. "Sublime插件API手册" 阅读全文

posted @ 2016-10-20 18:53 ZhYQ_note 阅读(114) 评论(0) 推荐(0)

如何优雅地使用Sublime Text
摘要:原文地址:http://www.jeffjade.com/2015/12/15/2015-04-17-toss-sublime-text/#four Sublime Text:一款具有代码高亮、语法提示、自动完成且反应快速的编辑器软件,不仅具有华丽的界面,还支持插件扩展机制,用她来写代码,绝对是一种 阅读全文

posted @ 2016-10-20 14:10 ZhYQ_note 阅读(197) 评论(0) 推荐(0)

掌握这几种 Markdown 语法你就够了
摘要:原文链接:https://laravel-china.org/topics/621 本文为了讲解 Markdown 语法,通篇使用了原代码块展示语法。 原文链接:http://www.izhangbo.cn/info/57e1d9a3c2cb6.html 阅读全文

posted @ 2016-10-12 15:05 ZhYQ_note 阅读(128) 评论(0) 推荐(0)

芒果iOS开发之mac下github使用
摘要:原文地址:http://www.voidcn.com/blog/crazyzhang1990/article/p-4967866.html 打开https://github.com网站,首页面有一个New repository,如图: 项目创建过程需要填写的信息: 创建完成之后如下: github开 阅读全文

posted @ 2016-09-27 13:03 ZhYQ_note 阅读(189) 评论(0) 推荐(0)

[Android] 为Android安装BusyBox —— 完整的bash shell
摘要:原文地址:http://www.cnblogs.com/xiaowenji/archive/2011/03/12/1982309.html 大家是否有过这样的经历,在命令行里输入adb shell,然后使用命令操作你的手机或模拟器,但是那些命令都是常见Linux命令的阉割缩水版,用起来很不爽。是否想 阅读全文

posted @ 2016-08-24 16:33 ZhYQ_note 阅读(101) 评论(0) 推荐(0)

Sublime Text: OS X Command Line
摘要:Contents OS X Command Line Overview Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open 阅读全文

posted @ 2016-04-25 10:51 ZhYQ_note 阅读(226) 评论(0) 推荐(0)

导航