摘要: aixos基础用法 <div> <button onclick="testGet()">GET请求</button> <button onclick="testPost()">POST请求</button> <button onclick="testPut()">PUT请求</button> <bu 阅读全文
posted @ 2020-05-07 23:15 越滚越大雪球 阅读(203) 评论(0) 推荐(0)
摘要: 1.安装json-server npm install -g json-server 2. 启动json-server json-server --watch db.json 3.访问验证http://localhost:3000/posts/1 获得 { "id": 1, "title": "js 阅读全文
posted @ 2020-05-07 22:37 越滚越大雪球 阅读(190) 评论(0) 推荐(0)
摘要: #1、启动firewalld服务 systemctl restart firewalld.service && systemctl enable firewalld.service #2、添加默策略zone默认为public 先添加SSH通讯IP firewall-cmd --permanent - 阅读全文
posted @ 2020-05-07 18:17 越滚越大雪球 阅读(974) 评论(0) 推荐(0)