上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 56 下一页
摘要: spring-mvc.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XML 阅读全文
posted @ 2020-01-07 15:50 一只桔子2233 阅读(338) 评论(0) 推荐(0)
摘要: 1、spring-quartz.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/200 阅读全文
posted @ 2019-12-27 16:20 一只桔子2233 阅读(212) 评论(0) 推荐(0)
摘要: 一、两个jar包 JavaMail mail.jar 1.4.5 JAF(版本 1.1.1) activation.jar 二、代码 import java.util.Properties; import javax.activation.DataHandler; import javax.acti 阅读全文
posted @ 2019-12-26 22:45 一只桔子2233 阅读(157) 评论(0) 推荐(0)
摘要: 一、邮箱设置 需要设置独立密码 二、配置文件 spring-mail <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http:/ 阅读全文
posted @ 2019-12-26 21:59 一只桔子2233 阅读(418) 评论(0) 推荐(0)
摘要: 上传文件 @ResponseBody @RequestMapping("/doAdd") public Object doAdd(HttpServletRequest request, Advert advert, HttpSession session) { AjaxResult result = 阅读全文
posted @ 2019-12-23 22:21 一只桔子2233 阅读(182) 评论(0) 推荐(0)
摘要: 获取设置页面大小 function getMobileData() { var ismobile = false; browser = { versions: function () { var u = navigator.userAgent, app = navigator.appVersion; 阅读全文
posted @ 2019-12-19 14:14 一只桔子2233 阅读(468) 评论(0) 推荐(0)
摘要: //使用Ajax异步查询数据 <div class="table-responsive"> <table class="table table-bordered"> <thead> <tr> <th width="30">#</th> <th width="30"><input type="chec 阅读全文
posted @ 2019-12-13 15:58 一只桔子2233 阅读(397) 评论(0) 推荐(0)
摘要: 3、运算符 浅谈java中源码常见的几个关键字(native,strictfp,transient,volatile) 需要注意 , 整数被 0 除将会产生一个异常, 而浮点数被0 除将会得到无穷大或 NaN 结果 。 在 Math 类中 , 为了达到最快的性能 , 所有的方法都使用计算机浮点单元中 阅读全文
posted @ 2019-12-13 10:32 一只桔子2233 阅读(107) 评论(0) 推荐(0)
摘要: 11 //全选 $("#allCheckbox").click(function () { var checkedStatus = this.checked; //alert(checkedStatus); //$("tbody tr td input[type='checkbox']").attr 阅读全文
posted @ 2019-12-11 22:21 一只桔子2233 阅读(208) 评论(0) 推荐(0)
摘要: 11 /// <summary> /// 文件上传 /// </summary> /// <param name="filePath">原路径(绝对路径)包括文件名</param> /// <param name="objPath">目标文件夹:服务器下的相对路径 不填为根目录</param> pu 阅读全文
posted @ 2019-12-03 17:35 一只桔子2233 阅读(419) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 56 下一页