240 发简信
IP属地:江苏
  • 安装laravel install

    composer global require laravel/installer Changed current directory to /...

  • linux foundation development bash

    php php.ini位置php -i|grep php.ini 或者 php -r 'phpinfo();' 查看所有模块 查找 xdebug...

  • api gateway kong的安装与使用

    install kong https://konghq.com/install/ install postgresql 修改配置文件pg_hba...

  • Resize,w 360,h 240
    http cache and nginx configuration

    概述 浏览器http缓存,既是网页静态资源服务性能优化的一把利器,也是无数web开发者在工作之初谈之色变的一大难题。在开发过程中我们极力避免缓存...

  • 阿里云 腾讯云apt源

    apt mirror image: aliyun: tencentcloud: homestead: aliyun ubuntu16 ~xen...

  • 为什么 centos 7 安装 nginx 后显示 Welcome to nginx on Fedora!

    阿里云centos7.4 yum install nginx:安装完 重启后,显示的是nginx on Fedora 有epel源的时候并且用y...

  • git工作流:git flow

    Git Flow常用的分支 Production 分支也就是我们经常使用的Master分支,这个分支最近发布到生产环境的代码,最近发布的Rele...

  • Resize,w 360,h 240
    初试全文搜索solr

    install download && start slor dashboard create core solr config 了解solrc...

  • ubuntu~ phpize: command not found解决办法

    sudo apt-get install php-dev or :sudo apt-get install php7.2-dev