01 2018 档案
由js文件中引入另外的js文件想到的
摘要:1. html中,使用<script src="../static/js/xxx.js"></script>引入js文件。 2. 在js文件中,引入js文件的方式: 方式一: (body标签存在的情况下) 方式二: 在调用文件的顶部加入下述代码 script标签上面这个async属性(详情见:htt 阅读全文
posted @ 2018-01-23 19:59 miaoying 阅读(53191) 评论(0) 推荐(0)
Mybatis实现in查询(注解形式和xml形式)
摘要:1. @Select注解中使用in 2. xml中使用in 阅读全文
posted @ 2018-01-12 15:40 miaoying 阅读(2033) 评论(0) 推荐(0)