http://aliceui.org/docs/rule.htmlaliceui规范http://www.bootcdn.cn/ 常用开源库大全http://htmlcssjs.duapp.com/ 当耐特作品集http://docs.emmet.io/cheat-sheet/ emmet手册htt...
分类:
其他好文 时间:
2014-12-04 13:30:59
阅读次数:
138
CSS等比例划分,在CSS布局中是比较重要的,下面分享几种常用方法和探讨一下兼容性。 一:浮动布局+百分比 emmet html代码:ul.float-ul>li*5>.con>h3{等分标题}+p{等分内容等分内容} .float-ul{width: 100%; overflow: hidd...
分类:
Web程序 时间:
2014-12-03 21:04:38
阅读次数:
247
5:等分,居中等页面布局等分在说等分之前,先抛出一个问题,如下面的emmet代码,footer部分的导航有些页面是三个,有些页面是四个,我们要求的是不论是三个还是四个甚至于5个,都平分宽度。footer.footer>ul.nav-links>li*3footer.footer>ul.nav-lin...
分类:
移动开发 时间:
2014-12-03 12:17:56
阅读次数:
420
Description:
Let us define a regular brackets sequence in the following way:
1.Empty sequence is a regular sequence.
2.If S is a regular sequence, then (S) and [S] are both regular sequences.
3.If...
分类:
其他好文 时间:
2014-12-01 22:30:29
阅读次数:
247
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the c...
分类:
其他好文 时间:
2014-11-29 11:38:05
阅读次数:
124
Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid.The brackets must close in the correct ...
分类:
其他好文 时间:
2014-11-28 17:32:06
阅读次数:
184
Emmet 是高效、快速编写 HTML 和 CSS 代码的一种插件,如果还不了解,请戳[Emmet — the essential toolkit for web-developers](http://docs.emmet.io/),再根据你使用的编辑器(sublime 或 vim 等)下载对应的 ...
分类:
其他好文 时间:
2014-11-26 22:24:40
阅读次数:
489
POJ2955 Brackets (区间DP)...
分类:
其他好文 时间:
2014-11-25 16:26:10
阅读次数:
179
CSS LINT,优化你的CSS样式表 这篇文章我们详细的介绍到了关于css的一些使用建议,于是我最近开始使用brackets并且安装了csslint的扩展来检查css的样式问题,发现自己的css都有一些错误提示,现在回过头来看,其实csslint有些观点是不正确的,甚至是有害的。下面是这些有害的地...
分类:
Web程序 时间:
2014-11-25 14:25:18
阅读次数:
318
??
Description
Let us define a regular brackets sequence in the following way:
1. Empty sequence is a regular sequence.
2. If S is a regular sequence, then (S) and [S] are both regular sequenc...
分类:
其他好文 时间:
2014-11-22 17:31:50
阅读次数:
143