上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: 批量新增<insert id="insertList"> insert into sea_user (id, username,`time`) values <foreach collection="list" item="item" index="index" separator=","> (re 阅读全文
posted @ 2018-02-23 14:31 Sea_wxx 阅读(375) 评论(0) 推荐(0) 编辑
摘要: /** * Excel导入 * @param request * @param file * @return * @throws Exception */@RequestMapping("/test.do")public Object test(HttpServletRequest request, 阅读全文
posted @ 2018-02-09 11:37 Sea_wxx 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 所有安装的都是在c盘根目录 系统变量 CLASS_PATH .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar JAVA_HOME C:\Program Files\Java\jdk1.8.0_172 M2_HOME C:\apache-maven-3.5.0 M 阅读全文
posted @ 2018-01-26 23:18 Sea_wxx 阅读(103) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\dysmsapi_demo_sdk__java\java\api_sdk\aliyun-java-sdk-dysmsapi\target\aliyun-java-sdk-dy 阅读全文
posted @ 2018-01-19 00:14 Sea_wxx 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 配置文件 阅读全文
posted @ 2017-12-27 11:19 Sea_wxx 阅读(364) 评论(0) 推荐(0) 编辑
摘要: SELECT *, ( 2 * 6371 * ASIN( SQRT( COS( 23.99 * PI( ) / 180 ) * COS( 23.99 * PI( ) / 180 ) * POW( SIN( ( 118.732201- lng ) * PI( ) / 360 ), 2 ) + POW( 阅读全文
posted @ 2017-12-26 13:54 Sea_wxx 阅读(445) 评论(0) 推荐(0) 编辑
摘要: //根据身份证取 省份,生日,性别 function getInfo() { //获取输入身份证号码 var ic = $("#txtCardID").val(); ic = checkId(ic); if (isNaN(ic)) return; var ic = String(ic); //获取出 阅读全文
posted @ 2017-12-05 17:12 Sea_wxx 阅读(330) 评论(0) 推荐(0) 编辑
摘要: var num="320324199202106666"; function checkCardId(num){ num = num.toUpperCase(); //身份证号码为15位或者18位,15位时全为数字,18位前17位为数字,最后一位是校验位,可能为数字或字符X。 if (!(/(^\d 阅读全文
posted @ 2017-12-05 15:54 Sea_wxx 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 需要注入ServletContext @Autowiredprivate ServletContext servletContext;/** * 上传图片 */private String saveFile(MultipartFile file){ if (!file.isEmpty()) { tr 阅读全文
posted @ 2017-12-05 13:59 Sea_wxx 阅读(2156) 评论(0) 推荐(0) 编辑
摘要: <!-- 定时任务 --><task:annotation-driven/> <!-- 注入定时任务 --><bean id="TimerTaskTest01" class="com.heitian.ssm.util.TimerTaskTest01"></bean><task:scheduled-t 阅读全文
posted @ 2017-12-05 13:47 Sea_wxx 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页