摘要:
Dockerfile 文件 #See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging. #添 阅读全文
posted @ 2021-12-02 18:03
wcgsir1
阅读(58)
评论(0)
推荐(0)
摘要:
解决: 先备份 conf文件 cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.back 再修改 vsftpd.conf 文件 找到 data_connection_timeout 将 data_connection_timeout=1 改成 da 阅读全文
posted @ 2021-12-02 18:02
wcgsir1
阅读(2317)
评论(0)
推荐(0)
摘要:
参考: https://www.jianshu.com/p/ef0f24fd0674 https://www.cnblogs.com/shenjianping/p/12255446.html 命令 Volume 1 查看所有的挂载: docker volume ls 查看具体挂载信息: docker 阅读全文
posted @ 2021-12-02 18:01
wcgsir1
阅读(55)
评论(0)
推荐(0)
摘要:
示例: docker run -d --restart=always ba-208 docker run -d --restart=on-failure:10 ba-208 解说: 容器自动重启需要在 容器启动的时候通过 --restart=always 设置 如果容器已启动,则可以通过 docke 阅读全文
posted @ 2021-12-02 18:01
wcgsir1
阅读(182)
评论(0)
推荐(0)
摘要:
docker 安装redis 并配置外网可以访问 参考: https://www.cnblogs.com/sandea/p/11769518.html 参考2: https://blog.csdn.net/xiaona0523/article/details/104897892?utm_medium 阅读全文
posted @ 2021-12-02 18:00
wcgsir1
阅读(316)
评论(0)
推荐(0)
摘要:
查询文件夹的挂载信息 df -hl 查询没有挂载的信息: 参考文档: https://www.csdcb.cn/article/fdisk.html 挂载步骤 1.输入 fdisk -l 查询磁盘的信息: 2. 找到没有被挂载的硬盘,如果没有格式化,则需要进行一次格式化操作; (本次找到的硬盘为10 阅读全文
posted @ 2021-12-02 17:59
wcgsir1
阅读(96)
评论(0)
推荐(0)
摘要:
安装支持ZIP的工具 yum install -y unzip zip 1、把文件解压到当前目录下 unzip test.zip 2、如果要把文件解压到指定的目录下,需要用到-d参数。 unzip -d /temp test.zip 3、解压的时候,有时候不想覆盖已经存在的文件,那么可以加上-n参数 阅读全文
posted @ 2021-12-02 17:58
wcgsir1
阅读(486)
评论(0)
推荐(0)
摘要:
参考这里 安装完毕之后开始进行配置 QN Services C.note 1.新建一个用户 vim /etc/vsftpd/virtusers #第一行为用户名,第二行为密码。不能使用root作为用户名 用户名: hwhubs 密码: hwhubs1x1x1m 结果如图所示 随后生产用户数据文件: 阅读全文
posted @ 2021-12-02 17:57
wcgsir1
阅读(145)
评论(0)
推荐(0)
摘要:
输入dotnet --info 检查是否存在 netcore 环境 执行命令,添加授权秘钥: sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm 执行命令,安装net cor 阅读全文
posted @ 2021-12-02 17:57
wcgsir1
阅读(54)
评论(0)
推荐(0)
摘要:
jituan li参考 : https://blog.csdn.net/weixin_44429140/article/details/108025915 https://www.cnblogs.com/sablier/p/11605606.html 获取最新的mysql docker pull m 阅读全文
posted @ 2021-12-02 17:56
wcgsir1
阅读(76)
评论(0)
推荐(0)
摘要:
安装vsftp #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemctl start vsftpd.service #停止 systemctl stop vsftpd.service #查看状态 s 阅读全文
posted @ 2021-12-02 17:54
wcgsir1
阅读(29)
评论(0)
推荐(0)
摘要:
USE [master] GO ALTER DATABASE 库名 SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE 库名 SET RECOVERY SIMPLE --简单模式 GO USE 库名 GO DBCC SHRINKFILE (N'日志文 阅读全文
posted @ 2021-12-02 17:52
wcgsir1
阅读(165)
评论(0)
推荐(0)
摘要:
##重新来一遍 create table xiutaoX200a( id int not null primary key identity(1,1), 秀套编号 nvarchar(max), 所属车型 nvarchar(max), 车型编号 nvarchar(max), 车型说明 nvarchar 阅读全文
posted @ 2021-12-02 14:34
wcgsir1
阅读(74)
评论(0)
推荐(0)

浙公网安备 33010602011771号