码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
poj3061 Subsequence ,尺取法
A sequence of N positive integers (10 < N < 100 000), each of them less than or equal 10000, and a positive integer S (S < 100 000 000) are given. Write a program to find the minimal length of the sub...
分类:其他好文   时间:2014-08-23 11:22:40    阅读次数:198
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...
分类:其他好文   时间:2014-08-21 20:58:34    阅读次数:244
leetcode之Partition List,Reverse Nodes in k-Group
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 original relative order of...
分类:其他好文   时间:2014-08-21 19:23:34    阅读次数:295
[POJ 2407]Relatives(欧拉函数)
Description Given n, a positive integer, how many positive integers less than n are relatively prime to n? Two integers a and b are relatively prime if there are no integers x > 1, y > 0, z > 0 such ...
分类:其他好文   时间:2014-08-20 22:41:13    阅读次数:264
linux常用命令
date:查看或修改时间clock:硬件时间cal:日历uptime:运行时间echo 显示输入内容查看文件内容:cat 显示全部内容more 显示内容可以向下翻页less 可以上下翻页head -n 查看头n行tail -n 查看尾n行查看硬件信息lscpi 查看pci设备lsusb 查看usb信...
分类:系统相关   时间:2014-08-20 11:46:26    阅读次数:288
三个 CSS 预处理器(框架):Sass、LESS 和 Stylus
CSS 预处理器技术已经非常的成熟,而且也涌现出了越来越多的 CSS 的预处理器框架。本文向你介绍使用最为普遍的三款 CSS 预处理器框架,分别是 Sass、Less CSS、Stylus。首先我们来简单介绍下什么是 CSS 预处理器,CSS 预处理器是一种语言用来为 CSS 增加一些编程的的特性,...
分类:Web程序   时间:2014-08-20 09:17:07    阅读次数:345
Color Me Less
/*Color Me Less Language:DefaultColor Me Less Time Limit: 1000MS  Memory Limit: 10000K Total Submissions: 30337  Accepted: 14746 Description A color reduction is a mapping from a set of discret...
分类:其他好文   时间:2014-08-19 10:59:54    阅读次数:214
用webstorm自动编译less产出css和sourcemap
css产出sourcemap有什么用呢,可能大家要问这个问题了。请移步这里https://developers.google.com/chrome-developer-tools/docs/css-preprocessors?hl=zh-CN在chrome中我们通过sourcemap可以直接调试le...
分类:Web程序   时间:2014-08-18 16:05:22    阅读次数:276
攻城狮在路上(叁)Linux(十四)--- 查阅文件内容
常用命令:cat、tac、nl、more、less、head、tail、od...一、直接查看文件内容:cat、tac、nl <==一次性全部读取 1、cat [-AbEnTv] 文件名 参数说明: -n:打印出行号,连同空白行也有行号。 -b:打印出行号,但是仅显示空白...
分类:系统相关   时间:2014-08-18 00:13:13    阅读次数:285
2014年8月17日
这周我们在后半周,学习了SASS LESS和Jquery 学习了jquery之后才发现他的强大之处,可以将我们之前使用JS时候,多行代码缩短至几行代码,并且不用考虑兼容性问题,IE 谷歌等浏览器都可以支持, 可是可能是由于新接触jquery,对于jquery还不能熟练的掌握,需要慢慢练习才能...
分类:其他好文   时间:2014-08-18 00:03:03    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!