- 博客(4)
- 收藏
- 关注
原创 java处理图片公共方法
/** * 处理图片 处理图片公共方法 * @param img * @param poster * @throws Exception */ public String posterImg( byte[] img, String type) throws Exception
2014-12-19 14:13:40
384
转载 java数字大写转换小程序
//数字转换成大写并返回 public static String changeToBig( double value){ char[] hunit = { '拾', '佰', '仟' }; // 段内位置表示 char[] vunit = { '万', '亿' }; // 段名表示 char[] di
2014-12-19 14:01:00
381
原创 导出直接输出流下载功能(带弹出框)
try{//根据系统时间得到文件名String filename = String.valueOf(System.currentTimeMillis()).concat(".xls" );// 设置下载时客户端Excel的名称response.setContentType("application/vnd.ms-excel" );response.setHeader
2014-12-19 13:58:28
429
转载 java去除周末计算天数
/** * 结束时间减去开始时间除去周末的天数 * @param strStartDate * @param strEndDate * @return 天数 */ public static int getDutyDays(String strStartDate,String strEndDate) { Simpl
2014-12-19 13:56:19
1208
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人