会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一个写代码的人
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2018年4月18日
返回主键
摘要: insert into user(username,birthday,sex,address) value(#{username},#{birthday},#{sex},#{address}) ...
阅读全文
posted @ 2018-04-18 11:28 一个写代码的人
阅读(609)
评论(0)
推荐(0)
2018年4月17日
ajax
摘要: $.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 一个写代码的人
阅读(158)
评论(0)
推荐(0)
2018年4月8日
jsp字符省略
摘要: <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 一个写代码的人
阅读(367)
评论(1)
推荐(0)
2018年3月12日
list转json
摘要: List<UpmsOrganization> organizationList = upmsApiService.selectUpmsOrganizationByExample(upmsOrganizationExample);String jsonString = JSON.toJSONStrin
阅读全文
posted @ 2018-03-12 15:24 一个写代码的人
阅读(1345)
评论(0)
推荐(0)
2018年2月10日
jeesite导入导出
摘要: $("#btnImport").click(function() { $.jBox($("#importBox").html(), {title:"导入数据", buttons:{"关闭":true}, bottomText:"导入文件不能超过5M,仅允许导入“xls”或“xlsx”格式文件!"})
阅读全文
posted @ 2018-02-10 15:30 一个写代码的人
阅读(3086)
评论(0)
推荐(0)
2018年2月9日
jeesite下载
摘要: 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 一个写代码的人
阅读(387)
评论(0)
推荐(0)
2018年2月8日
百度echart
摘要: 在ECharts中主要通过 on 方法添加事件处理函数,ECharts中的事件主要分为两种,1)鼠标事件,在鼠标click or hove 时触发鼠标事件; 2)另外一种是在ECharts在做图形交互时触发的事件,即调用dispatchAction 后触发的事件。 鼠标事件:'click','dbl
阅读全文
posted @ 2018-02-08 11:53 一个写代码的人
阅读(268)
评论(0)
推荐(0)
2018年2月7日
js获取日期
摘要: var now = new Date(); //当前日期 var nowDayOfWeek = now.getDay(); //今天本周的第几天 var nowDay = now.getDate(); //当前日 var nowMonth = now.getMonth(); //当前月 var no
阅读全文
posted @ 2018-02-07 16:58 一个写代码的人
阅读(234)
评论(0)
推荐(0)
清除svn
摘要: @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 一个写代码的人
阅读(153)
评论(0)
推荐(0)
2018年2月2日
父子窗口
摘要: <%@ 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 一个写代码的人
阅读(204)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告