码迷,mamicode.com
首页 >  
搜索关键字:less    ( 4949个结果
Clock Angle
ProblemWe are given a specific time(like 02:23), we need to get the angle between hour and minute(less than 180)Solution 1 public static double clockA...
分类:其他好文   时间:2014-11-21 10:36:27    阅读次数:211
ip_forward
查看 less /proc/sys/net/ipv4/ip_forward如果是0表示没开启,1表示开启了临时修改 echo "1" > /proc/sys/net/ipv4/ip_forward永久修改:将命令echo "1" > /proc/sys/net/ipv4/ip_forward 写入....
分类:其他好文   时间:2014-11-20 06:46:06    阅读次数:203
Leetcode: Partition List
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...
分类:其他好文   时间:2014-11-19 20:32:41    阅读次数:129
Partition List
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...
分类:其他好文   时间:2014-11-18 23:45:02    阅读次数:222
兼容IE6下,各种浏览器,鼠标滑动img图片阴影效果
兼容IE6下,各种浏览器,鼠标滑动img图片阴影效果以下为源码:Html源码mutal为事件触发层shade为遮罩层mutual内不要有空格,不然ie6下会有text的bug,会导致阴影加高。Css源码:(less形式)shade层需要绝对定位,top,left,right,bottom,均为零。背...
分类:其他好文   时间:2014-11-17 19:21:09    阅读次数:175
Linux常用命令(十二) - less
less 工具也是对文件或其它输出进行分页显示的工具,应该说是linux正统查看文件内容的工具,功能极其强大。less 的用法比起 more 更加的有弹性。使用了 less 时,更容易用来查看一个文件的内容!除此之外,在 less 里头可以拥有更多的搜索功能,不止可以向下搜,也可以向上搜。 1.命令格式: less [参数] 文件...
分类:系统相关   时间:2014-11-16 21:44:25    阅读次数:406
ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1], [1498], [18713], [18720]
数据库服务器出现ORA-00600[kcratr_nab_less_than_odr],不能open数据库 1.open数据库报ORA-00600[kcratr_nab_less_than_odr] SQL> ALTER DATABASE OPEN; ALTER DATABASE OPEN * 第 1 行出现错误: ORA-00600: 内部错误代码, 参数: [kcratr_nab_...
分类:其他好文   时间:2014-11-16 20:09:06    阅读次数:310
[Leetcode] Partition List
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...
分类:其他好文   时间:2014-11-16 09:24:55    阅读次数:216
Leetcode-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 o...
分类:其他好文   时间:2014-11-16 08:15:41    阅读次数:222
linux中inittab文件详解
init的进程号是1(ps -aux | less),从这一点就能看出,init进程是系统所有进程的起点,Linux在完成核内引导以后,就开始运行init程序。init程序需要读取配置文件/etc/inittab。inittab是一个不可执行的文本文件,它有若干行指令所组成。理解Runlevel: ...
分类:系统相关   时间:2014-11-15 15:19:27    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!