07 2019 档案

摘要:#include <stdio.h> int main() { printf("hello, world!\n"); return 0; } 阅读全文
posted @ 2019-07-30 01:43 typescript 阅读(185) 评论(0) 推荐(0) 编辑
摘要:Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache 阅读全文
posted @ 2019-07-29 23:25 typescript 阅读(392) 评论(0) 推荐(0) 编辑
摘要:Install Vagrant Installing Vagrant https://www.vagrantup.com/downloads.html Vagrant 2.2.5 Verifying the Installation $ vagrant --version Project Setup 阅读全文
posted @ 2019-07-27 12:00 typescript 阅读(374) 评论(0) 推荐(0) 编辑