摘要:
<s:iterator value="allAohSapLog" id="id"><tr><s:if test="parentId==2"> <td><input type="checkbox" name="checkItem" value="<s:property value="id" />"/> 阅读全文
摘要:
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, 阅读全文
摘要:
select TRIM(',' from name) as name from t 阅读全文
摘要:
import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotati 阅读全文
摘要:
Drawing patriarch=ws.createDrawingPatriarch(); hcomment = (XSSFComment) patriarch.createCellComment(new XSSFClientAnchor(0, 0, 0, 0, (short)colIndex,r 阅读全文
摘要:
order by translate(t.factory,'一二三四五六七','1234567') 阅读全文
摘要:
to_char(round((t4.real_value/t4.target_value)*100,2),'fm99999999990.00'))||'%' 阅读全文
摘要:
select to_char(to_date(:BEGIN_TIME,'yyyy-mm') - INTERVAL 'N' MONTH ,'yyyy-mm') from dual 阅读全文
摘要:
buffer.append(" with date_info as("); buffer.append(" select to_date('"+param.get("BEGIN_TIME")+"','yyyy-mm-dd') as start_date,"); buffer.append(" to_ 阅读全文
摘要:
一,(默认黑色字体白色背景) sb.append("<td><a data-content='"+rowData[8]+"'>").append(rowData[4]).append("</a></td>"); $(function(){ // 初始化 popover,触发方式为手动触发 $('a' 阅读全文