会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
上善¤若水
博客园
首页
新随笔
联系
订阅
管理
2017年4月20日
bootstrap table 增加复选框
摘要: <s:iterator value="allAohSapLog" id="id"><tr><s:if test="parentId==2"> <td><input type="checkbox" name="checkItem" value="<s:property value="id" />"/>
阅读全文
posted @ 2017-04-20 14:03 上善¤若水
阅读(23056)
评论(0)
推荐(0)
2017年4月10日
ORACLE列值合并
摘要: select sfc,repair_index,listagg(method,'/') within group (order by sfc)as method from MES2_BYD_REPAIR_OPERATION where method is not null group by sfc,
阅读全文
posted @ 2017-04-10 13:29 上善¤若水
阅读(1491)
评论(0)
推荐(0)
ORACLE 去掉末尾的逗号
摘要: select TRIM(',' from name) as name from t
阅读全文
posted @ 2017-04-10 10:30 上善¤若水
阅读(2364)
评论(0)
推荐(0)
2017年4月7日
POI数据导出
摘要: import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotati
阅读全文
posted @ 2017-04-07 10:29 上善¤若水
阅读(493)
评论(0)
推荐(0)
2017年4月5日
EXCEL导出备注
摘要: Drawing patriarch=ws.createDrawingPatriarch(); hcomment = (XSSFComment) patriarch.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, (short)colIndex,r
阅读全文
posted @ 2017-04-05 15:41 上善¤若水
阅读(439)
评论(0)
推荐(0)
2017年3月29日
ORACLE 按中文 排序
摘要: order by translate(t.factory,'一二三四五六七','1234567')
阅读全文
posted @ 2017-03-29 10:08 上善¤若水
阅读(260)
评论(0)
推荐(0)
ORACLE ROUND 保留小数 小数点附近少0处理方式
摘要: to_char(round((t4.real_value/t4.target_value)*100,2),'fm99999999990.00'))||'%'
阅读全文
posted @ 2017-03-29 10:07 上善¤若水
阅读(6929)
评论(0)
推荐(1)
ORACLE 制定时间 加N月
摘要: select to_char(to_date(:BEGIN_TIME,'yyyy-mm') - INTERVAL 'N' MONTH ,'yyyy-mm') from dual
阅读全文
posted @ 2017-03-29 10:04 上善¤若水
阅读(179)
评论(0)
推荐(0)
ORACLE 计算时间区间
摘要: buffer.append(" with date_info as("); buffer.append(" select to_date('"+param.get("BEGIN_TIME")+"','yyyy-mm-dd') as start_date,"); buffer.append(" to_
阅读全文
posted @ 2017-03-29 10:01 上善¤若水
阅读(1091)
评论(0)
推荐(0)
2017年3月27日
bootstrap 鼠标悬浮显示备注信息 两种实现方式
摘要: 一,(默认黑色字体白色背景) sb.append("<td><a data-content='"+rowData[8]+"'>").append(rowData[4]).append("</a></td>"); $(function(){ // 初始化 popover,触发方式为手动触发 $('a'
阅读全文
posted @ 2017-03-27 09:16 上善¤若水
阅读(7718)
评论(0)
推荐(0)
下一页
公告