1.设置环境变量 # echo 'PATH=/opt/opsmgr/web/components/postgresql96linux64.1/bin/:$PATH' >> /etc/profile # echo 'export PGPASSWORD=ytcmUUNq' >> /etc/profile ...
分类:
数据库 时间:
2021-05-24 08:13:18
阅读次数:
0
原文地址:https://blog.csdn.net/dongdong9223/article/details/81094657 如果在docker中设置了环境变量,肯定希望下次进入容器时自动生效。如果是在: /etc/profile 中设置的,再次进入容器时环境变量会失效,解决办法是将环境变量设置 ...
分类:
其他好文 时间:
2021-05-24 08:06:30
阅读次数:
0
关于Linux命令行退格键变成^H的问题,有两种解决办法: 方法一:一次有效 在使用退格键(backspace)时,同时按住ctrl键。 方法二:永久有效 把 stty erase ^H 添加到.bash_profile中。 ...
分类:
系统相关 时间:
2021-05-24 05:12:52
阅读次数:
0
Hbase shell命令基本操作 1、进入Hbase shell客户端命令操作界面 如果配置过hbase环境变量 hbase shell 如果没有配置过环境变量 # 进入hbase文件夹中 cd /hc/install/hbase-2.2.6/ bin/hbase shell 2、help帮助命令 ...
分类:
系统相关 时间:
2021-05-24 03:29:09
阅读次数:
0
1、下载安装包:jdk-8u281-linux-x64.tar.gz 2、上传至/opt/目录后:tar -zxvf jdk-8u281-linux-x64.tar.gz解压;cd /opt/jdk1.8.0_281 3、在/etc/profile文件末尾增加: export JAVA_HOME=/ ...
分类:
系统相关 时间:
2021-05-24 01:14:20
阅读次数:
0
独立缓存服务器: LinuxCentOS Redis版本: 3.0 下面我们针对于Redis安装做下详细的记录: 编译和安装所需的包: #yum install gcc tcl创建安装目录: #mkdir /usr/local/redis 解压: #tar -zxvf 3.xx.tar.gz #mv ...
分类:
其他好文 时间:
2021-05-24 00:38:58
阅读次数:
0
[root@zwy1 ~]# wget #下载二进制的包 版本为5.7最新版 https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.33-linux-glibc2.12-x86_64.tar.gz [root@zwy1 ~]# us ...
分类:
数据库 时间:
2021-05-24 00:16:08
阅读次数:
0
use MustGoHome; --公司注册 if exists(select * from Sysobjects where name='usp_CompanyRegister') drop procedure usp_CompanyRegister; go create procedure us ...
分类:
数据库 时间:
2021-05-23 23:17:14
阅读次数:
0
all privileges权限有哪些: select, insert, update, delete, create, drop,references, index,alter,create temporary tables,lock tables,execute,create view,show ...
分类:
数据库 时间:
2021-05-03 12:11:00
阅读次数:
0
低代码、中台化:爱奇艺号微服务工作流实践 原创 随刻爱奇艺号 爱奇艺技术产品团队 2021-03-19 https://mp.weixin.qq.com/s/xy4J4sTDbPdI0cCh0SGZHg ...
分类:
其他好文 时间:
2021-05-03 11:48:47
阅读次数:
0