在 linux 文件结构中,有一个很神奇的目录 —— /usr。 讨论中,大部分观点认为: usr 是 unix system resources 的缩写; usr 是 user 的缩写; usr 是 unix software resources 的缩写。 根据常识判断,是 user 缩写的可能性 ...
分类:
系统相关 时间:
2021-06-11 18:37:38
阅读次数:
0
1、背景 工作需要安装centos系统,特此记录下过程 2、准备工作 U盘一个,需要格式化(大于4G,毕竟ISO文件就已经大于4G了) CentOS7.1 iso文件一个 UltraISO工具(制作启动U盘) 下载地址: https://cn.ultraiso.net/xiazai.html 注册码 ...
分类:
系统相关 时间:
2021-06-11 18:34:39
阅读次数:
0
我是直接在pycharm里面直接打开下方Teminal 窗口 ,然后利用 来打包的,但是搞出来后有196m,给别人用也不好用。 看了网上大家的说法,说因为我们安装的是Anaconda,里面很多库连接进去了很多不必要的其他库和包,所以一大堆东西全打包进去了。 解决办法1 有人说用pipenv创建一个虚 ...
分类:
其他好文 时间:
2021-06-11 18:33:16
阅读次数:
0
问题描述 unzip: Command Not Found 或 zip: Command Not Found 或unzip: 未找到命令 解决方法 如果是Ubuntu的的系统可以用下面的命令安装:sudo apt-get install zip 如果是用yum安装的话用下面的命令安装:yum ins ...
分类:
系统相关 时间:
2021-06-11 18:30:51
阅读次数:
0
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:
其他好文 时间:
2021-06-11 18:28:19
阅读次数:
0
Sampler-http请求之KeepAlive使用总结 测试环境 apache-jmeter-2.13 KeepAlive使用介绍 说明: 1、Use KeepAlive 勾上,则表示为求连接设置请求头Connection: keep-alive,该配置对默认的HTTP实现不起作用,因为连接重用不 ...
分类:
Web程序 时间:
2021-06-11 18:19:02
阅读次数:
0
宝塔是一款Linux可视化软件 1.一键安装 apt-get install wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh 2.卸载 1)打开shell终端,输入命 ...
分类:
系统相关 时间:
2021-06-11 18:10:52
阅读次数:
0
一、防火墙 systemctl status firewalld.service # 查看防火墙状态 systemctl stop firewalld.service # 关闭防火墙 systemctl disable firewalld.service # 禁用防火墙 二、Selinux vi / ...
分类:
系统相关 时间:
2021-06-11 18:01:38
阅读次数:
0
一、安装workman composer require workerman/workerman 二、创建 Timer 命令 php think make:command Timers 三、实现Timer <?php declare (strict_types = 1); namespace app ...
分类:
Web程序 时间:
2021-06-11 17:46:22
阅读次数:
0
if (m_url.indexOf("wss://") >= 0) { QSslConfiguration sslConfiguration = m_pWebSocket->sslConfiguration(); sslConfiguration.setPeerVerifyMode(QSslSock ...
分类:
Web程序 时间:
2021-06-11 17:35:06
阅读次数:
0