自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 资源 (1)
  • 收藏
  • 关注

转载 反序列化 忽略属性方法

2018-12-13 19:14:17 985

转载 rest

https://blog.csdn.net/soul_code/article/details/54139709https://www.jianshu.com/p/3423fa97d185https://springcloud.cc/spring-data-rest-zhcn.html

2018-12-12 14:18:20 137

原创 读取json文件数据

ClassPathResource responseResource = new ClassPathResource(路径);//String responseJson = new String (Files.readAllBytes(responseResource.getFile().toPath()),  //读取json文件的数据 

2018-12-07 17:43:35 560

转载 mock基本入门介绍

https://blog.csdn.net/wwh578867817/article/details/51934404 https://blog.csdn.net/xiao_xuwen/article/details/52890730

2018-11-30 15:34:38 1663

转载 mysql忘记了密码怎么办

https://blog.csdn.net/u014227785/article/details/80178709

2018-11-23 17:03:35 145

转载 maven安装jar包 ,支付宝退款

https://blog.csdn.net/chl191623691/article/details/78081680

2018-11-12 14:59:01 136

转载 mybatis sql语句 查询当天 当月 时间的数据

https://www.cnblogs.com/softidea/p/6387649.html

2018-11-09 16:19:31 13000

转载 七牛云简单使用

https://blog.csdn.net/Tomwildboar/article/details/81666338?utm_source=blogxgwz0

2018-10-26 14:45:41 162

转载 序列化 和反序列化

https://www.cnblogs.com/wangg-mail/p/4354709.html(转载)

2018-10-17 10:47:22 100

原创 StringUtils的两种方法

1 isNotEmpty(str)等价于 str != null && str.length > 02 isNotBlank(str) 等价于 str != null && str.length > 0 && str.trim().length > 0

2018-10-11 19:31:02 86

原创 订单表 主订单表 订单详情表

 主订单对应多个自订单 一对多   

2018-09-28 15:10:16 9646

原创 快速打开CMD中的目录

1.在相应窗口栏 输入cmd  按end2.redis连接命令 在redis目录下 输入命令......>redis-cli.exe -h 127.0.0.1 -p 6379

2018-09-19 16:17:00 164

原创 BeanUtils和PropertyUtils用法

BeanUtils.copyProperties("转换后的类", "要转换的类"); 属性名要一样  数据类型不一样 可以自动转化PropertyUtils.copyProperties("转换后的类", "要转换的类");

2018-09-19 15:53:37 273

原创 mybatis查询返回类型值为int 得到null报错的解决方法

数据库用的mysqlselect IFNULL(max(p_usable_sku_num),0) as p_usable_sku_num from promotion_temp_stock where sku_code=#{id}</select>之前用ifnull(p_usable_sku_num,0) 还是报错后来改成上面的 运行成功...

2018-09-13 11:14:23 2827

原创 Timestamp的相关用法

Timestamp timestamp1 = new Timestamp((new Date()).getTime()); 获取当前时间,时间格式为2018-09-13 10:35:48.873timestamps类型,当前时间减一秒SimpleDateFormat d = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");Timestamp ...

2018-09-13 11:07:58 2204 1

ssm的完整demo

完整的ssm开发demo , 数据库mysql , 只有两个字段 age name

2018-10-12

空空如也

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

TA关注的人

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