No.01 – EmmetEmmet 是一个前端开发的利器,其前身是 Zen Coding。它让编写 HTML 代码变得简单。Emmet 的基本用法是:输入简写形式,然后按 Tab 键。关于 Emmet 的更多用法,请看官方文档,这份速查表可以帮你快速记忆简写形式。No.02 – SublimeLi...
分类:
其他好文 时间:
2015-01-11 16:08:58
阅读次数:
270
#include "iostream"
#include "string"
#include "stack"
using namespace std;
/*
题目链接:http://soj.sysu.edu.cn/show_problem.php?pid=1543&cid=
主要思想:先用栈来消除那些已经匹配了的,
然后再在剩下的那些里看有多少左括号和右括号;
每有一个右括号,就在字符串左边加上...
分类:
其他好文 时间:
2015-01-10 08:53:23
阅读次数:
196
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 va...
分类:
其他好文 时间:
2015-01-09 09:16:29
阅读次数:
149
为了使用pathogen插件,我把.vim文件夹和.vimrc添加的配置删除,重新整理了下!
1、pathogen 插件管理
https://github.com/tpope/vim-pathogen
运行如下命令
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo....
分类:
系统相关 时间:
2015-01-08 18:06:19
阅读次数:
186
There is a sequence of brackets, which supports two kinds of operations.we can choose a interval [l,r], and set all the elements range in this inter.....
分类:
其他好文 时间:
2015-01-07 20:30:57
阅读次数:
178
我是一名技术不是很到位的前端,每次做项目总要写大量的HTML和CSS,耳边经常听到的是快、快点、再快点!我真想说快你妹!但是,我不得不承认的是:我只有两只手...后来,在群里看到有人分享了一个连接大名鼎鼎的Zen Coding(Emmet的前身)觉得不错,打算研究下。后来一忙,一忙就找不到了...转...
分类:
其他好文 时间:
2015-01-07 12:53:39
阅读次数:
130
Valid ParenthesesGiven a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must clos...
分类:
其他好文 时间:
2015-01-04 22:44:54
阅读次数:
263
1、首先打开APPCAN IDE2、帮助(help)-安装新软件(install New sofaWare)3、打开Install窗口,点击 Add,在Add Repository窗口中,Name一览随便输入一个名字,然后再Location中输入 http://emmet.io/eclipse/u....
分类:
移动开发 时间:
2015-01-01 21:10:10
阅读次数:
247
The quesiton:Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in...
分类:
其他好文 时间:
2014-12-30 11:23:11
阅读次数:
176
在VS2013中搜索EMMET插件,安装,重启IDE,即可使用。最简单的一个用法示例:在编辑器里输入:ul>li*5按快捷键:CTRL+1即可生成如下代码: 支持html,css,还有其他,大家可自行查看在线文档,很容易上手。在线文档:http://docs.emmet.io/ch...
分类:
其他好文 时间:
2014-12-28 20:43:43
阅读次数:
175