自定义博客皮肤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)
  • 收藏
  • 关注

原创 CCF201909-2小明种苹果(续)java

题目代码public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int trees = scanner.nextInt(); scanner.nextLine(); int T = 0; int D =...

2019-10-09 18:37:03 220

原创 CCF201909-1小明种苹果java

CCF201909-1小明种苹果 java题目代码题目图片:代码public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int trees = scanner.nextInt(); int times = scanner.nextI...

2019-10-09 18:31:50 333

原创 webSocket+定时任务实时通知前台变化

后台发生变化时,可以通过实事件触发或者是定时任务,此处用的是定时任务1、WebSocketConfig配置类:/** * @program: wealth_management * @description: WebSocketConfig配置类 * @author: SGQ * @create: 2019/04/23 */@Configurationpublic class W...

2019-05-22 17:39:56 3290 1

原创 Spring-boot中下载excel报错java.lang.IllegalStateException: getOutputStream() has already been called 解决办法

**Spring-boot中下载excel报错java.lang.IllegalStateException: getOutputStream() has already been called 解决办法几种方式都试过返回值设为空(return null)或方法不返回参数(void),没用方法中增加@ResponseBody注释,没用前后端分离的需求,前端VUE写的,通过看代码,也没发...

2019-05-09 11:29:36 1666

空空如也

空空如也

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

TA关注的人

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