摘要:
//css //js 阅读全文
摘要:
1.使用模板列 改变样式 获取嵌套数据{ field: '', width: '12%', title: '响应状态', sort: true, templet: function (d) { if (d.response.status ' + d.response.status + ''; } else if (d.respon... 阅读全文
摘要:
$("[id='abc.def.birthday']") 阅读全文
摘要:
//html //js //java 阅读全文
摘要:
//导入包 import org.apache.commons.lang3.StringUtils //判断不为空 不包含空格 StringUtils.isNotEmpty(" ") = true //判断不为空 包含空格 StringUtils.isNotBlank(" ") = false //判断为空 不包含空格 StringUtils.isEmpty(null) ... 阅读全文
摘要:
// 导入包import org.springframework.beans.BeanUtils; /** * 调用工具复制2个对象之间的属性 2个JavaBean对象复制的属性名相同 浅拷贝 * @param target * @return */private Class2 copyProper 阅读全文
摘要:
$("#jstree").on("loaded.jstree", function (event, data) { var currDeptId = crm.getQueryString("deptId"); var root = data.instance.get_node(event.targe 阅读全文
摘要:
<!-- include 引用字段 --> <sql id="Base_Column_List"> D_RECID, D_USER_NAME, D_NAME, D_TYPE, ... </sql> <select id="select" resultMap="BaseResultMap" param 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文