06 2020 档案

摘要:"window.location.href"、"location.href"是本页面跳转 "parent.location.href"是上一层页面跳转 "top.location.href"是最外层的页面跳转 举例说明: 如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是 阅读全文
posted @ 2020-06-22 14:16 KeepSmiling_me 阅读(344) 评论(0) 推荐(0) 编辑
摘要:var user = {id:1, name:'zs', age:20}; var ele = '<a οnclick="edit(' + JSON.stringify(user).replace(/"/g, '&quot;') + ');">修改</a>'; 或者 var ele = '<a οn 阅读全文
posted @ 2020-06-08 15:48 KeepSmiling_me 阅读(777) 评论(0) 推荐(0) 编辑
摘要:// 阿里巴巴德鲁伊数据库连接池 // https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter compile group: 'com.alibaba', name: 'druid-spring-boot-st 阅读全文
posted @ 2020-06-05 15:49 KeepSmiling_me 阅读(202) 评论(0) 推荐(0) 编辑
摘要:1.引入定时任务jar /* 定期处理 */ // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz compile group: 'org.quartz-scheduler', name: 'quartz', versio 阅读全文
posted @ 2020-06-05 14:59 KeepSmiling_me 阅读(618) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示