码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
less gradient-vertical 方法的实现
// Vertical gradient using CSS where possible, and base64-encoded SVG for IE9 (enables use of this in combination with border-radius)// Based on this ...
分类:其他好文   时间:2014-07-16 23:04:10    阅读次数:177
Bootstrap定制(一)less入门及编译
第一篇博,希望支持。近期在开发一个项目,项目前端定位于bootstrap,遂花了少许时间研究了bootstrap,将其整理整理,与众人共享。bootstrap官方的定制,功能还算完善,但是基于web的,随便刷新下网页之前弄得就白费了。同样类似的也有很多其他定制的网站,形式功能大同小异。果断放弃了we...
分类:其他好文   时间:2014-07-16 20:34:05    阅读次数:205
opencms 安装出现下面的问题:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).
一、问题 在安装opencms是会出现如下错误: MySQL system variable 'max_allowed_packet' is set to 1048576 Byte (1MB). Please note that it will not be possible for OpenCms to handle files bigger than this value in ...
分类:其他好文   时间:2014-07-12 22:58:44    阅读次数:353
LeetCode :: Validate Binary Search Tree[详细分析]
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only nodes with keys less than the node's key.Th...
分类:其他好文   时间:2014-07-12 17:26:31    阅读次数:256
flightless bird
二十四载悠悠岁月,悄然从指尖溜走曾经以为生命里一定还会重现的怀恋,却永远成为过去曾经憧憬的美好未来,却迟迟未来时过境迁,也已到了开始忧愁岁月的岁月风华正茂,本该激情燃烧岁月,却在质疑这生命的意义,迈不出奋斗的脚步沉舟侧畔千帆,病树前头万木可我,是一只折翼之鸟谨以此开篇,在这里记录下成长的点滴,干枯的...
分类:其他好文   时间:2014-07-12 14:32:27    阅读次数:219
iOS Mobile Development: Using Xcode Targets to Reuse the Code 使用xcode targets来实现代码复用
In the context of iOS mobile app development, a clone is simply an app that is based off another mobile app. A clone usually has more or less the same...
分类:移动开发   时间:2014-07-12 13:23:03    阅读次数:1667
实时监控log文件
一个进程在运行,并在不断的写log,你需要实时监控log文件的更新(一般是debug时用),怎么办,不断的打开,关闭文件吗? 不用,至少有两个方法,来自两个很常用的命令:tail -f log.txt, 另外一个进程在写log,而你用tail,就可以实时的打印出新的内容less log.txt, 然...
分类:其他好文   时间:2014-07-11 23:19:43    阅读次数:224
CTCI 2.4
Write code to partition a linked list around a value x, such that all nodes less than x come before all nodes greater than or equal to x.Use two addit...
分类:其他好文   时间:2014-07-09 17:44:36    阅读次数:159
小谷实战Jquery(一)--用户名校验
小谷童鞋休息了好几天,终于又开始学习了.今天学的是Jquery,先来看看神马是jQuery? JQuery is designed to change the way that you write JavaScript. The focus of jQuery is "find some elements, do something with them". write less,do m...
分类:Web程序   时间:2014-07-09 12:48:41    阅读次数:221
linux下查看文件内容cat,more,less
1. 查看文件内容常用的命令 cat : 由第一行显示文件内容 tac: 从最后一行开始显示,与cat相反 nl : 文件内容和行号一起输出 more: 一页一页显示 less: 与more类似,可以往前翻页 head: 取头部几行 tail: 取尾部几行 od: 以二进制方式读取文件内容...
分类:系统相关   时间:2014-07-08 21:30:55    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!