登录控制台,点击云磁盘,点击购买 确认配置信息 挂载磁盘 用CRT链接云服务器(114.116.195.225),初始化云硬盘 查看磁盘信息,并进行分区 分区后,进行挂载,创建文件系统 ...
分类:
其他好文 时间:
2020-10-08 18:25:11
阅读次数:
12
函数: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
查看证书 查看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
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
#define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int main01() { //常量 const int a=1 ...
分类:
其他好文 时间:
2020-08-27 17:13:47
阅读次数:
62
目录1配置YUM源21.1本地镜像挂载目录21.2下载镜像并使用CRT工具rz命令上传21.3创建挂载目录21.4挂载镜像21.5备份redhat.repo21.6编辑redhat7.repo文件31.7重新加载yum32RedHat7上安装telnet-server32.1安装telnet32.2启动telnet服务32.3启用root用户登录、33使用telnet客户端远程登录43.1安装te
分类:
Web程序 时间:
2020-08-20 19:16:19
阅读次数:
116
今天在初入调试c语言时,出现了一个令人非常难堪的问题,错误列表显示:严重性代码说明项目文件行禁止显示状态错误C4996‘scanf‘:Thisfunctionorvariablemaybeunsafe.Considerusingscanf_sinstead.Todisabledeprecation,use_CRT_SECURE_NO_WARNINGS.Seeonlinehelpfo
分类:
其他好文 时间:
2020-08-10 09:34:31
阅读次数:
77