摘要: 1. 安装必要的软件 $ sudo apt-get install apache2 php libapache2-mod-php -y 2. 按需配置/etc/php/<php version>/apache2/php.ini 3. 重新启动服务 $ sudo /etc/init.d/apache2 阅读全文
posted @ 2020-04-10 23:41 Jello 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: 答: $ service --status-all $ systemctl $ pstree 阅读全文
posted @ 2020-04-10 22:48 Jello 阅读(6126) 评论(0) 推荐(0) 编辑
摘要: $ doxygen -g <config-file> $ doxygen <config-file> 在html目录下可以看到生成的文档 阅读全文
posted @ 2020-04-10 16:28 Jello 阅读(454) 评论(0) 推荐(0) 编辑