Beware! Async modes will not speed up your app, they are aimed at improving concurrency. Do not expect that enabling some of the modes will work flawl ...
分类:
Web程序 时间:
2019-05-09 10:42:17
阅读次数:
148
- name: source env shell: source /etc/profile - name: make elastic permission shell: su - elsearch -c 'chmod +x /opt/elastic/bin/*' - name: start es r... ...
分类:
其他好文 时间:
2019-05-08 16:03:43
阅读次数:
107
用oracle用户登录 su oracle sqlplus /nolog --登录sqlplus connect /as sysdba --连接数据库 startup --启动数据库 exit 退出sqlplus cd $ORACLE_HOME/bin lsnrctl start 启动监听 ...
分类:
数据库 时间:
2019-05-07 15:38:32
阅读次数:
161
题目: Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given su ...
分类:
编程语言 时间:
2019-05-07 01:36:34
阅读次数:
156
# ###字典的相关函数 (增删改查) # (1) 增 dictvar = {} dictvar['top'] = "凯" dictvar['middle'] = "妲己" dictvar["bottom"] = "鲁班七号" dictvar["jungle"] = "刘备" dictvar["su... ...
分类:
其他好文 时间:
2019-05-07 01:16:34
阅读次数:
180
Expect是Linux操作系统下的一个用来处理交互操作,系统默认是没有安装expect库,所以执行expect会提示找不到命令,需要手动安装,其它安装也比较简单,可以通过二进制源码包编译配置进行安装,也可以通过网络借助yum源来安装,yum源安装比较简单;我们下面借助Expect库来实现Linux ...
分类:
系统相关 时间:
2019-05-04 20:09:59
阅读次数:
200
Expect是Linux操作系统下的一个用来处理交互操作,系统默认是没有安装expect库,所以执行expect会提示找不到命令,需要手动安装,其它安装也比较简单,可以通过二进制源码包编译配置进行安装,也可以通过网络借助yum源来安装,yum源安装比较简单;我们下面借助Expect库来实现Linux ...
分类:
系统相关 时间:
2019-05-04 11:31:15
阅读次数:
174
Expect是Linux操作系统下的一个用来处理交互操作,系统默认是没有安装expect库,所以执行expect会提示找不到命令,需要手动安装,其它安装也比较简单,可以通过二进制源码包编译配置进行安装,也可以通过网络借助yum源来安装,yum源安装比较简单;我们下面借助Expect库来实现Linux ...
分类:
系统相关 时间:
2019-05-04 00:32:38
阅读次数:
169
1 sudo passwd #first set su passwd 2 sudo apt install -y zsh #install zsh chsh -s /bin/zsh 3 sudo vim /etc/hosts #no use for modify sudo hostnamectl s ...
分类:
系统相关 时间:
2019-05-03 19:58:49
阅读次数:
150