自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 根据图片URL下载到压缩包

根据图片URL下载到压缩包

2023-03-03 11:02:43 195 1

原创 java生成文字二维码、url二维码

java生成文字二维码、url二维码

2023-03-03 10:51:45 1184

原创 can not register RM,err:can not connect to services-server.

can not register RM,err:can not connect to services-server使用seata0.9 有时报 can not register RM,err:can not connect to services-server. 这个错 加上版本号 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId

2020-12-09 15:08:07 11619

原创 seata关于‘dataSourceProxy‘创建失败异常

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSourceProxy’ defined in class path resource [com/scl/config/DataSourceProxyConfig.class]: Bean instantiation via factory method failed使用seata时 datasourc

2020-12-09 14:57:02 3691

原创 虚拟机centos7 xshell连接不上虚拟机情况, net模式ping不通百度情况

一、centos7 xshell连接不上虚拟机win+R 然后 输入services.msc 打开服务看这俩服务开没开看这俩网络开没开xshell里:二、ping不同百度(net模式、自定义IP地址)命令行:vi /etc/sysconfig/network-scripts/ifcfg-ens33BOOTPROTO=“dhcp”改为:BOOTPROTO=“static”最后加上IPADDR=192.168.2.131 NETMASK=

2020-11-13 20:53:10 360

原创 maven项目关于target目录没有生成xml、properties等文件问题

问题描述:我在maven第一次弄了父子项目,然后tomcat,启动失败,报异常: class path resource [applicationContext.xml] cannot be opened because it does not exist再看target目录没有配置文件解决方案:需要在pom.xml文件中添加: <build> <resources> <resource> <di

2020-11-02 23:12:21 3544 4

原创 Layui表格日期格式显示

,{ field: 'hiredate',title: '聘用日期',width: 170, templet: '<div>{{ layui.util.toDateString(d.pressTime, "yyyy-MM-dd HH:mm:ss") }}</div>' }

2020-10-31 21:56:30 446

原创 静态资源导出问题,xml文件、properties文件

<build> <!-- 静态资源导出问题 目的是把src/main/java和src/main/resource目录中的xml文件和properties配置文件包含到输出结果中,输出到classes目录中 --> <resources> <resource> <directory>src/main/java</directory>&...

2020-10-30 14:50:34 279

原创 spring的applicationContext.xml的文件头

spring的applicationContext.xml文件的文件头<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org

2020-10-30 14:40:55 174

空空如也

空空如也

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

TA关注的人

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