1.编辑_config.yml 的description时,不能使用tab键2.修改主题‘MediumFox’ description 和 文章展示的宽度,修改文件home_landing_row.html: ,修改这个"col-md-offset-2 col-md-9" 其中的 2 和 9。 .....
分类:
其他好文 时间:
2014-11-23 20:05:21
阅读次数:
154
void findContours(InputOutputArray image, OutputArrayOfArrays contours, OutputArray hierarchy, int mode, intmethod, Point offset=Point()) Parameters: ...
分类:
其他好文 时间:
2014-11-23 18:47:58
阅读次数:
308
broker.id整数,建议根据ip区分 log.dirskafka存放消息文件的路径,默认/tmp/kafka-logsportbroker用于接收producer消息的端口 zookeeper.connnectzookeeper连接格式为 ip1:port,ip2:port,ip3:portme...
分类:
其他好文 时间:
2014-11-23 14:25:35
阅读次数:
210
$$*****************************************************************$$ Script by kms_hhl to monitor process create and show call stack$$ Create Time 2....
分类:
数据库 时间:
2014-11-23 13:00:10
阅读次数:
359
//-----------------------使用offset属性完成无缝滚动的图片列和其配套的功能 1 2 rollOver 3 10 53 54 55 56 57 58 59 ...
分类:
其他好文 时间:
2014-11-23 10:32:01
阅读次数:
189
使用Monitor调试Unity3D Android程序日志输出(非DDMS和ADB)http://www.cnblogs.com/mrkelly/p/4015245.html以往调试Android程序,一般使用Android SDK的adb命令的logcat进行命令行输出,体验比较的差。网上搜索一...
分类:
移动开发 时间:
2014-11-22 11:53:38
阅读次数:
339
谈谈box-shadow的具体使用方法语法:E {box-shadow: ??||}也就是:E {box-shadow:inset x-offset y-offset blur-radius spread-radius color}换句说:对象选择器 {box-shadow:投影方式 X轴偏移量.....
分类:
其他好文 时间:
2014-11-20 18:18:30
阅读次数:
352
原来SOUI布局中使用pos2type属性来定义pos只有2个值时的偏移方式,主要用于窗口大小需要动态计算的情况下窗口位置的偏移(如水平,垂直居中等)。pos2type可以定义9个参考点:center, lefttop, leftmid, leftbottom,midtop,midbottom,ri...
#!/usr/bin/pythonimportreimportosimporturllibimportjsondefbuffer_line(monitor_log):buf=open("/etc/sae/apns_buffer.txt","r").read()bytes=os.popen(‘wc-c/data0/logs/%s‘%monitor_log).read().split("")[0]ifint(bytes)<int(buf):return0else:returnint(re.findall("..
分类:
编程语言 时间:
2014-11-20 15:43:01
阅读次数:
181
http://jm-blog.aliapp.com/?p=1450在公司内部,有不少应用已经强依赖zookeeper,zookeeper的工作状态直接影响它们的正常工作。目前开源世界中暂没有一个比较成熟的zookeeper-monitor, 于是开始zookeeper监控这块工作。目前zookeep...
分类:
其他好文 时间:
2014-11-19 10:45:06
阅读次数:
352