
系统环境
系统环境
最新博文
-
Apache和Nginx的区别
### Nginx - 轻量级,采用 `C` 进行编写,同样的 `web` 服务,会占用更少的内存及资源 - 抗并发,`nginx` 以 `epoll and kqueue` 作为开发模型,处理请求是异步非阻塞的,负载能力比 `apache` 高很多,而 `apache` 则是阻塞型的。在高并发下 nginx 能保持低资源低消耗高性能 ,而 `apache` 在 `PHP` 处理慢或者前端压力很大的情况下,很容易出现进程数飙升,从而拒绝服务的现象。 - `nginx` 处理静态文件好,静态处理性
阅读更多2020-05-23【Linux】
-
初试 composer
Composer初试 composer
阅读更多2020-05-09【Composer】
-
composer安装
Composercomposer安装
阅读更多2020-05-09【Composer】
-
git中文字体报错
Git从 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
阅读更多2020-05-06【Git】
-
Git中撤销提交
Git中撤销提交https://www.cnblogs.com/zhuxiaoxi/p/8532540.htmlGit的几种状态未修改 原始内容 已修改 ↓ 工 作 区 已暂存 ↓ git add 暂 存 区 已提交 ↓  
阅读更多2020-05-06【Git】
-
.gitignore忽略规则
.gitignore忽略规则
阅读更多2020-05-06【Git】
-
Git 操作详解
GitGit 操作详解
阅读更多2020-05-06【Git】
-
Linux根目录介绍
Linux根目录介绍
阅读更多2020-05-05【Linux】
-
vi编辑器使用
Linuxvi编辑器使用
阅读更多2020-05-05【Linux】
-
linux常用命令
linux常用命令
阅读更多2020-05-05【Linux】