摘要: //css //js 阅读全文
posted @ 2019-05-07 13:28 liw66 阅读(4418) 评论(0) 推荐(0) 编辑
摘要: 1.使用模板列 改变样式 获取嵌套数据{ field: '', width: '12%', title: '响应状态', sort: true, templet: function (d) { if (d.response.status ' + d.response.status + ''; } else if (d.respon... 阅读全文
posted @ 2019-04-30 16:00 liw66 阅读(315) 评论(0) 推荐(0) 编辑
摘要: $("[id='abc.def.birthday']") 阅读全文
posted @ 2019-04-25 11:20 liw66 阅读(206) 评论(0) 推荐(0) 编辑
摘要: //html //js //java 阅读全文
posted @ 2019-03-26 18:03 liw66 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: //导入包 import org.apache.commons.lang3.StringUtils //判断不为空 不包含空格 StringUtils.isNotEmpty(" ") = true //判断不为空 包含空格 StringUtils.isNotBlank(" ") = false //判断为空 不包含空格 StringUtils.isEmpty(null) ... 阅读全文
posted @ 2019-03-26 14:29 liw66 阅读(6705) 评论(0) 推荐(0) 编辑
摘要: // 导入包import org.springframework.beans.BeanUtils; /** * 调用工具复制2个对象之间的属性 2个JavaBean对象复制的属性名相同 浅拷贝 * @param target * @return */private Class2 copyProper 阅读全文
posted @ 2019-03-06 16:45 liw66 阅读(2656) 评论(0) 推荐(0) 编辑
摘要: $("#jstree").on("loaded.jstree", function (event, data) { var currDeptId = crm.getQueryString("deptId"); var root = data.instance.get_node(event.targe 阅读全文
posted @ 2019-02-26 09:57 liw66 阅读(3513) 评论(0) 推荐(0) 编辑
摘要: <!-- include 引用字段 --> <sql id="Base_Column_List"> D_RECID, D_USER_NAME, D_NAME, D_TYPE, ... </sql> <select id="select" resultMap="BaseResultMap" param 阅读全文
posted @ 2019-02-21 17:05 liw66 阅读(150) 评论(0) 推荐(0) 编辑
摘要: SELECT total.* FROM ( SELECT obj.uid, obj.score, CASE WHEN @rowtotal = obj.score THEN @rownum WHEN @rowtotal := obj.score THEN @rownum :=@rownum + 1 WHEN @rowtotal = 0 THEN ... 阅读全文
posted @ 2019-02-21 16:42 liw66 阅读(419) 评论(0) 推荐(0) 编辑
摘要: import java.util.Random; public class test_word { public static void main(String[] args) { System.out.println("五言绝句"); System.out.println(); for(int i=0;i=19968 && ch <= 64041) { resul... 阅读全文
posted @ 2019-02-13 16:35 liw66 阅读(736) 评论(0) 推荐(0) 编辑