240 发简信
IP属地:河南
  • centos

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

  • linux Ubuntu

    查看注册表,当前的php版本 update-alternatives --display php ------------ 设置默认PHP 版本...

  • git

    https://segmentfault.com/a/1190000005638174 https://www.atlassian.com/gi...

  • JS Map对象排序

    var map=newMap(); map.set("b","8"); map.set("c","10"); map.set("a","1");...

  • 解决linux shell脚本 syntax error:unexpected end of file错误

    在windows下通过记事本编辑shell脚本,上传到linux环境下执行。 提示syntax error:unexpected end of ...

  • 实际工作中比较坑的点总结

    1:php.ini中有配置max_input_vars,规定最多接受多少个input,超出会丢失数据。修改php.ini需要重启php-fpm,...

  • 微信小程序

    微信小程序 - 监听 TabBar 切换点击事件 在小程序开发的时候想要监听系统的 TabBar 切换点击事件,只需要在 TabBar 配置中存...

  • wsl

    wsl --list --verbose wsl -l -v