自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(7)
  • 收藏
  • 关注

转载 Spring Boot启动报错Failed to determine a suitable driver class

`***************************APPLICATION FAILED TO STARTDescription:Failed to configure a DataSource: 'url' attribute is not specified and no em...

2019-08-02 09:43:00 546

转载 [MySQL] MySQL8.0主从同步报错2061问题解决

背景:ubuntu使用docker安装了MySQL8.0.14,根据官网教程创建了主从同步账号、设置主从同步后启动同步报错2061,错误日志`[root@ldap1 modules]# mysql -uroot -pEnter password:Welcome to the MySQ...

2019-06-16 19:13:00 605

转载 第三方插件

一:第三方插件 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://github.com/jdg/MBProgressHUD 3:XML/HTML解...

2016-08-15 14:01:00 298

转载 swift请求数据的封装

//// DataRequest.swift// MyFirstSwiftDemo//// Created by JackRen on 16/5/30.// Copyright © 2016年 JackRen. All rights reserved.//...

2016-05-31 11:54:00 146

转载 iOS自定义年月日

//// JackDateAndDateView.m// ZHB//// Created by JackRen on 16/5/10.// Copyright © 2016年 atense. All rights reserved.//#import "JackDate...

2016-05-10 16:00:00 109

转载 iOS中UIView半边圆角设置

-(UIButton*)addButton{if(!_addButton){self.addButton=[UIButtonbuttonWithType:UIButtonTypeCustom];_addButton.fr...

2016-05-05 13:30:00 410

转载 iOS键盘的收起

/****************键盘收起**********************/IQKeyboardManager*manager=[IQKeyboardManagersharedManager];manager.enable=YES;ma...

2016-04-12 14:51:00 78

空空如也

空空如也

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

TA关注的人

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