06 2020 档案
摘要:public class Global { public static final String YES = "1"; private static final String NO="0"; public static Object getConst(String field){ try { ret
阅读全文
摘要:JDK1.5中,String类新增了一个很有用的静态方法String.format():format(Locale l, String format, Object... args) 使用指定的语言环境、格式字符串和参数返回一个格式化字符串。format(String format, Object.
阅读全文
摘要:首先获取子页面当前已选中行对象,包含多选var datas = dt.rows('.selected').data();或者当前点击行对象,可参考https://www.cnblogs.com/ketoli/p/13140761.htmlvar datas = layui.jquery("#appT
阅读全文
摘要:{ data: "billNo", bSortable: false, width: 100, className: 'center', render: function (data, type, full, meta) { if(isNull(full.fbsStatus) || full.fbs
阅读全文
摘要:String[] corpIds = new String[1,2,3];if (!Arrays.asList(corpIds).contains(corp.getCorpId())){ continue;}
阅读全文
摘要:四条边框透明 :style="border: 1px solid transparent !important;" 底边透明 style="border-bottom: 1px solid transparent !important;" 左边透明 style="border-left: 1px s
阅读全文