
apache
S_L_zheng
Great things take time.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu 完全卸载Apache
1. 删除 apache $ sudo apt-get --purge remove apache-common $ sudo apt-get --purge remove apache 2. 找到没有删除掉的配置文件,一并删除 $ sudo find /etc -name "*apache*" |xargs rm -rf $ sudo rm -rf /var/www $sudo rm ...原创 2019-01-02 17:49:11 · 784 阅读 · 0 评论 -
干货|vue-element-admin和Django简单整合
https://www.sohu.com/a/244645479_727010 https://github.com/PanJiaChen/vue-element-admin https://panjiachen.gitee.io/vue-element-admin/#/dashboard https://cn.vuejs.org/index.html转载 2019-02-19 14:32:54 · 2755 阅读 · 0 评论 -
Ubuntu 配置 Apache2
https://my.oschina.net/junn/blog/142986 https://blog.youkuaiyun.com/sunlovefly2012/article/details/46989797 https://blog.youkuaiyun.com/game2123456/article/details/53189714 https://blog.youkuaiyun.com/u013382233/articl...转载 2019-04-18 15:25:29 · 226 阅读 · 0 评论