自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 eclipse部署web工程报 There are no resources that can be added or removed from the server.

在网上找了一大堆都没解决问题 后面在maven里 update project好了

2019-04-10 11:56:44 390

原创 JAVA、MySQL时间格式12和24小时制

Date date=new Date(); //转换成时间格式12小时制 SimpleDateFormat df_12=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); //转换成时间格式24小时制 SimpleDateFormat df_24=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");12小时的...

2019-04-08 18:45:10 4052

原创 Mybatis 同时传入对象和多个参数

接口文件使用 @param 注解 /** * @author lenovo *@param ContingencyPlanApplyVo cv 对象 *@param String territoryCode 参数 *@return List<ContingencyPlanApplyVo> */List<ContingencyPlanApply...

2019-04-03 10:44:15 13069

iReport-5.6.0

iReport-5.6.0解析jasper文件,

2019-04-15

Spring+SpringMVC+hibernate集成jar包

包含springmvc+spring+hibernate集成所需要的所有的jar包

2018-01-11

空空如也

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

TA关注的人

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