码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
A1001. A+B Format (20)
Calculate a + b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less t...
分类:其他好文   时间:2015-03-14 07:25:57    阅读次数:135
Linux显示所有运行中的进程
Linux显示所有运行中的进程 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ ps aux | less USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 33788 3172 ? Ss ...
分类:系统相关   时间:2015-03-13 23:48:59    阅读次数:1104
Partition List
Partition List问题:Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should p...
分类:其他好文   时间:2015-03-13 22:04:02    阅读次数:146
前端知识点
因为一个奇怪的原因被drop掉了,但是既然准备了这么久,就把这段时间准备的知识点发一下吧。。权当mark了LESS SASS:CSS预处理器,为CSS加入编程元素。SASS必须用ruby驱动,支持if、for条件LESS可在客户端编译sass比less更强大点,特别是对于颜色这块的处理functio...
分类:其他好文   时间:2015-03-13 14:16:05    阅读次数:171
Webpack - CommonJs & AMD 模块打包器
Webpack 是一个 CommonJs & AMD 模块打包器。可以把你的 JavaScript 代码分离为多个包,在需要的时候进行加载,支持预处理文件,例如 json, jade, coffee, css, less 等等。
分类:Web程序   时间:2015-03-13 14:08:50    阅读次数:165
【leetcode】Partition List(middle)
Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should preserve the origi...
分类:其他好文   时间:2015-03-12 22:24:40    阅读次数:145
[LeetCode]Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.You should preserve the o...
分类:其他好文   时间:2015-03-11 16:21:43    阅读次数:115
CSS 栅格布局
bootstrap3.0教程之栅格系统原理(布局)http://www.jb51.net/css/152846.html【div+css】栅格化布局样式备用坑http://www.0773linji.com/article/index/id/69CSS:用Less实现栅格系统http://www.c...
分类:Web程序   时间:2015-03-11 00:31:33    阅读次数:457
15 Best Responsive HTML5 Frameworks 2014
Best HTML5 frameworks are most popular because with the use of these frameworks you can create website with less effort and time.HTML5 language has ve...
分类:Web程序   时间:2015-03-09 20:38:18    阅读次数:239
ZOJ Friends(暴力)
Alice lives in the country where people like to make friends. The friendship is bidirectional and if any two person have no less than k friends in common, they will become friends in several days. Cu...
分类:其他好文   时间:2015-03-09 09:24:37    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!