Last active
August 29, 2015 14:08
-
-
Save z007/b6f8d95b1ea5565aedcb to your computer and use it in GitHub Desktop.
常用网站分类
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sublime(前端开发工具 及其方便) http://www.imooc.com/learn/40 | |
快捷键: | |
ctrl+N | |
ctrl+shift+p 打开命令窗口(相当于工具->命令面板) | |
编辑器右下角有个编辑语言选择 也可在命令窗口输入( ctrl+shift+P )输入ss即代表 (set syntax)//syntax语法 | |
首选ctrl+E标记自动补齐标签 | |
举例: ctrl+N | |
输入!代表html5,在ctrl+E 生成html 简单页面 | |
ctrl+Enter 切换到当前位置 下一行输入 | |
ctrl+shift+Enter 切换到当前位置 上一行输入 | |
ctrl+p 弹框输入便签 别的文地址 跳到制定位置处 | |
复制源文件内容 ctrl+shift+v 保持原来文本格式粘贴 | |
ul>li.iteam$*5 ctrl+E | |
生成 | |
<li class="item1"></li> | |
<li class="item1"></li> | |
<li class="item1"><.li> | |
<li class="item1"></li> | |
<li class="item1"></li> | |
选中 ul的 >< | |
Alt+F3 全部选中 光标移到>< 中 | |
输入h2{this is title} ctrl+E | |
生成:ul> | |
<li class="item1"> | |
<h1>this is title</h1> | |
</li> | |
<li class="item2"> | |
<h1>this is title</h1> | |
</li> | |
<li class="item3"> | |
<h1>this is title</h1> | |
</li> | |
<li class="item4"> | |
<h1>this is title</h1> | |
</li> | |
<li class="item5"> | |
<h1>this is title</h1> | |
</li> | |
</ul> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
前言 网站 分类的方式(时间找到的时间与功 能分类的集合 | |
技术类: | |
聚客:http://outofmemory.cn/code-snippet/c/PHP/ | |
javascript: | |
入门:http://deerchao.net/tutorials/regex/regex.htm | |
正则表达式:1.http://www.cnblogs.com/dolphinx/p/3486214.html | |
2.http://www.cnblogs.com/rubylouvre/archive/2010/03/09/1681222.html | |
博客园:http://www.cnblogs.com/ | |
编辑器: | |
Sublime(前端开发工具 及其方便) http://www.imooc.com/learn/40 | |
仓库git github的简历使用博客知识点 | |
1. http://www.linecg.com/video/play29775.html | |
2.http://edu.51cto.com/lesson/id-26514.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment