摘要: GM(General Manager)总经理 VP(Vice President)副总裁 FVP(First Vice President)第一副总裁 AVP(Assistant Vice President)副总裁助理 CEO(Chief Executive Officer)首席执行官,类似总经理 阅读全文
posted @ 2021-07-05 10:45 士官长 阅读(799) 评论(0) 推荐(0) 编辑
摘要: - 配置文件 mkdir -p ~/.pipvim ~/.pip/pip.conf [global] index-url = https://pypi.doubanio.com/simple trusted-host = pypi.doubanio.com - 命令行选项 使用 pip 命令安装扩展 阅读全文
posted @ 2021-02-02 18:04 士官长 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh for i in `cat 1.txt` do nohup rsync -e 'ssh -p 62534' -avl --progress /var/tmp/filecoin-proof-parameters/v28* $i:/var/tmp/filecoin-proof-par 阅读全文
posted @ 2021-01-19 20:17 士官长 阅读(20) 评论(0) 推荐(0) 编辑
摘要: DR+keepalived模式 https://blog.csdn.net/weixin_42342456/article/details/86100090 IP角色主机名用户名/密码 172.16.102.38 Nginx web node1 root/1 172.16.102.39 Nginx 阅读全文
posted @ 2020-11-10 21:23 士官长 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zgqbky/p/12149753.html 官方教程:https://www.kubernetes.org.cn/3096.html 阅读全文
posted @ 2020-11-10 16:12 士官长 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 参考自 https://www.jianshu.com/p/faf0127f1cb2 MySQL集群 yum install -y mariadb-server systemctl enable mariadb&&systemctl restart mariadb 主端 vim /etc/my.cn 阅读全文
posted @ 2020-11-09 21:52 士官长 阅读(109) 评论(0) 推荐(0) 编辑
摘要: # mysql 授权访问GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123456' WITH GRANT OPTION; FLUSH PRIVILEGES; mysql集群环境搭建: https://www.cnblogs.com 阅读全文
posted @ 2020-11-09 20:37 士官长 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 摘自 https://blog.csdn.net/u010533843/article/details/79567189 这个更详细 https://blog.csdn.net/czh500/article/details/90417927 1. sqlplus / as sysdba 操作系统认证 阅读全文
posted @ 2020-11-03 14:54 士官长 阅读(2556) 评论(0) 推荐(0) 编辑
摘要: 创建或修改 /etc/docker/daemon.json 文件 vim /etc/docker/daemon.json { "registry-mirrors": ["https://cr.console.aliyun.com","http://hub-mirror.c.163.com"] } s 阅读全文
posted @ 2020-09-29 19:54 士官长 阅读(1485) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/venus321/article/details/79641327 https://blog.csdn.net/u012127798/article/details/34146143 SET LINESIZE 1000; # 设置sqlplus输出的最大行 阅读全文
posted @ 2020-08-08 01:04 士官长 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 本文部分转自https://www.linuxprobe.com/chapter-17.html 角色 ip iSCSI 服务端 192.168.197.148 iSCSI 客户端 192.168.197.142 服务端添加两块10G的硬盘,用于共享存储 [root@localhost ~]# fd 阅读全文
posted @ 2020-06-15 15:10 士官长 阅读(702) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_42815754/article/details/82912130 阅读全文
posted @ 2020-06-06 19:07 士官长 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Redis官方下载地址 http://download.redis.io/releases/ 本次演示使用的版本为3.2.12 http://download.redis.io/releases/redis-3.2.12.tar.gz 查看是否安装gcc gcc -v 未安装gcc的话 yum in 阅读全文
posted @ 2020-06-06 17:23 士官长 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 配置阿里镜像源和epel源 curl -k -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo yum install -y epel-release wget mkdir -p /et 阅读全文
posted @ 2020-06-06 16:02 士官长 阅读(861) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/carle-09/p/11644474.html 阅读全文
posted @ 2020-06-05 14:40 士官长 阅读(663) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/houzhiheng/p/12067984.html 阅读全文
posted @ 2020-06-04 21:09 士官长 阅读(403) 评论(0) 推荐(0) 编辑
摘要: initial.load.create.first=trueinitial.load.delete.first=truerest.api.enable=true#create.table.without.foreign.keys=falseauto.registration=truefile.syn 阅读全文
posted @ 2020-05-27 10:42 士官长 阅读(264) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tianqishu11/article/details/78615850 阅读全文
posted @ 2020-05-23 16:09 士官长 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.xuebuyuan.com/3220375.html oracle命令执行之前需要设置下输出格式,不然结果会显示不全 SET LONG 1000; SET PAGESIZE 0; 在对MYSQL移植到Oracle时 数据库一些专有写法的差异进行备注。 1. show cr 阅读全文
posted @ 2020-05-22 18:09 士官长 阅读(2824) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/jadyyummy/p/7543704.html 在中文windows系统中,如果一个文本文件是utf-8编码的,那么在cmd.exe命令行窗口(所谓的dos窗口)中不能正确显示文件中的内容。在默认情况下,命令行窗口中使用的代码页是中文或者美国的, 阅读全文
posted @ 2020-05-21 13:18 士官长 阅读(521) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/luluping/archive/2009/12/22/1629788.html 阅读全文
posted @ 2020-05-19 20:20 士官长 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/19192ad8df4ed8e53e5707ad.html 阅读全文
posted @ 2020-05-19 17:02 士官长 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: select * from all_tables where owner='TEST'; TEST为用户名,用户名必须是大写。 查看当前登录的用户的所有表: select table_name from user_tables; 查看所有以 SYM_ 开头的所有表: select table_nam 阅读全文
posted @ 2020-05-19 16:29 士官长 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 参考自http://blog.csdn.net/lsyuan1989/article/details/50418665 https://blog.csdn.net/z1049186181/article/details/42391987 exp exp userid=user_name/passwd 阅读全文
posted @ 2020-05-19 16:03 士官长 阅读(879) 评论(0) 推荐(0) 编辑
摘要: 依次创建A、B、C三张表,C的ID字段为非空主键,并被B表的ID字段作为外键关联,而A的ID字段关联B的ID字段,依赖关系为:A依赖B依赖C,故创建先后为C—>B—>A创建语句如下 #创建表C create table C( ID VARCHAR2(50) not null primary key, 阅读全文
posted @ 2020-05-19 15:19 士官长 阅读(798) 评论(0) 推荐(0) 编辑
摘要: 转自https://blog.csdn.net/xie_calm/article/details/76672354?utm_source=blogxgwz5 当我们有时候要更改linux账户密码时,有时候会遇到下面这种情况: Password has been already used. Choos 阅读全文
posted @ 2020-05-19 11:20 士官长 阅读(6885) 评论(0) 推荐(0) 编辑
摘要: 官方文档:http://www.symmetricds.org/doc/3.11/html/user-guide.html#_file_synchronization 文件同步 SymmetricDS不仅支持数据库表的同步,而且还支持文件和文件夹从一个节点到另一节点的同步。 6.7.1。文件同步概述 阅读全文
posted @ 2020-05-19 10:48 士官长 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/daxiangxm/p/kuwo_music_api.html 今天把酷我音乐API分享给大家: 歌曲搜索API:http://search.kuwo.cn/r.s?all={0}&ft=music& itemset=web_2013&client 阅读全文
posted @ 2020-05-19 10:46 士官长 阅读(2436) 评论(1) 推荐(0) 编辑
摘要: # 基本系统安装就不多说了- 主机信息1. dr001 192.168.3.302. dr003 192.168.3.32- 源用的是当前最新的CentOS 7.7 更新到了最新- 还是准备下PL SQL或者navicat等工具吧- Oracle比MySQL特殊,需要commit提交下# Java环 阅读全文
posted @ 2020-05-18 18:23 士官长 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/chshnan/archive/2012/02/07/2341694.html 1、查看当前登录的用户的所有表: select table_name from user_tables; 查看除了以 SYM_ 开头的所有表: select table 阅读全文
posted @ 2020-05-14 17:02 士官长 阅读(1042) 评论(0) 推荐(0) 编辑
摘要: 系统环境 --CentOS release 7 python版本--Python 3.5.4 背景:在企业环境中,安装ansible的服务器往往不能访问互联网,简单的下载ansible源码安装,会碰到缺少各种依赖包的问题,因此,推荐制作yum源,然后使用yum安装ansible。 1、准备一台能连接 阅读全文
posted @ 2020-05-14 16:48 士官长 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 本文内容部分摘自https://www.cnblogs.com/luoyan01/p/9733837.html minio分布式部署最少要求4个存储,我的环境是三台存储节点每台提供两块3.2T NVMe盘作为后端存储 export MINIO_ACCESS_KEY=admin export MINI 阅读全文
posted @ 2020-05-14 16:35 士官长 阅读(6065) 评论(0) 推荐(0) 编辑
摘要: 修改最大连接数 临时生效:SHOW VARIABLES LIKE "max_connections"; 查看SET GLOBAL max_connections=9000; 修改 永久生效:修改 /etc/my.cnf修改/添加 max_connections=9000 #修改最大连接数为9000重 阅读全文
posted @ 2020-04-17 16:22 士官长 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 临时:set GLOBAL max_connections=9120;show variables like '%max_connections%'; 永久:修改mysql配置文件my.cnf,在[mysqld]段中添加或修改max_connections值:max_connections=9120 阅读全文
posted @ 2020-04-17 16:19 士官长 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 修改最大连接数 临时生效:SHOW VARIABLES LIKE "max_connections"; 查看SET GLOBAL max_connections=9000; 修改 永久生效:修改 /etc/my.cnf修改/添加 max_connections=9000 #修改最大连接数为9000重 阅读全文
posted @ 2020-04-17 16:17 士官长 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://www.nginx.cn/doc/ 阅读全文
posted @ 2020-03-09 22:41 士官长 阅读(127) 评论(0) 推荐(0) 编辑
摘要: FROM centos:latest # 基准镜像MAINTAINER "yangxiaonan <https://www.cnblogs.com/2689116388-com/>" # 作者信息WORKDIR /usr/local/src/ #工作目录ENV NG_VERSION nginx-1. 阅读全文
posted @ 2020-03-09 20:11 士官长 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 一、基于容器制作镜像 在容器中完成操作后制作; 制作命令:docker commit 格式:docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] --author, -a 作者信息 --pause, -p 制作时候暂停 --message, -m 阅读全文
posted @ 2020-03-09 20:02 士官长 阅读(997) 评论(0) 推荐(0) 编辑