把慕课的首页临摹了一下,感觉还不错。顺便推荐一个前端编辑器,Adobe出的Brackets,可以实时预览,再也不用老是切换加f5了,可以极大的提高编写速度。下载地址:http://brackets.io/
分类:
其他好文 时间:
2014-12-26 16:29:48
阅读次数:
147
Given a string containing just the characters '(', ')',
'{', '}', '[' and ']', determine if the input string is valid.
The brackets must close in the correct order, "()" and "()[]{}" are all valid b...
分类:
其他好文 时间:
2014-12-25 16:25:57
阅读次数:
123
Emmet:快速开发Html 、Css1. Ctrl+Shift+P2. 输入:install package3. 等待弹出窗口,输入:emmet 选择安装4. 如果安装出错需要安装PyV8 去这选择合适的版本手动下载:https://github.com/emmetio/pyv8-binaries...
分类:
其他好文 时间:
2014-12-23 17:12:40
阅读次数:
142
转载地址:http://www.w3cplus.com/tools/emmet-cheat-sheet.html 介绍 Emmet (前身为 Zen Coding) 是一个能大幅度提高前端开发效率的一个工具: 基本上,大多数的文本编辑器都会允许你存储和重用一些代码块,我们称之为“片段...
分类:
其他好文 时间:
2014-12-22 09:19:35
阅读次数:
422
Valid ParenthesesGiven a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must clos...
分类:
其他好文 时间:
2014-12-20 12:50:17
阅读次数:
163
最近看到很多人热议Brackets,这是一款专为前端开发设计的开发工具,界面看起来是很高大上的,而且还有很多特色,并且是开源的哟!扩展:可以为Brackets安装扩展,增加Brackets的功能。最为热议的扩展莫非那个可以打开psd的了(忘了叫什么名字),其他还有emmet等实用插件。实时预览:话说...
分类:
Web程序 时间:
2014-12-18 16:35:33
阅读次数:
193
Sereja and Brackets
Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Sereja has a bracket sequence s1,?s2,?...,?sn, or, in other ...
分类:
其他好文 时间:
2014-12-16 15:10:34
阅读次数:
226
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
The brackets must close in the correct order, "()" and "()[]{}" are all vali...
分类:
其他好文 时间:
2014-12-08 14:03:01
阅读次数:
146
sublime安装插件可以根据插件名称通过package control就可以很方便的安装好。但是sublime没有默认安装package control,所以我们必须先安装它。安装package control步骤如下:1、通过control+~调出控制台;2、复制下面一段代码到控制台后回车。im...
分类:
系统相关 时间:
2014-12-07 21:32:37
阅读次数:
702