摘要:# vue笔记 一、vue项目文件加载顺序 index.html、main.js、app.vue、router\index.js、helloword.vue 二、new Vue new Vue({ el: '#app', components:{App}, template: '<App/>' })
阅读全文
|
03 2021 档案
摘要:# vue笔记 一、vue项目文件加载顺序 index.html、main.js、app.vue、router\index.js、helloword.vue 二、new Vue new Vue({ el: '#app', components:{App}, template: '<App/>' })
阅读全文
摘要:序列化和反序列化是Java中最基础的知识点,也是很容易被大家遗忘的,虽然天天使用它,但并不一定都能清楚的说明白。我相信很多小伙伴们掌握的也就几句概念、关键字(Serializable)而已,如果深究问一下序列化和反序列化是如何实现、使用场景等,就可能不知所措了。在每次我作为面试官,考察Java基础时
阅读全文
|