自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 IE11 返回缓存

if (window.history && window.history.pushState) { $(window).on('popstate', function () { window.history.pushState('forward', null, '#'); window.history.forward(1); }); } window....

2018-03-27 17:49:11 927

转载 poi 导入处理手机号码

当使用poi技术导入excel中的纯数字内容过长时服务端接受到的数据内容会转换为科学计数法13888882222      ------>   1.388882222eString value = ""; if(null==cell){ return value; } switch (cell.getCellType()) { //数值型 case Cell....

2018-03-27 11:07:39 2868

转载 java 处理下载文件名显示乱码问题

/**       *        * @Title: processFileName       *        * @Description: ie,chrom,firfox下处理文件名显示乱码       */       public static String processFileName(HttpServletRequest request, String fileN

2015-07-17 16:45:31 259

原创 java 判断浏览器类型

// 解决中文文件名乱码问题           if (request.getHeader("User-Agent").toLowerCase()                   .indexOf("firefox") > 0) {                   fname = new String(fileName.getBytes("UTF-8"), "ISO8859-1")

2015-07-17 16:20:10 392

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除