码迷,mamicode.com
首页 >  
搜索关键字:nice    ( 900个结果
zoj 2588 Burning Bridges【双连通分量求桥输出桥的编号】
Burning BridgesTime Limit: 5 Seconds Memory Limit: 32768 KBFerry Kingdom is a nice little country located on N islands that are connected by M bridge....
分类:其他好文   时间:2015-10-10 22:59:09    阅读次数:239
使用keepalived 实现redis主从高可用
keepalived官方有中文文档:LVS + Keepalived Chinese application doc?- March 16, 2010。   keepalived 实现VRRP协议,从路由级别实现VIP切换,可以完全避免类似heartbeat 脑裂问题。可以很nice的实现主从、...
分类:其他好文   时间:2015-10-10 10:49:01    阅读次数:283
RHCE7 管理II-5管理进程的优先级
进程的优先级值称为进程的nice值,共有40种不同的取值(用数字-20到19表示) nice值越大,表示进程的优先级越低。进程的nice值,只允许root用户来设置负的nice;其他用户只允许设置正的nice值,且只能升高而不能降低。查看进程nice值1.使用top查看进程的nice值NI表示进程的...
分类:系统相关   时间:2015-10-08 22:53:35    阅读次数:279
LESS
变量很容易理解:@nice-blue: #5B83AD;@light-blue: @nice-blue + #111;#header { color: @light-blue; }输出:#header { color: #6c94be; }甚至可以用变量名定义为变量:@fnord: "I am fn...
分类:其他好文   时间:2015-10-08 20:07:20    阅读次数:168
[LeetCode] Word Pattern
This problem can be solved in very neat codes (yeah, you will see Stefan posting many nice solutions).The solution in the above link is so nice that I...
分类:其他好文   时间:2015-10-06 23:28:41    阅读次数:159
less 初试
第一次接触less,做些记录。 官网 民间中文文档 less notepad++插件 1. 支持变量声明 支持颜色、大小等相加 @nice-blue: #5B83AD; @light-blue: @nice-blue + #111; #header { color: @light-blue; }编译...
分类:其他好文   时间:2015-09-29 12:46:36    阅读次数:152
ajax 跨域请求资源问题
其实相当的简单:只需要在服务端设置一下响应头: header("Access-Control-Allow-Origin: *");就可以了!! nice,有木有?下面两句也可以带上:header("Access-Control-Allow-Headers: Origin, X-Requested-W...
分类:Web程序   时间:2015-09-26 01:43:13    阅读次数:148
argularjs validateEmail
There is nice example how to deal with this kind of problem modyfing built-in validators angulardocs. I have only added more strict validation pattern. app.directive(‘validateEmail‘, function() { ?...
分类:Web程序   时间:2015-09-23 19:38:44    阅读次数:282
[LeetCode] Peeking Iterator
An interesting problem about iterators. This post shares a very nice solution, which is rewritten below, with minor simplifications.// Below is the in...
分类:其他好文   时间:2015-09-21 13:50:16    阅读次数:146
JS插件之——ztree
很牛逼的一个树形菜单,树形下拉框插件。一年前用过,很好用。今天又有机会拿过来用,温故一下基本点,nice!!官方文档说明的非常详细,按照API慢慢看,耐心解读,自然就可以解惑了。官方文档及其源码下载核心代码展示: 1 2 3 4 selectmenu.html 5 ...
分类:Web程序   时间:2015-09-17 21:25:18    阅读次数:204
900条   上一页 1 ... 61 62 63 64 65 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!