AIX系统版本 AIX 7.2 No supported AIX levels. AIX 7.1 Technology Level Base Level Recommended Level Latest Level 7100-00 7100-00-00 7100-00-10 7100-00-10 7 ...
分类:
其他好文 时间:
2019-08-19 11:13:50
阅读次数:
480
总结一下 proxy cache 设置的常用指令及使用方法: proxy_cache proxy_cache zone | off 配置一块公用的内存区域的名称,该区域可以存放缓存的索引数据。注意:zone 代表用于存放缓存索引的内存区域的名称(需要使用 proxy_cache_path指令设置); ...
分类:
系统相关 时间:
2019-08-18 22:18:28
阅读次数:
118
[root@xxxxxxxxxxxxxx ~]# cat /usr/local/nginx/conf/nginx.conf user nobody; worker_processes 4; worker_cpu_affinity 0001 0010 0100 1000; error_log logs... ...
分类:
系统相关 时间:
2019-08-08 13:20:54
阅读次数:
213
1. Maven简单介绍Apache Maven是个项目管理和自动构建工具,基于项目对象模型(POM)的概念。作用:完成项目的相关操作,如:编译,构建,单元测试,安装,网站生成和基于Maven部署项目。 2. Maven安装与配置 2.1 下载maven安装包,解压即可使用http://maven. ...
分类:
其他好文 时间:
2019-07-24 13:27:35
阅读次数:
1886
Fox Ciel is playing a mobile puzzle game called "Two Dots". The basic levels are played on a board of size n?×?m cells, like this: Each cell contains ...
分类:
其他好文 时间:
2019-07-18 19:47:46
阅读次数:
136
Given a binary tree, write a function to get the maximum width of the given tree. The width of a tree is the maximum width among all levels. The binar ...
分类:
其他好文 时间:
2019-07-17 18:29:31
阅读次数:
106
一、负载均衡: 通过反向代理客户端的请求到一个服务器群组,通过某种算法,将客户端的请求按照自定义的有规律的一种调度调度给后端服务器。 Nginx的负载均衡使用upstream定义服务器组,后面跟着组名,组名后面是大括号包起来的服务器列表,每个服务器使用server开头,后面跟定义的服务器名字、服务器 ...
分类:
其他好文 时间:
2019-07-10 10:38:38
阅读次数:
114
转自:https://www.cnblogs.com/mq0036/p/3382732.html 数组指针和指针数组的区别 数组指针(也称行指针)定义 int (*p)[n];()优先级高,首先说明p是一个指针,指向一个整型的一维数组,这个一维数组的长度是n,也可以说是p的步长。也就是说执行p+1时 ...
分类:
编程语言 时间:
2019-07-05 20:52:17
阅读次数:
120
nginx的代理缓存配置方式nginx proxy cache缓存的配置方法:在nginx.conf中申明如下内容 #申明一个cache缓存节点的路径 proxy_cache_path //usr/local/openresty/nginx/cache_temp levels=1:2 keys_zo ...
分类:
其他好文 时间:
2019-06-24 16:26:51
阅读次数:
130
参考:Profiling Levels:支持一下级别。0 默认的profiler level,profiler 关闭并且不收集数据。1 profiler 收集超过slowms的操作数据。2 profiler 收集所有的数据。 设置收集数据:设置级别为1,慢查询标准为200ms. rs0:PRIMAR ...
分类:
数据库 时间:
2019-05-22 19:20:58
阅读次数:
298