码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
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 preserve the origi...
分类:其他好文   时间:2015-03-29 23:33:04    阅读次数:140
leetcode------Partition List
标题:Partition List通过率:27.5%难度:中等Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal to...
分类:其他好文   时间:2015-03-29 17:49:07    阅读次数:111
less学习-语法(二)
变量 @color1:#fff;选择器// Variables@mySelector: banner;// Usage.@{mySelector} { font-weight: bold; line-height: 40px; margin: 0 auto;}图片域名// Variables@...
分类:其他好文   时间:2015-03-29 07:00:34    阅读次数:121
less学习-浏览器端编译(一)
1.下载less包,官网2.引入less文件3.引入config.js3.引入less.js4.less.watch();开启观察者模式,config.jsless = { env: "development", // or "production" async: false, // load im...
分类:其他好文   时间:2015-03-29 01:49:22    阅读次数:189
POJ 2407
DescriptionGiven 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...
分类:其他好文   时间:2015-03-29 00:32:28    阅读次数:149
ssh伪登陆执行远程主机脚本命令 C程序基于ssh passwordless执行远程主机命令及基于配置文件的验证伪登陆执行命令
1,基于有密码及免秘钥在远程主机上执行命令及脚本ssh -T ip "CLI or shell.sh";2,C程序实现上述功能--基于password-less将上面简单C程序打包移植到别的系统下使用测试authorized_keys;将本身的~/.ssh/id_rsa.pub 复制到需要passw...
分类:其他好文   时间:2015-03-28 14:21:02    阅读次数:200
Leetcode解题-链表(2.2.3)PartitionList
题目:2.2.3 Partition ListGiven 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 ...
分类:其他好文   时间:2015-03-28 11:35:33    阅读次数:145
npm grunt在mac上编译bootstrap源码
因为gmu需要用编译的方式下载,于是联想到bootstrap什么less sass编译less先学,据说基于js编译和less编译器,安装起来详细,sass据网上介绍基于ruby,以下为在mac上下载编译boostrap过程1.安装node.js brew install node.js就可以了2....
分类:系统相关   时间:2015-03-28 06:22:59    阅读次数:175
LINUX基础知识4
本章主要包裹一下内容:历史命令回顾,和其它命令目录管理:ls、cd、pwd、mkdir、rmdir、tree文件管理:touch、stat、file、rm、cp、mv、namo日期时间:date、clock、hwclock、cal文本查看命令:cat、tac、more、less、head、tailcat:连接并显示。-n:显示行号-E:显示结束符..
分类:系统相关   时间:2015-03-22 06:59:20    阅读次数:421
less 使用小结!笔记!
变量很容易理解:@nice-blue: #5B83AD;@light-blue: @nice-blue + #111;#header { color: @light-blue; }输出:#header { color: #6c94be; }甚至可以用变量名定义为变量:@fnord: "I am fn...
分类:其他好文   时间:2015-03-21 18:36:18    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!