摘要: http://blog.csdn.net/kofandlizi/article/details/7323863 阅读全文
posted @ 2019-04-14 13:53 那些年的代码 阅读(262) 评论(0) 推荐(0) 编辑
摘要: decode(条件,值1,返回值1,值2,返回值2,...值n,返回值n,缺省值) 该函数的含义如下: IF 条件=值1 THEN RETURN(翻译值1) ELSIF 条件=值2 THEN RETURN(翻译值2) ...... ELSIF 条件=值n THEN RETURN(翻译值n) ELSE 阅读全文
posted @ 2019-04-14 13:53 那些年的代码 阅读(1378) 评论(0) 推荐(0) 编辑
摘要: wm_concat函数 首先让我们来看看这个神奇的函数wm_concat(列名),该函数可以把列值以","号分隔起来,并显示 阅读全文
posted @ 2019-04-14 13:52 那些年的代码 阅读(671) 评论(0) 推荐(0) 编辑
摘要: List<TjfxDTO> cyjbList = new ArrayList<TjfxDTO>(); cyjbList=tjfxService.cyjb_wcjd(tjfxDTO); if(cyjbList != null && cyjbList.size()>0){ for(int i=0;i<c 阅读全文
posted @ 2019-04-14 13:50 那些年的代码 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 返回的map对象在!=null的时候有两种情况,一种是没有数据 返回的是{},另外一种是有数据。 判断的时候map!=null&&!map.isEmpty() <!--5f39ae17-8c62-4a45-bc43-b32064c9388a:W3siYmxvY2tJZCI6IjgydWZydzE0O 阅读全文
posted @ 2019-04-14 12:14 那些年的代码 阅读(425) 评论(0) 推荐(0) 编辑
摘要: $(function () { var allBox = $(":checkbox"); allBox.click(function () { allBox.removeAttr("checked"); $(this).attr("checked", "checked"); }); }); $(fu 阅读全文
posted @ 2019-04-12 22:25 那些年的代码 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: onkeyup 阅读全文
posted @ 2019-04-12 22:24 那些年的代码 阅读(1184) 评论(0) 推荐(0) 编辑
摘要: 配置两个环境变量: 名:TNS_ADMIN 值:tnsnames.ora所在目录 名:NLS_LANG 值:SIMPLIFIED CHINESE_CHINA.ZHS16GBK 配置plsql tools->preferences->connection Oracle Home=tnsnames.or 阅读全文
posted @ 2019-04-12 22:24 那些年的代码 阅读(555) 评论(0) 推荐(0) 编辑
摘要: <view:qrytr attributes="class=zcrzs"> </view:qrytr> var bd11 = $("tr[class='bd11']"); for(var i=0;i<bd11.length;i++){ bd11[i].style.display = ""; } va 阅读全文
posted @ 2019-04-12 22:15 那些年的代码 阅读(1465) 评论(0) 推荐(0) 编辑
摘要: <s:if test="#attr.info.RLZT==1"> <a style="cursor:hand;" onclick="show('checkbox_sizemodellist','${info.ZJ}','${info.DXMC}')" >指派 </a> </s:if> <s:else 阅读全文
posted @ 2019-04-12 22:14 那些年的代码 阅读(568) 评论(0) 推荐(0) 编辑