HTML5 ---> Templating Languages: Dustjs, EJS 为什么要用templateCSS: less --->javascript 编译 sass ---> ruby 编译Javascript: backend: expressjs, krakenjs, ...
分类:
其他好文 时间:
2015-05-22 13:15:30
阅读次数:
151
从我的角度出发,我觉得SmartThings的IoT解决方案还有很多缺点...
分类:
其他好文 时间:
2015-05-22 11:38:19
阅读次数:
147
关键词:1.常用的文本查看命令-------2.文件的类型与基本的权限1.常用的文本查看命令下把命令一一展示出来,然后在介绍cat----more-----less-----head-----tail平时我实际使用时cat用的比较多吧。习惯了。。。。看图more的好处可以按照%来显示你要看的内容使用比较自由的那就是l..
分类:
其他好文 时间:
2015-05-21 12:55:28
阅读次数:
146
Count the number of prime numbers less than a non-negative number,n思路:数质数的个数开始写了个蛮力的,存储已有质数,判断新数字是否可以整除已有质数。然后妥妥的超时了(⊙v⊙)。看提示,发现有个Eratosthenes算法找质数的,说...
分类:
其他好文 时间:
2015-05-21 10:47:58
阅读次数:
110
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 o...
分类:
编程语言 时间:
2015-05-19 22:23:36
阅读次数:
165
1.预编译语言在开发阶段,用更完善的第三方程序语言,生成html,css,js代码。缺点:css有sass,less;js有CoffeeScript,TypeScripty;HTML呢?优点:如果语言有缺陷,那我就再套一层语言来隐藏这些缺陷。将来:据说hex语言...2.css和html写在html...
分类:
其他好文 时间:
2015-05-18 22:37:08
阅读次数:
108
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-05-18 20:35:52
阅读次数:
101
题目: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 or...
分类:
编程语言 时间:
2015-05-18 20:18:56
阅读次数:
106
less与cat和more的区别: cat命令功能用于显示整个文件的内容单独使用没有翻页功能因此经常和more命令搭配使用,cat命令还有就是将数个文件合并成一个文件的功能。 more命令功能:让画面在显示满一页时暂停,此时可按空格健继续显示下一个画面,或按Q键停止显示。...
分类:
系统相关 时间:
2015-05-18 20:16:05
阅读次数:
160
as用法归纳1. 用作介词,意为“作为”、“当作”、“充当”。如:He treats me as a child. 他把我当小孩看待。As your doctor, I advise you to eat less. 作为你的医生,我建议你少吃点。2. 用作连词,注意以下用法:(1) 表示“随着”。...
分类:
其他好文 时间:
2015-05-18 15:58:36
阅读次数:
153