03 2021 档案
摘要:vue安装: npm install -g @vue/cli (安装的是最新版) npm install vue-cli@2.9.6 (指定版本安装【指定版本为3.0以下版本】,其中2.9.6为版本号) npm install -g @vue/cli@3.11.0(指定版本安装【指定版本为3.0以上
阅读全文
摘要:apt-get update && install inetutils-pingapt-get install wgetapt-get update && install curlapt-get update && install telnetdapt-get update && install x
阅读全文
摘要:场景:centos7.2 docker 安装 tomcat8 问题:访问 tomcat 首页显示 404 进入容器 tomcat webapps 目录,发现里面什么都没有。问题找到就好解决了,把 webapps.dist 里面的 ROOT 挪到 webapps 目录里即可。
阅读全文
摘要:github 对外 api https://api.github.com/ details { "current_user_url": "https://api.github.com/user", "current_user_authorizations_html_url": "https://gi
阅读全文
摘要:1 /** 2 * 管道 3 */ 4 export class AppComponent implements OnInit { 5 data = [ 6 {title: 'shou ji', price: '2333.333'} 7 ]; 8 9 constructor(public upp:
阅读全文