摘要:
insert into user(username,birthday,sex,address) value(#{username},#{birthday},#{sex},#{address}) ... 阅读全文
摘要:
$.ajax({url:"${ctx}/hmd/hmdBaoguang/deleteByIds", async:false, type: 'POST', cache: false, processData: false, contentType: false, dataType:"json",dat 阅读全文
摘要:
<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> 阅读全文
摘要:
List<UpmsOrganization> organizationList = upmsApiService.selectUpmsOrganizationByExample(upmsOrganizationExample);String jsonString = JSON.toJSONStrin 阅读全文
摘要:
$("#btnImport").click(function() { $.jBox($("#importBox").html(), {title:"导入数据", buttons:{"关闭":true}, bottomText:"导入文件不能超过5M,仅允许导入“xls”或“xlsx”格式文件!"}) 阅读全文
摘要:
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 阅读全文
摘要:
在ECharts中主要通过 on 方法添加事件处理函数,ECharts中的事件主要分为两种,1)鼠标事件,在鼠标click or hove 时触发鼠标事件; 2)另外一种是在ECharts在做图形交互时触发的事件,即调用dispatchAction 后触发的事件。 鼠标事件:'click','dbl 阅读全文
摘要:
var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var no 阅读全文
摘要:
@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 阅读全文