摘要:
http://blog.csdn.net/cuixianlong/article/details/74024846 1 字段合并 原始数据如下:表名为Employee ID FirstName LastName Salary 1 Ming Zhang 8000 2 Lei Li 16000 查询SQ 阅读全文
posted @ 2017-10-27 10:29
北京涛子
阅读(1234)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/cuixianlong/article/details/74024846 1 字段合并 原始数据如下:表名为Employee ID FirstName LastName Salary 1 Ming Zhang 8000 2 Lei Li 16000 查询SQ 阅读全文
posted @ 2017-10-27 10:29
北京涛子
阅读(1234)
评论(0)
推荐(0)
摘要:
 阅读全文
posted @ 2017-10-19 12:42
北京涛子
阅读(302)
评论(0)
推荐(0)
摘要:
[ { "continent_cname": "欧洲", "continent_name": "EU", "country_cname": "斯瓦尔巴群岛和扬马延岛", "country_code": "SJ", "country_name": "Svalbard & Jan Mayen" }, { 阅读全文
posted @ 2017-10-13 18:18
北京涛子
阅读(4635)
评论(1)
推荐(1)
摘要:
LOAD DATA local INFILE '/tmp/stb.csv' INTO TABLE stb FIELDS TERMINATED BY ',' enclosed by '"' lines terminated by '\n' 阅读全文
posted @ 2017-10-09 18:15
北京涛子
阅读(143)
评论(0)
推荐(0)
摘要:
想看看欧洲机房到欧洲各地的速度如何,写个脚本,调用speedtest.net的探针 https://github.com/sivel/speedtest cli 阅读全文
posted @ 2017-09-14 16:42
北京涛子
阅读(316)
评论(0)
推荐(0)
摘要:
centos 6x bash !/bin/sh chkconfig: 123456 90 10 TTS Server for Speech Synthesis workdir=/etc/speech start() { cd $workdir /usr/bin/python /etc/speech/ 阅读全文
posted @ 2017-08-16 18:05
北京涛子
阅读(260)
评论(0)
推荐(0)
摘要:
https://github.com/redhat cip/hardware https://github.com/rdobson/python hwinfo https://github.com/roger /python hardware 阅读全文
posted @ 2017-08-04 18:09
北京涛子
阅读(339)
评论(0)
推荐(0)
摘要:
http://nagios.manubulon.com/traduction/docs14en/extcommands.html https://old.nagios.org/developerinfo/externalcommands/commandlist.php?version_id=9 写入 阅读全文
posted @ 2017-08-01 12:12
北京涛子
阅读(286)
评论(0)
推荐(0)
摘要:
nagios运行cgi,所以需要fcgiwrap为nginx解析cgi。 server { listen 80; server_name nagios.local; access_log /var/log/nginx/nagios.access.log; error_log /var/log/ngi 阅读全文
posted @ 2017-08-01 09:50
北京涛子
阅读(281)
评论(0)
推荐(0)
摘要:
supervisord example.conf centos7 环境 cat /etc/supervisord.d/nagios api.ini 阅读全文
posted @ 2017-07-28 14:20
北京涛子
阅读(586)
评论(0)
推荐(0)
|