因为zabbix安装好后使用zabbix自带的模版只能监控cp、内存、硬盘占用之类的东西,下面我们要讲到的是怎么使用zabbix监控服务器的nginx进程。zabbixclient:192.168.10.2zabbixserver:92.168.10.1zabbixclient设置。我们平时查看nginx进程是否存在使用方法如:ps-ef|grepnginx|gre..
分类:
其他好文 时间:
2014-11-06 20:11:51
阅读次数:
228
MYSQL-实现ORACLE- row_number() over(partition by ) 分组排序功能 由于MYSQL没有提供类似ORACLE中OVER()这样丰富的分析函数. 所以在MYSQL里需要实现这样的功能,我们只能用一些灵活的办法:1.首先我们来创建实例数据:drop table....
分类:
数据库 时间:
2014-11-06 14:44:57
阅读次数:
306
Language:
Default
Exact Change Only
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 2584
Accepted: 883
Description
Boudreaux reached over and shook awa...
分类:
其他好文 时间:
2014-11-04 19:50:39
阅读次数:
250
HTTPS实际是SSL over HTTP, 该协议通过SSL在发送方把原始数据进行加密,在接收方解密,因此,所传送的数据不容易被网络黑客截获和破解。本文介绍HTTPS的三种实现方法。方法一 静态超链接这是目前网站中使用得较多的方法,也最简单。在要求使用SSL进行传输的Web网页链接中直接标明使用H...
分类:
Web程序 时间:
2014-11-04 19:02:39
阅读次数:
625
AGTC
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10225
Accepted: 3949
Description
Let x and y be two strings over some finite alphabet A. We would like...
分类:
其他好文 时间:
2014-11-04 15:07:36
阅读次数:
219
1: Explain? how? a? web?? application? work ? A web application resides in the server and servers the client‘s requests over internet. The client? access the web page using? browser from h...
分类:
Web程序 时间:
2014-11-03 11:39:00
阅读次数:
290
下载地址: https://github.com/mausch/SolrNet SolrNet does not attempt to abstract much over Solr, it's assumed that you know what Solr is and how to use it...
分类:
Web程序 时间:
2014-11-01 17:45:42
阅读次数:
249
转自:http://stackoverflow.com/questions/17074365/status-bar-and-navigation-bar-appear-over-my-views-bounds-in-ios-7Question:I recently downloaded Xcode ...
分类:
移动开发 时间:
2014-11-01 16:06:54
阅读次数:
222
grep正则表达式元字符集(基本集)^锚定行的开始如:‘^grep‘匹配所有以grep开头的行。$锚定行的结束如:‘grep$‘匹配所有以grep结尾的行。.匹配一个非换行符的字符如:‘gr.p‘匹配gr后接一个任意字符,然后是p。*匹配零个或多个先前字符如:‘*grep‘匹配所有一个或多个空格后紧跟gre..
分类:
其他好文 时间:
2014-10-31 10:15:58
阅读次数:
200