码迷,mamicode.com
首页 >  
搜索关键字:brackets emmet    ( 871个结果
Leetcode: Valid Parentheses 有效的括号匹配
Valid Parentheses:Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets m...
分类:其他好文   时间:2014-07-01 21:24:05    阅读次数:180
在真机里安装 ubuntu 14.04和一些常用的软件(三)
在前面的基础上,最近使用ubuntu上网看视频和用brackets缩写PHP代码都可以了,不过我喜欢测试一些新的软件,最近安装了几个软件,在这儿记录一下。第一、桌面美化软件--docky和Cairo-dock安装都很方便,docky直接在软件中心里安装就可以安装完成,添加软件时的操作如下:1、打..
分类:其他好文   时间:2014-06-28 00:42:28    阅读次数:2551
Sublime Text 2 绿色汉化版 x64
前天介绍了《Sublime Text 2 绿化与汉化 [Windows篇]》,应大家要求,我特地做了汉化版分享给大家。很清新吧,但我没安装多余的插件,只是安装了几个必备的插件,如 输入法支持,GBK支持,Package Control。Emmet 是我特地加上的,如果不喜欢解压后先别运行,打开Pri...
分类:其他好文   时间:2014-06-26 15:15:17    阅读次数:250
POJ #1141 - Brackets Sequence - TODO: POJ website issue
A bottom-up DP. To be honest, it is not easy to relate DP to this problem. Maybe, all "most"\"least" problems can be solved using DP..Reference:http:/...
分类:Web程序   时间:2014-06-25 18:39:32    阅读次数:235
Sublime text2用户自定义配置
[{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }, { // Emmet: Zencoding "ke...
分类:其他好文   时间:2014-06-25 15:31:43    阅读次数:154
Leetcode Valid Parentheses
Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in the correct ...
分类:其他好文   时间:2014-06-25 12:44:56    阅读次数:188
LeetCode: Valid Parentheses 题解
Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in the correct ...
分类:其他好文   时间:2014-06-18 12:56:59    阅读次数:155
Valid Parentheses
题目 Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. The brackets must close in the correct order, "()" and "()[]{}" ...
分类:其他好文   时间:2014-06-17 21:34:00    阅读次数:189
Emmet(之前叫Zencoding)插件安装
按 ctr+shift+P,输入 install Package,找到emmet,确认安装Package Control Messages========================Emmet:----- Thank you for installing Emmet -- a toolkit ....
分类:其他好文   时间:2014-06-15 00:19:15    阅读次数:314
Emmet 也有快速生成文件头的功能
输入下边加粗的缩写,然后Tab,就OK了http://docs.emmet.io/cheat-sheet/html:4t Document ${child}html:4s Document ${child}html:xt ${child}...
分类:其他好文   时间:2014-06-14 17:02:04    阅读次数:226
871条   上一页 1 ... 84 85 86 87 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!