1.查看各参数内存配置方式#全局共享内存 9个变量show variables like 'innodb_buffer_pool_size'; /* InnoDB 数据和索引缓存(InnoDB Buffer Pool) */show variables like 'innodb_additional ...
分类:
数据库 时间:
2020-04-27 19:54:35
阅读次数:
92
CKAD考试大纲: Core Concepts (13%) Multi-Container Pods (10%) Pod Design (20%) State Persistence (8%) Configuration (18%) Observability (18%) Services and ...
分类:
其他好文 时间:
2020-04-27 11:19:13
阅读次数:
71
软件安装2.1使用vnc登录进去2.2执行runInstaller安装[oracle@db100103019~]$cd/data/soft/database/[oracle@db100103019database]$./runInstaller这里仅安装数据库软件,稍后创建数据库安装smartmontools工具后再次check#yuminstallsmartmontools-y然后ignores
分类:
数据库 时间:
2020-04-25 10:42:16
阅读次数:
86
ansible 基础概念 1 2 3 4 5 6 7 8 9 10 11 inventory 主机源 playbooks 一组运行任务的命令集合 roles 角色 tasks 运行任务列表 handlers 运行任务后的触发动作 variables 定义的变量 ansible目录结构 使用Role组 ...
分类:
其他好文 时间:
2020-04-23 12:28:55
阅读次数:
63
项目好好的,某天启动疯狂报错: 报错很明显,数据库太多链接,应该是关闭项目后资源没有及时释放。 解决方法如下: 首先,重启MySQL服务。 进入MySQL,输入命令: show variables like 'max_connections'; 最大连接数修改大一点: set global max_ ...
分类:
数据库 时间:
2020-04-22 13:33:14
阅读次数:
1215
QMAKE_COPY 不同平台对应的命令 来源 https://stackoverflow.com/questions/20324061/where-are-variables-such-as-mkdir-and-copy-dir-defined Before a .pro file is proc ...
分类:
其他好文 时间:
2020-04-22 09:52:38
阅读次数:
91
Integer Programming Model 1(Linearization of nonlinear integer programming problem) When there is a product $x_1,\cdots,x_k$ of k 0 1 variables $x_j$, ...
分类:
其他好文 时间:
2020-04-21 09:55:23
阅读次数:
67
New Embitz 2.0 is coming soon, highlights: Hotplug menu, connect running target without stopping (and inspect with live variables and OS tools)New deb ...
分类:
其他好文 时间:
2020-04-19 19:37:33
阅读次数:
190
本地变量主要是针对单个URL请求设置的变量,作用域只是局限在请求范围内,如请求URL如下,设置两个本地变量(key)作为参数,请求方式为get 变量设置的格式为{{变量名称}},变量设置好之后需要赋值,在Pre-reequest-Script里面编写如下代码 pm.variables.set("变量 ...
分类:
其他好文 时间:
2020-04-19 14:51:28
阅读次数:
72
Pragmas Pragma instructions affect the properties of one or more variables regarding the compilation or precompilation process. Various categories of ...
分类:
其他好文 时间:
2020-04-18 23:11:37
阅读次数:
70