系统环境

系统环境

最新博文

  • nginx伪静态配置rewrite重写url

    首先打开我们的 `nginx` 配置文件:`nginx.conf` 找到 `server{...}` 这块 ``` server { listen 80; server_name web1.cc; root "C:/job/phpstudy_pro/WWW/web.cc/public"; location / { ## 在此写伪静态规则 } lo

    admin2020-05-23Linux

    阅读更多
  • Apache和Nginx的区别

    ### Nginx - 轻量级,采用 `C` 进行编写,同样的 `web` 服务,会占用更少的内存及资源 - 抗并发,`nginx` 以 `epoll and kqueue` 作为开发模型,处理请求是异步非阻塞的,负载能力比 `apache` 高很多,而 `apache` 则是阻塞型的。在高并发下 nginx 能保持低资源低消耗高性能 ,而 `apache` 在 `PHP` 处理慢或者前端压力很大的情况下,很容易出现进程数飙升,从而拒绝服务的现象。 - `nginx` 处理静态文件好,静态处理性

    admin2020-05-23Linux

    阅读更多
  • 初试 composer

    Composer初试 composer

    初试 composer

    admin2020-05-09Composer

    阅读更多
  • composer安装

    Composercomposer安装

    composer安装

    admin2020-05-09Composer

    阅读更多
  • git中文字体报错

    Gitgit中文字体报错

    从 GitHub 下载的 Git for Windows 客户端,使用 Shell 过程中如果路径含有中文会报告一个警告。Warning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!  &nbs

    admin2020-05-06Git

    阅读更多
  • Git中撤销提交

    Git中撤销提交https://www.cnblogs.com/zhuxiaoxi/p/8532540.htmlGit的几种状态未修改       原始内容 已修改    ↓         工 作 区 已暂存    ↓    git add       暂 存 区 已提交    ↓   &nbsp

    admin2020-05-06Git

    阅读更多
  • .gitignore忽略规则

    .gitignore忽略规则

    admin2020-05-06Git

    阅读更多
  • Git 操作详解

    GitGit 操作详解

    Git 操作详解

    admin2020-05-06Git

    阅读更多
  • Linux根目录介绍

    Linux根目录介绍

    admin2020-05-05Linux

    阅读更多
  • vi编辑器使用

    Linuxvi编辑器使用

    vi编辑器使用

    admin2020-05-05Linux

    阅读更多

点击排行

本栏推荐

我的名片

网名:随心

职业:PHP程序员

现居:湖北省-武汉市

Email:704061912@qq.com