logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

更改 Nginx 服务的默认用户& 关于linux下的nobody用户

更改 Nginx 服务的默认用户<nginx.conf> nginx用户权限在nginx.conf文件的第一行一般是设置用户的地方(编译安装nginx时的参数--user=<user>也是指定用户的地方),如 user www www;如不指定nginx默认用户是nobody. 这里用户的设置又有什么意义呢?主要是指定执行nginx的worker process的用户,li

#nginx#linux
【LeetCode】Letter Combinations of a Phone Number

Given a string containing digits from2-9inclusive, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephone buttons) is given b

Chrome调试工具使用及waterfall含义详解

1、waterfall含义详解浏览器根据html中外连资源出现的顺序,依次放入队列(Queue),然后根据优先级确定向服务器获取资源的顺序。同优先级的资源根据html中出现的先后顺序来向服务器获取资源Queuing(排队)浏览器在以下情况下对请求排队存在更高优先级的请求,请求被渲染引擎推迟,这经常发生在 images(图像)上,因为它被认为比关键资源(如脚本/样式)的优先级低。此源已打开六个 TC

centos 网卡重启方法

1、centos6的网卡重启方法:service network restartcentos7的网卡重启方法:systemctl restart network2、centos重启网口方法:关闭网卡口:ifdown eth0 或 ifconfig eth0 down启动网卡口:ifup eth0 或 ifconfig eth0 up3、配置网卡ip增加ip:ifcfg eth0 add 192.1

到底了