
linux
Tingmmdh
这个作者很懒,什么都没留下…
展开
-
ubuntu 安裝 docker
# 删除可能存在的docker程序 $ sudo apt-get remove docker docker-engine docker.io containerd runc # 更新源 $ sudo apt-get update # 安装必要程序,使得apt可以支持https $ sudo apt-get install apt-transport-https ca-certificates...原创 2019-04-10 16:55:44 · 134 阅读 · 0 评论 -
mysql5.7出现ERROR1698(28000):Access denied for user root@localhost 错误解决方法
參考鏈接https://www.cnblogs.com/cpl9412290130/p/9583868.html转载 2019-04-15 20:02:35 · 368 阅读 · 0 评论 -
Laravel5.5 在 nginx 访问自定义路由全部返回404
在location /里面加上 try_files $uri $uri/ /index.php?$query_string; location /{ root /root/laravel_test/public; index index.html index.htm index.php; try_files $uri $uri/ /...原创 2019-04-24 15:15:54 · 448 阅读 · 1 评论