随笔分类 -  other

日常
摘要: 阅读全文
posted @ 2019-07-22 13:31 Cary_008 阅读(6729) 评论(0) 推荐(0)
摘要:在.nuxt目录下打开命令行: 一:npm rm node-sass 二:npm install node-sass 三:npm install 四:npm run dev 阅读全文
posted @ 2019-06-24 20:58 Cary_008 阅读(13154) 评论(0) 推荐(1)
摘要:1.先写一个Student类 public class Student { private String name; private int chinese; private int math; private int english; public Student() { super(); } p 阅读全文
posted @ 2019-03-19 13:31 Cary_008 阅读(1729) 评论(0) 推荐(0)