码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
LeetCode --- 86. Partition List
题目链接: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 t...
分类:其他好文   时间:2015-04-07 23:33:18    阅读次数:292
Linux文本处理命令笔记汇总
目录管理:ls、cd、pwd、mkdir、rmdir/tree文件管理touch、stat、file、rm、mv、nano日期时间:date、clock、hwclock、ca查看文本:cat、tac、more、less、less、head、tailcat:连接并显示 -n -E分屏显示:more:向前翻less: head:查看前n行tail:查看后n行 n默认是10行 tail-..
分类:系统相关   时间:2015-04-07 20:15:35    阅读次数:187
Linux文本处理命令笔记汇总
目录管理:ls、cd、pwd、mkdir、rmdir/tree文件管理touch、stat、file、rm、mv、nano日期时间:date、clock、hwclock、ca查看文本:cat、tac、more、less、less、head、tailcat:连接并显示 -n -E分屏显示:more:向前翻less: head:查看前n行tail:查看后n行 n默认是10行 tail-..
分类:系统相关   时间:2015-04-07 20:15:14    阅读次数:156
Linux文本处理命令笔记汇总
目录管理:ls、cd、pwd、mkdir、rmdir/tree文件管理touch、stat、file、rm、mv、nano日期时间:date、clock、hwclock、ca查看文本:cat、tac、more、less、less、head、tailcat:连接并显示 -n -E分屏显示:more:向前翻less: head:查看前n行tail:查看后n行 n默认是10行 tail-..
分类:系统相关   时间:2015-04-07 20:15:07    阅读次数:213
思考 ”前端开发人员都在关注的 GitHub 资源“
原文:资源免费的计算机编程类中文书籍免费编程书籍计算机科学论文codeparksharePython初学者书籍、视频、资料、社区推荐Python资料汇总app应用推荐码农周刊整理500 Lines or Less一些不错的代码前端node.js中文资料导航了不起的NodejsNodejs的各种资源A...
分类:其他好文   时间:2015-04-06 20:10:04    阅读次数:186
【LESS系列】高级特性——模式匹配
前面我已经有一篇文章是写 LESS 的基础语法的。那么这一次我们来看一下 LESS 的高级特性。虽然个人觉得模式匹配的实用度其实也是一般般,但在关键时候,有它们在的话,还是能够让我们开发得更得心应手的。其实传参设置默认值,就是一个最简单的模式匹配。你调用 Mixins 函数,传入参数,和不传入参数,...
分类:其他好文   时间:2015-04-06 12:45:28    阅读次数:142
Partition List--LeetCode
题目: Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal tox. You should preserve the original relative order of the nodes ...
分类:其他好文   时间:2015-04-04 10:41:39    阅读次数:154
【LESS系列】三角形Mixins
.triangle-el-simple(){ content: ""; display: block; width: 0; height: 0; position: absolute;}.triangle(@size){ border: (@size / 2) solid transpa...
分类:其他好文   时间:2015-04-03 20:51:12    阅读次数:178
Linux命令(五)文本处理cat、tac、more、less、head、tail
查看文本:cat:tac:more:less:head:tail:
分类:系统相关   时间:2015-04-03 19:14:59    阅读次数:190
jQuery——Write less,do more
What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. Itmakes things like HTML document traversal and manipulation, event handling,animation, and Ajax much simpler with an easy-to-use API that works across amultitude of bro...
分类:Web程序   时间:2015-04-03 17:32:43    阅读次数:109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!