码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
[转]LESS CSS 框架简介
简介CSS(层叠样式表)是一门历史悠久的标记性语言,同 HTML 一道,被广泛应用于万维网(World Wide Web)中。HTML 主要负责文档结构的定义,CSS 负责文档表现形式或样式的定义。作为一门标记性语言,CSS 的语法相对简单,对使用者的要求较低,但同时也带来一些问题:CSS 需要书写...
分类:Web程序   时间:2015-01-27 12:38:34    阅读次数:269
ASP.NET 5系列教程 (五):在Visual Studio 2015中使用Grunt、Bowe
基于Visual Studio 2015,你可以: 方便的管理前端包,如jQuery, Bootstrap, 或Angular。 自动运行任务,如LESS、JavaScript压缩、JSLint、JavaScript单元测试等。 方便的获得Web开发者生态圈的工具包。 为了实现...
分类:Web程序   时间:2015-01-27 11:27:45    阅读次数:323
ORA-00600 kcratr_nab_less_than_odr数据库报如下错误
早上发现数据库报如下错误:[html] view plaincopySuccessfulmountofredothread1,withmountid339694234DatabasemountedinExclusiveModeLostwriteprotectiondisabledCompleted:...
分类:数据库   时间:2015-01-27 01:48:04    阅读次数:222
1001. A+B Format
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 than four digits). Input Each input file cont...
分类:其他好文   时间:2015-01-26 22:54:20    阅读次数:196
Effective Java - 将可变性最小化
不可变类,即实例不能被修改的类,实例中包含的所有信息在对象的生命周期内固定不变。常见的比如String、基本类型的封装类、BigDecimal、BigInteger。 相对与可变类,不可变更易于设计、实现、使用,且更稳定(less prone to error)更安全。比如,不可变类本质上就是线程....
分类:编程语言   时间:2015-01-26 22:19:33    阅读次数:195
[HIve - LanguageManual] Transform [没懂]
Transform/Map-Reduce SyntaxSQL Standard Based Authorization Disallows TRANSFORMTRANSFORM ExamplesSchema-less Map-reduce ScriptsTyping the output of TR...
分类:其他好文   时间:2015-01-26 11:36:05    阅读次数:384
ORA-00600 kcratr_nab_less_than_odr
早上发现数据库报如下错误: Successful mount of redo thread 1, with mount id 339694234 Database mounted in Exclusive Mode Lost write protection disabled Completed: ALTER DATABASE MOUNT Mon Jan 26 09:12:01 2015...
分类:其他好文   时间:2015-01-26 10:17:04    阅读次数:190
poj1094 拓扑排序
http://poj.org/problem?id=1094 Description An ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elements from smallest to larges...
分类:编程语言   时间:2015-01-25 19:39:31    阅读次数:185
Less函数说明
索引escape(@string); // 通过 URL-encoding 编码字符串e(@string); // 对字符串转义%(@string, values…); // 格式化字符串unit(@dimension, [@unit: ""]); // 移除或替换属性值的单位color(@stri...
分类:其他好文   时间:2015-01-24 18:36:52    阅读次数:326
Bootstarp---轻轻松松让你的网页颜值爆表
Bootstrap太强大了,刚开始接触就已经被它深深的吸引了。   首先Bootstrap是什么呢?    Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Otto和Jacob Thornton合作开发,是一个CSS/HTML框架。Bootstrap提供了优雅的HTML和CSS规范,它即是由动态CSS语言Less写成。Boots...
分类:Web程序   时间:2015-01-23 16:19:44    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!