码迷,mamicode.com
首页 >  
搜索关键字:secure crt    ( 3945个结果
ldap--密码获取修复
官网文档:https://www.freebsd.org/doc/en_US.ISO8859-1/articles/ldap-auth/secure.html4.1.SettingAttributesRead-onlySeveralattributesinLDAPshouldberead-only.Ifleftwritablebytheuser,forexample,ausercouldchang
分类:其他好文   时间:2020-10-08 18:38:11    阅读次数:24
公有云块存储服务的申请与使用
登录控制台,点击云磁盘,点击购买 确认配置信息 挂载磁盘 用CRT链接云服务器(114.116.195.225),初始化云硬盘 查看磁盘信息,并进行分区 分区后,进行挂载,创建文件系统 ...
分类:其他好文   时间:2020-10-08 18:25:11    阅读次数:12
scp命令
scp命令 scp命令用于Linux之间复制文件和目录,scp是secure copy的缩写,是Linux系统下基于ssh登陆进行安全的远程文件拷贝命令,使用scp可以实现从本地系统到远程系统、从远程系统到本地系统、在本地系统的两个远程系统之间的复制传输。scp是加密的,rcp是不加密的,可以认为s ...
分类:其他好文   时间:2020-10-06 20:11:48    阅读次数:62
9-30
函数:1:库函数-C语言自己提供给我们的strcpy:字符串拷贝,对应#include<string.h>的头文件包括里面的\n,也要被拷贝进去#define_CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>intmain(){chararr[]={"你是猪"};chararr
分类:其他好文   时间:2020-10-05 21:44:51    阅读次数:22
docker
docker环境搭建 1.数据源准备 curl -fsSL get.docker.com -o get-docker.sh 2.docker CE 下载及安装 下载:sh get-docker.sh --mirror Aliyun 刷新:systemctl daemon-reload 启动:syst ...
分类:其他好文   时间:2020-09-18 00:16:28    阅读次数:38
一个MySQL 8 MGR的用户密码问题
Plugin group_replication reported;Authentication plugin ‘caching_sha2_password‘ reported error: Authentication requires secure connection. Error_code: MY-002061
分类:数据库   时间:2020-09-17 22:46:40    阅读次数:36
OPENSSL 查看证书
查看证书 查看KEY信息 openssl rsa -noout -text -in myserver.key 查看CSR信息 openssl req -noout -text -in myserver.csr 查看证书信息 openssl x509 -noout -text -in ca.crt 验 ...
分类:其他好文   时间:2020-09-17 21:48:36    阅读次数:39
大数据实战(六十八):电商数仓(五十二)Cloudera Manager(三)CM部署准备
1 连接阿里云服务器 打开远程连接工具进行配置,这里以CRT为例。 1)新建一个session 2)填写hostname(填写公网ip) 2 修改hosts文件 [root@hadoop001 ~]# vim /etc/hosts 127.0.0.1 localhost localhost ::1 ...
分类:其他好文   时间:2020-09-07 18:57:02    阅读次数:43
数组名作为函数参数
#define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> void my_strcat01(char*ch1,char*ch ...
分类:编程语言   时间:2020-09-04 17:27:09    阅读次数:52
java.io.IOException: Zip bomb detected! The file would exceed the max.
解决办法: 添加一行代码即可 ZipSecureFile.setMinInflateRatio(-1.0d); 参考: FileInputStream file = new FileInputStream("D:\\newData.xlsx"); ZipSecureFile.setMinInflat ...
分类:编程语言   时间:2020-08-29 16:39:18    阅读次数:153
3945条   上一页 1 ... 7 8 9 10 11 ... 395 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!