vsftp启动时报错:500 OOPS: can only support ipv4 and ipv6 currently
问题现象 安装好vsftpd后,重新启动报错:Job for vsftpd.service failed because the control process exited with error code. See 'systemctl status vsftpd.service' and 'journalctl -xe' ...
PC访问WEB服务器的数据通信过程
宏观通信过程 如上图的网络拓扑,我们来详细讲解下PC访问web server的数据通信过程,PC和server通信经过两台路由器R1和R2,那么PC的数据是如果经过路由器R1,R2到达server的呢?(在这里我们利用...
Notepad怎么去除末尾的CRLF?
1.问题展示 今天安装完Notepad用他写代码时,发现后面老是有个CRLF,好难看! 2.解决办法 进入视图–>显示符号–>去掉显示行尾符前面的勾就Ok啦! 3.成功效果
搭建网站时报错:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
问题背景 今天在安装ecshop程序时,报错Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP 问题分析 翻译这个报错的意思如下:弃用...
调整WSL应用的安装目录
wsl应用的默认安装目录 C盘空间不够,需要将wsl文件移动到其他盘 操作步骤 wsl -l -v # 检查已安装的版本 wsl --export Debian D:\Debian.tar # 导出 wsl --unregister Debian # 卸载 wsl --imp...
css常用属性与用法【精】
一、css选择器 1.元素选择器 2.ID选择器 3.CLASS选择器 4.组合选择器 5.分组选择器 h1,h2,p { # 当多个选择器都是同样的样式时,为了减少代码量,可以使用一个分组,用,号隔开 color:green; } 6...
软件测试质量模型8个要素
质量模型鱼骨图 看案例来理解 需求1、开发一款网络游戏(要求:10个主功能)2、游戏支持web(浏览器)端、App端3、游戏上线后预计每日,20W用户玩家在线 功能 需求:10个功能,功能详情。。 测...
Linux bashrc和profile的用途和区别
引言 使用终端ssh登录Linux操作系统的控制台后,会出现一个提示符号(例如:#或~),在这个提示符号之后可以输入命令,Linux根据输入的命令会做回应,这一连串的动作是由一个所谓的Shell来做处...










