摘要:
本文摘自YSOcean的博客,感觉很不错,怕丢了就写在我自己的博客里了,有一些是自己加的! 这个知识点适用于多表查询,一般结合着懒加载使用,避免影响效率!! 1、什么是MyBatis?, MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software 阅读全文
摘要:
1、安装 npm install vue-resource 2、使用 import VueResource from 'vue-resource'; Vue.use(VueResource); this.$http.get("http://localhost/test.php").then( fun 阅读全文