上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
摘要: package com.xxx.xxx.xxx.util; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.math.BigDecimal; import java.text.SimpleDat 阅读全文
posted @ 2020-11-18 14:43 爱跳舞的程序员 阅读(825) 评论(0) 推荐(0)
摘要: html代码 <a class="btn btn-primary fa fa-export" href="javascript:void(0);" onclick="expExcel()"><span>导出excel</span></a> js代码 function expExcel() { var 阅读全文
posted @ 2020-11-18 12:03 爱跳舞的程序员 阅读(346) 评论(0) 推荐(0)
摘要: 简洁版 package com.xxx.xxx.platform.util; import java.io.OutputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServle 阅读全文
posted @ 2020-11-18 11:49 爱跳舞的程序员 阅读(5684) 评论(0) 推荐(0)
摘要: <a href="javascript:void(0);" id="saveMyForm"><span>保存</span></a> $("#saveMyForm").click(function() { layer.prompt({ title : 'xxxx', btn:['yes','no'], 阅读全文
posted @ 2020-11-12 09:28 爱跳舞的程序员 阅读(2359) 评论(0) 推荐(0)
摘要: //js对象date的date.getDay()方法 function pFn(rq){ var d = convertDateFromString(rq); var weekday=new Array(7) /* weekday[0]="星期天"; weekday[1]="星期一"; weekda 阅读全文
posted @ 2020-11-12 09:13 爱跳舞的程序员 阅读(106) 评论(0) 推荐(0)
摘要: --授予dba权限 grant dba to userName --回收dba权限 revoke dba from userName --授予用户登录数据库的权限: grant create session to userName; --授予用户操作表空间的权限: grant unlimited t 阅读全文
posted @ 2020-11-11 10:54 爱跳舞的程序员 阅读(3207) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-11-10 19:19 爱跳舞的程序员 阅读(56) 评论(0) 推荐(0)
摘要: html代码 <a class="btn btn-primary fa fa-export" href="javascript:void(0);" onclick="expExcel()"><span>导出excel</span></a> js代码 function expExcel() { var 阅读全文
posted @ 2020-11-09 17:37 爱跳舞的程序员 阅读(323) 评论(0) 推荐(0)
摘要: //看红色部分代码即可function expExcel() { var ids=new Array(); $("input:checkbox:checked").each(function(){ ids.push($(this).attr("id")); }); if(ids.length==0) 阅读全文
posted @ 2020-11-09 17:17 爱跳舞的程序员 阅读(1891) 评论(0) 推荐(0)
摘要: package com.xx; import org.apache.poi.hssf.usermodel.*; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.ss.usermodel.*; import org.ap 阅读全文
posted @ 2020-11-09 17:07 爱跳舞的程序员 阅读(254) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页