E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
autoconf
Feign源码分析(2)
MethodhastoomanyBodyparameters异常Feign实现多文件上传springcloudfeign(包含上传文件和下载文件)Feign实现多文件上传,OpenFeign多文件上传解决方案文章目录Feign
AutoConf
igurationFeignContextNamedContextFactoryFeignClientsConfiguration
ps酷教程
·
2023-11-29 00:10
spring
cloud
java
spring
spring
boot
SpringBoot自动配置注入Bean工具
autoconf
igure
依赖org.springframework.bootspring-boot-
autoconf
igureyml配置student:red:com.ma.config.MinIOConfigPropertiesspring.factoriesorg.springframework.boot.
autoconf
igure.Enable
AutoConf
iguration
春来我不先开口,哪个虫儿敢作声?
·
2023-11-28 22:20
SpringBoot
spring
boot
java
spring
四、Web开发(8)
错误处理机制1)、SpringBoot默认的错误处理机制默认效果:1)、浏览器,返回一个默认的错误页面浏览器发送请求的请求头:2)、如果是其他客户端,默认响应一个json数据原理:可以参照ErrorMvc
AutoConf
iguration
吴国友
·
2023-11-28 19:56
SpringBoot——自定义start
优质博文:IT-BLOG-CN一、Mybatis实现start的原理首先在写一个自定义的start之前,我们先参考下Mybatis是如何整合SpringBoot:mybatis-spring-boot-
autoconf
igure
程序猿进阶
·
2023-11-28 16:16
SpringBoot
spring
boot
java
后端
spring
开发语言
职场和发展
性能优化
java forward 修改请求参数_聊聊springboot session timeout参数设置
ServerPropertiesspring-boot-
autoconf
igure-1.5.8.RELEASE-sources.jar!
AI Starter
·
2023-11-28 06:58
java
forward
修改请求参数
SpringBoot——错误处理机制
可以参照ErrorMvc
AutoConf
iguration这个类。
is.lizhichao
·
2023-11-28 03:15
SpringBoot
SpringBoot——web开发之错误处理机制
一、SpringBoot提供的默认错误处理1、在浏览器端访问时,出现错误时响应一个错误页面:2、在其他客户端访问时,响应json数据:3、错误处理机制的原理,参照错误自动配置类——ErrorMvc
AutoConf
iguration
如不來
·
2023-11-28 03:44
SpringBoot
九、SpringBoot——默认错误页面&错误页面定制
)浏览器,返回一个默认的错误页面浏览器发送请求的请求头2)如果是其他客户端(app),默认响应一个json数据(postman模拟)客户端的请求头3)springboot错误处理原理:ErrorMvc
AutoConf
iguration
仁钦宝
·
2023-11-28 03:41
SpringBoot
SpringBoot——定制错误页面及原理
二、原理分析参照ErrorMvc
AutoConf
iguration类:错误处理的自动配置类,
程序猿进阶
·
2023-11-28 03:08
SpringBoot
spring
boot
java
后端
spring
职场和发展
开发语言
性能优化
Hikari数据源配置
核心配置类importjavax.sql.DataSource;importorg.springframework.boot.
autoconf
igure.jdbc.DataSourceProperties
黄晶谛
·
2023-11-28 02:53
java
springboot 返回problem+json
spring所有配置都在WebMvc
AutoConf
iguration中其中有ProblemDetailsExceptionHandler容器中的一个组件-@ControllerAdvice用来集中处理异常的
qq_41170818
·
2023-11-27 18:26
spring
boot
后端
java
springboot 自动配置
1.O(∩_∩)O对应功能的starter--
autoconf
igure--寻找
autoconf
igure的META-INF/spring/org.springframework.boot.
autoconf
igure.
Autoconf
iguration.imports
qq_41170818
·
2023-11-27 18:26
spring
boot
后端
java
springboot核心原理之@SpringbootApplication
@SpringbootApplication@Configuration标志的类在springioc启动的时候就会加载创建这个类对象@Enable
AutoConf
iguration中有两个注解(1)@
AutoConf
igurationPackage
qq_41170818
·
2023-11-27 18:12
spring
boot
java
后端
SpringBoot进阶——解释springboot的自动配置原理
@Enable
AutoConf
iguration关闭数据源的自动配置;3.@EnableConfigurationProperties该对象中保存了从yml文件中所读取的
Perley620
·
2023-11-27 05:08
SpringBoot
spring
boot
后端
java
Redis锁解决超卖问题
一、主配置类和Redis配置类(1)主配置类@SpringBootApplication(exclude={DataSource
AutoConf
iguration.class})publicclassBootRedis01Application
北城以北1988
·
2023-11-27 05:46
redis
java
数据库
springboot主函数启动打印美女字符图案
packagecom.example.training;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconf
igure.SpringBootApplication
桃花妖殿下
·
2023-11-27 00:10
后端
spring
boot
spring
java
springboot关闭启动时打印spring图标标志日志
importorg.springframework.boot.Banner;importorg.springframework.boot.SpringApplication;importorg.springframework.boot.
autoconf
igure.SpringBootApplication
无、涯
·
2023-11-27 00:07
springboot
spring
boot
springboot启动分析(三)
@SpringBootApplication主要是如下三个注解:SpringBootConfigurationEnable
AutoConf
igurationComponentScan@Target(ElementType.TYPE
braveheart075
·
2023-11-26 18:05
【微服务专题】SpringBoot自动配置简单源码解析
目录前言阅读对象阅读导航前置知识什么是自动配置0.1基本概念0.2SpringBoot中的【约定大于配置】0.3从SpringMVC看【约定大于配置】0.4从Redis看【约定大于配置】0.5小结笔记正文一、@Enable
AutoConf
iguration
验证码有毒
·
2023-11-26 14:21
tuling学院学习笔记
Java
微服务
spring
boot
golang使用protocol-buffers简单示例
Protobuf下载gitclonehttps://github.com/protocolbuffers/protobuf.git解压unzipprotobuf.zip安装依赖sudoapt-getinstall
autoconf
automakelibtoolcurlmakeg
张勇MRCHAR
·
2023-11-26 09:16
golang
go
protobuf
ubuntu18.04安装protobuf-c
1、先安装protobufsudoapt-getinstall
autoconf
automakelibtoolcurlmakeg++unzipgitclonehttps://github.com/protocolbuffers
victorhugoliu
·
2023-11-25 17:41
linux应用编程
protobuf-c
ubuntu安装protobuf 指南
protobuf不成功,特此记录一下如何解决的下载源码从github或者Gitee下载protobuf源码Gitee地址GitHub地址环境准备确保系统安装了以下软件:sudoapt-getinstall
autoconf
automakelibtoolcurlmakeg
南风北雨
·
2023-11-25 17:10
ubuntu
git
github
ubuntu18.04安装protobuf
安装步骤sudoapt-getinstall
autoconf
automakelibtoolcurlmakeg++unzipgitclonehttps://github.com/protocolbuffers
木可木可❀
·
2023-11-25 17:10
Linux
gnu
服务器
ubuntu
ubuntu20.04安装protobuf
1、安装automake工具sudoapt-getinstall
autoconf
automakelibtool2、下载protobufwgethttps://github.com/protocolbuffers
code_pgf
·
2023-11-25 17:36
開發環境配置
ubuntu
linux
运维
Spring Boot 自动装配的原理
SpringBoot自动装配1.自动装配的原理1.1自动装配的实现1.1.1@Enable
AutoConf
iguration1.1.2
AutoConf
igurationImportSelector1.2
奋进的叨叨
·
2023-11-25 09:05
spring
spring
boot
java
聊聊tomcat的connection-timeout
序本文主要研究一下tomcat的connection-timeoutServerProperties.Tomcatorg/springframework/boot/
autoconf
igure/web/ServerProperties.javapublicstaticclassTomcat
hello_ejb3
·
2023-11-25 03:21
tomcat
java
eslint
控制代码规范settings{"debug.console.fontFamily":"","typescript.locale":"zh-CN","minapp-vscode.disable
AutoConf
ig
dongsdh
·
2023-11-25 02:11
vsCode编辑器
vue.js
php7.3 安装 zip 模块
apkadd
autoconf
apkaddgccapkaddg++apkaddmake#apkaddcmake#安装libzip依赖wgethttps://nih.at/libzip/libzip-1.2.0
xchenhao
·
2023-11-24 20:44
运维
php
zip
libzip
pecl
zipconf
linux redis导出数据,redis数据导入导出集群工具
redis单节点数据导入集群官方地址:http://www.oschina.net/p/redis-migrate-tool##安装依赖```apt-getinstall
autoconf
automakelibtoollibffi-devmake
Xros Liang
·
2023-11-24 17:25
linux
redis导出数据
libtiff yum安装_在linux系统运维下安装tesseract教程
centos下安装:centos7安装依赖库安装centos系统依赖yuminstall-yautomake
autoconf
libtoolgccgcc-c++yuminstall-ylibpng-devellibjpeg-devellibtiff-develyu
李念橙橙
·
2023-11-24 15:01
libtiff
yum安装
随笔记录-springmvc_ResourceHandlerRegistry+ResourceHttpRequestHandler
环境:springboot-2.7.5配置文件配置静态资源映射springboot配置静态资源映射方式是通过WebMvc
AutoConf
iguration实现的spring:#resources:##自
协手共建美好家园
·
2023-11-24 12:11
后端笔记
Spring
Boot
笔记
java
spring
boot
spring
项目启动时出现错误,创建名称为'entityManagerFactory'的bean。...错误
:Errorcreatingbeanwithname'entityManagerFactory'definedinclasspathresource[org/springframework/boot/
autoconf
igure
明爷们儿_d212
·
2023-11-24 08:19
centos 7 源码编译安装PHP
1、安装环境#yuminstall-yapr*
autoconf
automakebisonbzip2bzip2*cloog-pplcppcurlcurl-develfontconfigfontconfig-develfreetypefreetype
乱码e
·
2023-11-24 07:04
centos
php
linux
sqlite3源码编译以及c代码链接sqlite3库(无坑)
首先下载sqlite3的源码,官网地址解压完成后如下:定位到sqlite-
autoconf
-3290000目录下,执行.
凌烟醉卧
·
2023-11-24 04:08
SpringBoot中的classpath及打包流程
一、SpringBoot中的classpath最近想要总结一下Java中classpath的默认路径与相关资源文件的处理,不仅仅是考虑到之前在使用过程中对其不够清楚,而且在翻看spring-boot-
autoconf
igure
见图如见人
·
2023-11-24 04:40
Spring
spring
boot
spring
gitlab
yum-yinstallgit编译安装Git官网#安装依赖关系[root@git~]#yuminstallcurl-develexpat-develgettext-developenssl-develzlib-devel
autoconf
gccperl-ExtUtils-MakeMaker
火腿炒馕
·
2023-11-24 03:42
gitlab
elasticsearch
大数据
SpringBoot——MVC原理
以下是SpringBoot对SpringMVC的默认配置:[WebMvc
AutoConf
iguration]【1】包括ContentNegotiatingViewResolver和BeanNameViewResolver
程序猿进阶
·
2023-11-24 00:02
SpringBoot
spring
boot
mvc
后端
java
职场和发展
spring
性能优化
WIN7共享打印机无法连接到打印机 0x000003e3
WIN7共享打印机bai无法连接du到打印机0x000003e3是因为当前电脑zhi未开启自动身份验证dao服务,开启“zhuanWired
AutoConf
ig”服务即可shu。
Way_Kwok_Chu
·
2023-11-23 19:49
【SpringBoot系列教程-目录大纲】
内容包括SpringBoot基本概念、SpringBoot好处、SpringBoot快速入门、yml语法、SpringBoot自动配置原理、自动配置类、属性配置类、TypeExcludeFilter排除器、
AutoConf
igurationExcludeFilter
緑水長流*z
·
2023-11-23 02:03
#
《Java流行框架》
spring
boot
SpringBoot教程
SpringBoot原理
SpringBoot核心技术
SpringBoot自学教程
SpringBoot系列教程
SpringBoot学习资料
Springboot 单元测试
spring-boot-test-
autoconf
igure:支持测试的自动化配置。
要强不要秃
·
2023-11-22 14:41
Spring
Boot
SpringBoot详解
SpringBoot常用注解标签SpringBoot概述SpringBoot简单Demo搭建读取配置文件的内容SpringBoot自动配置Condition自定义beanSpringBoot常用注解原理@Enable
AutoConf
igurationSpringBoot
屈家全
·
2023-11-22 10:57
常用框架
spring
boot
后端
java
ubuntu编译安装GDAL
安装(Linux)以下安装过程均在root用户下进行安装前准备下载sqlite3(版本3.11)源码,解压并编译安装#下载wgethttps://www.sqlite.org/2016/sqlite-
autoconf
一个不懂代码的程序猿
·
2023-11-22 04:42
linux
python
gdal
python图像识别
1.依赖安装yuminstall-yautomake
autoconf
libtoolgccgcc-c++2.安装leptonicaLeptonica主要用于图像处理
MA木易YA
·
2023-11-21 22:37
SpringBoot自动化配置原理
其中Key值为:org.springframework.boot.
autoconf
igure.Enable
AutoConf
iguration,Value值为后面的各种XX
Tripmonster
·
2023-11-21 09:52
spring
boot
自动化
java
mysql-5.6._mysql-5.6安装
Downloads/MySQL-5.6/mysql-5.6.40.tar.gztarxfmysql-5.6.40.tar.gzcdmysql-5.6.40yum-yinstallgccgcc-c++gcc-g77
autoconf
automakezlib
weixin_39611506
·
2023-11-21 08:06
mysql-5.6.
Freeswitch使用mod_av录制mp4文件
FreeSwitch配置mp4录音录像源码编译安装FreeSwitch服务器centosyuminstallvimgitwgetlrzszyuminstall
autoconf
automakelibtoolopenssl
HF1203
·
2023-11-21 04:10
centos
github
linux
springBoot中starter
com.ydlxxl-job-spring-boot-starter0.0.1-SNAPSHOTxxl-job-spring-boot-starter目录结构:pom.xml中仅导入对应的xxl-job-spring-boot-
autoconf
iguration
小甄笔记
·
2023-11-20 23:15
spring框架
spring
boot
java
spring
jemalloc编译安装
1、安装autogen
autoconf
yum-yinstallautogen
autoconf
2、下载wgethttps://github.com/jemalloc/jemalloc/releases/download
周易不易
·
2023-11-20 23:39
NGINX
linux
mysql
redis
nginx
linux php8.x 编译安装
安装各种依赖yum-yinstallwgetvimpcrepcre-developensslopenssl-devellibicu-develgccgcc-c++
autoconf
libjpeglibjpeg-devellibpnglibpng-develfreetypefreetype-devellibxml2libxml2
FForever、0606
·
2023-11-20 23:36
后端
运维
编译
linux
jemalloc 库的编译(Linux 下面)
1、从github上面下载源代码2、解压到编译的目录里面去3、安装
autoconf
工具链4、执行autogen.sh,成功(done)后就直接make-j编译线程数如果没有执行下面的配置语句编译出来的jemalloc
liulilittle
·
2023-11-20 23:05
Extension
linux
运维
服务器
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他