project/Build.scalaimport sbt._import Keys._import play.Play.autoImport._import PlayKeys._import com.typesafe.sbt.less.SbtLess.autoImport._import com....
分类:
移动开发 时间:
2015-06-04 11:18:50
阅读次数:
188
在Bootstrap主要提供了三种代码风格:1、使用来显示单行内联代码2、使用来显示多行块代码3、使用来显示用户输入代码预编译版本的Bootstrap将代码的样式单独提取出来:1、LESS版本,请查阅code.less文件2、Sass版本,请查阅_code.scss文件编译出来的CSS代码请查阅bo...
分类:
其他好文 时间:
2015-06-02 11:06:08
阅读次数:
176
Let d(n) be defined as the sum of proper divisors of n (numbers less than n which divide evenly into n).
If d(a) = b and d(b) = a, where a ≠ b, then a and b are an amicable pair and each of a and b a...
分类:
其他好文 时间:
2015-06-01 16:43:34
阅读次数:
126
修改:less对象、排序sort 参见http://www.cplusplus.com/reference/map/map/ /* template , // map::key_compare class Alloc = allocator > // map::allocator_type > .....
分类:
其他好文 时间:
2015-05-31 16:47:46
阅读次数:
189
1 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 the nod...
分类:
编程语言 时间:
2015-05-31 09:33:34
阅读次数:
239
从小到大 priority_queue,greater >q;从大到小 priority_queue,less >q;//qscqesze#include #include #include #include #include #include #include #include #include ...
分类:
其他好文 时间:
2015-05-30 22:19:20
阅读次数:
152
<05>linux的文本基础操作文本的操作基础:cat --文本的简单查看命令,只能查看最后一屏的信息cat-n /<path>/file --显示行号more --分页查看文本内容less --分页查看,比more好用head --局部查看命令,查看文本的头部head/etc/passwd --默认查看前10行head-3/etc/p..
分类:
系统相关 时间:
2015-05-30 18:24:46
阅读次数:
223
--------1.添加分区(以下代码给sales表添加了一个p3分区)alter table sales add partition p3 values less than(to_date('2003-06-01','yyyy-mm-dd'));alter table sales modify p...
分类:
其他好文 时间:
2015-05-30 01:47:58
阅读次数:
127
数字和字符串上下文
在Perl中如何处理数据,如何求表达式的值,取决与上下文,不同操作符上下文不同。$result = '123' + '345'; ## 468
$result = 123 . 345 ; ##1233456
print "12 is less than 2!\n" if '12' lt '2'; ##lt为字符串比较
print "Oh noes! foo is ba...
分类:
其他好文 时间:
2015-05-29 10:07:49
阅读次数:
96
快速入门Less 是一门 CSS 预处理语言,它扩充了 CSS 语言,增加了诸如变量、混合(mixin)、函数等功能,让 CSS 更易维护、方便制作主题、扩充。Less 可以运行在 Node、浏览器和 Rhino 平台上。网上有很多第三方工具帮助你编译 Less 源码。例如:@base: #f938...
分类:
其他好文 时间:
2015-05-28 12:33:01
阅读次数:
141