04 2020 档案

摘要:npm install java 报错 binding.gyp not found 1.更新npm 1.sudo npm cache clean -f 2. sudo npm install npm -g 2.重写安装 sudo npm uninstall node-gyp -g sudo npm 阅读全文

posted @ 2020-04-03 16:50 chenyi4 阅读(3936) 评论(1) 推荐(0)

摘要:1.把相对路径改成绝对路径 2.vue.config.js module.exports = { publicPath: './' } 3. outer-view中的内容显示不出来。路由history模式。 这个坑是当你使用了路由之后,在没有后端配合的情况下就手贱打开路由history模式的时候,打 阅读全文

posted @ 2020-04-03 13:37 chenyi4 阅读(714) 评论(0) 推荐(0)

摘要:1.运行javac 2.写入一个HelloWorld测试 HelloWorld.java public class HelloWorld { public static void main(String []args) { System.out.println("Hello World"); } } 阅读全文

posted @ 2020-04-01 15:05 chenyi4 阅读(1563) 评论(0) 推荐(0)

导航