#--permanent永久生效,没有此参数重启后失效 firewall-cmd --zone=public --add-port=9000/tcp --permanent ...

#--permanent永久生效,没有此参数重启后失效 firewall-cmd --zone=public --add-port=9000/tcp --permanent ...
/etc/resolv.conf
查看注册表,当前的php版本 update-alternatives --display php ------------ 设置默认PHP 版本7.0------------...
https://segmentfault.com/a/1190000005638174 https://www.atlassian.com/git/tutorials htt...
var map=newMap(); map.set("b","8"); map.set("c","10"); map.set("a","1"); map.set("d","7...
在windows下通过记事本编辑shell脚本,上传到linux环境下执行。 提示syntax error:unexpected end of file错误 解决思路: DO...
1:php.ini中有配置max_input_vars,规定最多接受多少个input,超出会丢失数据。修改php.ini需要重启php-fpm,service php-fpm...
微信小程序 - 监听 TabBar 切换点击事件 在小程序开发的时候想要监听系统的 TabBar 切换点击事件,只需要在 TabBar 配置中存在的页面 .js 文件中加上下...
wsl --list --verbose wsl -l -v
Vue __ob__: Observer 取值用JSON.parse(JSON.stringify(this.list))
亲测可用,给作者点个赞
CentOS 7 下 MySQL 5.7 的安装与配置本文测试环境: CentOS 7 64-bit Minimal MySQL 5.7 配置 yum 源 在 https://dev.mysql.com/downloads/re...
查看配置文件 mysql--verbose --help |grep -A 1 'Default options' 查看所有库的数据和索引大小 select table_sc...
add_header Content-Type "text/plain;charset=utf-8"; return 200 "$host";
gitlab-rails console production user=User.where(name: "sph").first 或user=User.where(ema...
COMPOSER_MEMORY_LIMIT=-1 composer require "overtrue/laravel-wechat:~5.0"
chown rahul testfile.txt //Set the file owner of testfile.txt to user “rahul”. chown ra...
$bytes_sent 发送给客户端的字节数 $connection 连接序列号 $connection_requests 当前通过连接...