1 安装clickHouse 1)windows docker 单机安装 1.1 镜像安装 # 搜索clickhouse docker search clickhouse # 安装image docker pull clickhouse-server # 服务端 docker pull clickh ...
分类:
其他好文 时间:
2021-07-09 17:54:00
阅读次数:
0
1、创建用户 sftpuser,并禁止ssh登录,不创建家目录 useradd -s /sbin/nologin -M sftpuser 2、设置用户密码 passwd sftpuser --密码:自己定义 3、创建sftp根目录,所有sftp用户都将在该目录下活动 mkdir /home/sftp ...
分类:
其他好文 时间:
2021-07-02 16:15:04
阅读次数:
0
#pragma mark - TextViewDelegate - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text { if ( ...
分类:
移动开发 时间:
2021-07-01 17:00:12
阅读次数:
0
今天使用OpenSSL创建SSL证书,创建完根证书,然后继续创建SSl证书时,出现错误:problem creating object tsa_policy1=1.2.3.4.1 6812:error:08064066:object identifier routines:OBJ_create:oi ...
if (m_url.indexOf("wss://") >= 0) { QSslConfiguration sslConfiguration = m_pWebSocket->sslConfiguration(); sslConfiguration.setPeerVerifyMode(QSslSock ...
分类:
Web程序 时间:
2021-06-11 17:35:06
阅读次数:
0
Mac本身安装了ssh服务,但是默认情况下不会开机自启,因此当我们需要用到ssh相关的功能时,只需以下一条命令即可。 1、启动sshd服务 sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 2、查看是否启动 sudo lau ...
分类:
系统相关 时间:
2021-05-25 17:36:11
阅读次数:
0
###1、http.STATUS_CODES 是一个对象,属性名都是状态码,属性值则是该状态码的简短解释。 ###2、用法 var http = require('http'); //引入http模块 http.createServer(function(req, res) { //调用http模块 ...
分类:
Web程序 时间:
2021-05-24 02:07:12
阅读次数:
0
the-backdoor-factory 安装 centos7安装步骤: 安装python3 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel ...
分类:
其他好文 时间:
2021-02-19 13:42:29
阅读次数:
0
读取properties的几种方式 方法① public class ResourceUtil { private static final ResourceBundle bundle = java.util.ResourceBundle .getBundle("sysConfig"); publi ...
分类:
其他好文 时间:
2021-02-02 10:37:07
阅读次数:
0
nginx有四个版本,开源nginx版,商业nginx plus版,淘宝tengine分支版,和openresty扩展板 其中商业版收费,淘宝版是阿里针对nginx的高并发二次开发的项目,而扩展版和淘宝版有着异曲同工之妙,个人感觉扩展板性能更强悍一些。 1使用dockerfile制作一个nginx扩 ...
分类:
其他好文 时间:
2021-01-18 11:24:15
阅读次数:
0