摘要: insert into user(username,birthday,sex,address) value(#{username},#{birthday},#{sex},#{address}) ... 阅读全文
posted @ 2018-04-18 11:28 一个写代码的人 阅读(601) 评论(0) 推荐(0) 编辑
摘要: $.ajax({url:"${ctx}/hmd/hmdBaoguang/deleteByIds", async:false, type: 'POST', cache: false, processData: false, contentType: false, dataType:"json",dat 阅读全文
posted @ 2018-04-17 11:14 一个写代码的人 阅读(149) 评论(0) 推荐(0) 编辑
摘要: <c:choose> <c:when test="${fn:length(wk.title)>5}">${fn:substring(wk.title,0 ,5 )}......</c:when> <c:otherwise>${wk.title}</c:otherwise></c:choose> 阅读全文
posted @ 2018-04-08 17:47 一个写代码的人 阅读(353) 评论(1) 推荐(0) 编辑
摘要: List<UpmsOrganization> organizationList = upmsApiService.selectUpmsOrganizationByExample(upmsOrganizationExample);String jsonString = JSON.toJSONStrin 阅读全文
posted @ 2018-03-12 15:24 一个写代码的人 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: $("#btnImport").click(function() { $.jBox($("#importBox").html(), {title:"导入数据", buttons:{"关闭":true}, bottomText:"导入文件不能超过5M,仅允许导入“xls”或“xlsx”格式文件!"}) 阅读全文
posted @ 2018-02-10 15:30 一个写代码的人 阅读(3060) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 阅读全文
posted @ 2018-02-09 16:45 一个写代码的人 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 在ECharts中主要通过 on 方法添加事件处理函数,ECharts中的事件主要分为两种,1)鼠标事件,在鼠标click or hove 时触发鼠标事件; 2)另外一种是在ECharts在做图形交互时触发的事件,即调用dispatchAction 后触发的事件。 鼠标事件:'click','dbl 阅读全文
posted @ 2018-02-08 11:53 一个写代码的人 阅读(249) 评论(0) 推荐(0) 编辑
摘要: var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var no 阅读全文
posted @ 2018-02-07 16:58 一个写代码的人 阅读(228) 评论(0) 推荐(0) 编辑
摘要: @echo on color 2f mode con: cols=80 lines=25 @REM @echo 正在清理SVN文件,请稍候...... @rem 循环删除当前目录及子目录下所有的SVN文件 @rem for /r . %%a in (.) do @if exist "%%a\.svn 阅读全文
posted @ 2018-02-07 14:14 一个写代码的人 阅读(136) 评论(0) 推荐(0) 编辑
摘要: <%@ page contentType="text/html;charset=UTF-8" %><%@ include file="/WEB-INF/views/include/taglib.jsp"%><html><head> <title>开单管理</title> <meta name="de 阅读全文
posted @ 2018-02-02 16:07 一个写代码的人 阅读(196) 评论(0) 推荐(0) 编辑