1nginx的配置很灵活,支持include配置文件,如果我们的域名很多都配置到nginx.conf这个主配置文件中难免会很复杂影响配置文件的阅读所以我们可以根据需要按域名拆分成不同的配置文件,这样更加好管理业增强了阅读性在最后一个大括号前加上 include /usr/local/nginx/co...
分类:
其他好文 时间:
2014-10-15 17:18:51
阅读次数:
195
1、安装所需组件yuminstallperlperl-develperl-CPANbc-yperl-MCPAN-eshell&cpan>installBundle::LWP编译安装nrpe(参考教程:http://2860664.blog.51cto.com/2850664/1559056)以下是被监控端设置2、下载check_nginx_status.pl脚本下载地址:https://codeload.github.co..
分类:
移动开发 时间:
2014-10-15 16:34:01
阅读次数:
199
模拟: 文法分析
hash每个Key建图,对每个节点记录在原串的第几个位置开始输出。。。。
对每个询问沿图走就可以了。。。。
Hierarchical Notation
Time Limit: 2 Seconds Memory Limit: 131072 KB
In Marjar University, students in College of Co...
分类:
其他好文 时间:
2014-10-15 14:24:21
阅读次数:
184
简介Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。输出信息含义执行netstat后,其输出结果为Active Internet co...
分类:
Web程序 时间:
2014-10-15 12:40:20
阅读次数:
379
我自己经常用的IDE是eclipse,闲来想深入研究下Spring,于是尝试下载一个SpringSide学习。 1.下载SpringSide的源代码,我下载的是4.1.0.GA,下载到的压缩包:springside4-4.1.0.GA.zip。地址:https://github.co...
分类:
编程语言 时间:
2014-10-14 18:47:19
阅读次数:
309
一、标题:关于Cookie安全性设置的那些事 副标:httponly属性和secure属性解析二、引言经常有看到XSS跨站脚本攻击窃取cookie案例,修复方案是有httponly。今天写出来倒腾下...2.1首先必须的预备cookie知识。假如你第一次认识cookie,请先阅读这篇文章:js于co...
分类:
其他好文 时间:
2014-10-14 14:30:08
阅读次数:
195
下载官方镜像core@localhost ~ $ docker pull ubuntu:14.04
#如果官方下载较慢,可到www.dockerpool.com下载标准镜像
core@localhost ~ $ docker pull dl.dockerpool.com:5000/ubuntu:14.04
core@localhost ~ $ docker tag dl.dockerpool.co...
分类:
系统相关 时间:
2014-10-14 13:21:18
阅读次数:
316
日曆插件 聯係人插件我用聯係人插件, 1 function onSuccess(contact) { 2 alert("Save Success"); 3 }; 4 5 function onError(contactError) { 6 alert("Error = " + co...
分类:
其他好文 时间:
2014-10-13 18:44:22
阅读次数:
261
使用内置的Camera 应用程序捕获图像 探索Android 所提供的内置功能,内置的图像捕获与存储功能为Android 上全部媒体功能提供了一个非常好的切入点,为我们在以后的章节中处理音频和视频奠定了基础。 如今介绍怎样利用内置的Camera(摄像头)应用程序。package co...
分类:
移动开发 时间:
2014-10-12 19:04:08
阅读次数:
225
(第二类斯特林数*N的阶乘 )的和。#include #include #include #define LL __int64#define MOD 20090126using namespace std;LL str[101][101];LL con[101];void initial(){ co...
分类:
其他好文 时间:
2014-10-12 15:36:28
阅读次数:
156