- 博客(4)
- 收藏
- 关注
原创 使用JsBarcode生成条形码
引入jquery和JsBarcode.all.js(注意:引入JsBarcode.js无效)github地址:https://github.com/lindell/JsBarcode 代码:<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <meta na...
2019-02-12 09:49:57
1692
原创 IDEA project生成war包
IDEA 普通project生成war包:主菜单File -> Project Structure -> Artifacts -> + -> Web Application: Archive ->Empty/For ... ->右下角Fix -> Add 'lib' to the artifact -> Apply -> Ok -&g...
2019-01-18 16:20:45
994
原创 Spring mvc整合Mybatis
结构如图: public class EntInfBean{ private String AAA; private String BBB; ... ...}@Configuration@ComponentScan("xxx")@MapperScan("xxx.dao")public class DataC...
2018-12-18 14:12:23
162
转载 ajax的执行顺序
funciton A(){ $.ajax({ url: "index.html",//异步请求路径 async:false,//默认设置下,所有请求均为异步请求。如果需要发送同步请求,请将此选项设置为 false。注意,同步请求将锁住浏览器,用户其它操作必须等待请求完成才可以执行。 success: function(){//回调函数 }}); B();} 写...
2018-12-18 11:43:42
227
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅