自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Git常用命令

1、环境配置设置用户信息git config --global user.name “JavaChina”git config --global user.email “javaChina@qq.com”上面命令信息会保存在~/.gitconfig文件中2、获取git仓库先获取git仓库才能使用git对我们的代码进行版本控制获取git 仓库常用方式.1、在本地初始化一个git仓库步骤:- 在电脑的任意位置创建一个空目录(例如repo1)作为我们的本地Git仓库- 进入这个目

2021-04-23 15:21:28 450

原创 Thymeleaf

thymeleaf是一个xml、xhtml、html5模板引擎,可用于Web与非Web环境的应用开发,是一个开源的Java库Thymeleaf提供了一个用于整合Spring MVC的可选模块,在应用开发中,你可以使用Thymeleaf来完全代替JSP或其他模板引擎,如Velocity、FreeMarker等。主要目标在于提供一种可被浏览器正确显示的、格式良好的模板创建方式,因此也可以用作静态建模。它的特点便是:开箱即用,Thymeleaf允许您处理六种模板,每种模板称为模板模式:- - .

2021-04-22 18:55:33 875 1

原创 dubbo-zookeeper注册不上的一些问题

com.alibaba.dubbo.rpc.RpcException: No provider available from registry 127.0.0.1:2181 for service com.zhu.service.CheckItemService02 on consumer 172.20.10.2 use dubbo version 2.6.0, may be providers disabled or not registered ?在网上查了很久,大多无非是注解、dubbo配置错

2021-04-09 08:59:46 3152 1

原创 七牛云工具类

package com.itheima.utils;import com.google.gson.Gson;import com.qiniu.common.QiniuException;import com.qiniu.common.Zone;import com.qiniu.http.Response;import com.qiniu.storage.BucketManager;import com.qiniu.storage.Configuration;import com.qiniu.s

2021-04-08 22:18:50 154

原创 程序包javax.jnlp不存在

**程序包javax.jnlp不存在 **不小心加入了一个jnlp的包,把它删掉就可以了

2021-04-06 20:52:23 1473

原创 spring-security

org.springframework.security.authentication.BadCredentialsException: Bad credentials程序中是对密码加密了的,所以我用加密算法重新生成密码存到数据库中,就可以访问了。public class test2 {private static BCryptPasswordEncoder bCryptPasswordEncoder = new BCryptPasswordEncoder();public static Strin

2021-04-06 19:19:27 51

原创 {ResponseInfo:com.qiniu.http.Response@6b4a4e18,status:400, reqId:B_QAAAAcV57ASXEW, xlog:X-Log, xvia:

{ResponseInfo:com.qiniu.http.Response@6b4a4e18,status:400, reqId:B_QAAAAcV57ASXEW, xlog:X-Log, xvia:, adress:upload.qiniup.com/115.238.101.34:443, duration:0.000000 s, error:incorrect region, please use up-z2.qiniup.com}{“error”:“incorrect region, please

2021-03-31 09:47:38 4450

原创 Failed to meta-introspect annotation interface org.springframework.web.bind.annotation.RequestBody:

Failed to meta-introspect annotation interface org.springframework.web.bind.annotation.RequestBody: java.lang.NullPointerExceptionzookeeper +Dubbo 项目:后端一直出现空指针异常,前端页面用开发者工具查看是可以发送ajax请求传送数据的,到后端一直null,@Reference导dubbo包也没有错。也不是zookeeper-dubbo的问题最终,查看spr

2021-03-27 21:22:20 1851 2

空空如也

空空如也

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

TA关注的人

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