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
#annotation
springboot构建docker镜像并推送到阿里云
项目工程目录如下欢迎关注个人公众号【好好学技术】交流学习UserControllerpackagecom.fandf.test.controller;importorg.springframework.web.bind.
annotation
.GetMapping
越走越远的风
·
2024-01-17 19:11
java
docker
spring
boot
阿里云
java.lang.EnumConstantNotPresentException
当应用试图通过名称和枚举类型访问一个枚举对象,但该枚举对象并不包含常量时,抛出该异常1.遇到的问题是我删除了带有@Custom
Annotation
注解的类,启动服务器还是会抛出异常2.首先全局搜索了相关的枚举名字确认没有引用
林小夕success
·
2024-01-17 15:57
java
通过自定义枚举 实现监听与触发(监听器Listener)@Target @Retention
1.首先我们创建两个自定义注解@Custom
Annotation
Listener@Custom
Annotation
下面创建两个注解类!
林小夕success
·
2024-01-17 15:57
java
RPC原理介绍与使用(@RpcService
Annotation
)
JavaRPC(RemoteProcedureCall,远程过程调用)是一种用于实现分布式系统中不同节点之间通信的技术。它允许在不同的计算机或进程之间调用远程方法,就像调用本地方法一样。**一.JavaRPC的原理如下:**定义接口:首先,需要定义一组接口,这些接口定义了远程调用的方法和参数。接口可以使用Java的接口或抽象类来定义。生成代理类:使用Java的动态代理技术,在客户端生成一个代理类。
林小夕success
·
2024-01-17 15:26
rpc
常用Java代码-Java中的注解处理器(
Annotation
Processing)
注解处理器(
Annotation
Processing)是Java编译时的一种机制,它允许开发者在源代码上添加注解,并通过注解处理器生成源代码、报告编译器错误或警告、或者进行其他编译时操作。
crmeb服务商-肥仔全栈开发
·
2024-01-17 09:15
java
java
python
开发语言
【转载】workflow 源码解析 : 基础数据结构 list
源码解析:基础数据结构list项目源码:https://github.com/sogou/workflow更加详细的源码注释可看:https://github.com/chanchann/workflow_
annotation
敬先生
·
2024-01-17 08:23
搜狗WorkFlow学习
c++
mmdet.structures.DetDataSample 数据结构解析
mmdetection.readthedocs.io/zh-cn/latest/api.html#mmdet-structures``gt_instances``(InstanceData):Groundtruthofinstance
annotation
s
gs80140
·
2024-01-17 08:53
AI
深度学习
机器学习
人工智能
SpringBoot项目集成消息中间件以后@JmsListener注解不能生效的问题
在进行代码调试的时候发现,JmsListener
Annotation
BeanPostProcessor类中,获取到的JMS相关对象是sleuth相关的,经过排查发现,确实应用中引入了sleuth相关依赖
三分魔系
·
2024-01-17 00:01
springboot
java
SpringBoot
JMSListener
activeMq
注解失效
ARCGIS PRO SDK
Annotation
概念及操作
使用
Annotation
的API功能。
Annotation
的API功能位于ArcGIS.Core.dll中。
Annotation
API通常与地理数据库、地图创作和编辑结合使用。
xa13850869
·
2024-01-17 00:22
arcgis
Spring 启动过程
博文目录文章目录内容总结new
Annotation
ConfigApplicationContextApplicationContext.refresh底层流程refresh-invokeBeanFactoryPostProcessorsBeanFactoryPostProcessor
mrathena
·
2024-01-16 18:26
java
spring
java
后端
coco标签处理
格式训练集中的一部分作为子训练集,用快速测试算法frompycocotools.cocoimportCOCOimportrandomimportcopyimportjson#原始的COCO标注文件路径original_
annotation
s_path
Ctrl_Cver
·
2024-01-16 17:28
人工智能
深度学习
计算机视觉
配置本地文件上传路径,达到文件服务器的效果
packagecom.ruoyi.framework.config;importjava.util.concurrent.TimeUnit;importorg.springframework.beans.factory.
annotation
.Autowired
枯萎天然呆
·
2024-01-16 17:18
Spring Boot中Spring data注解的使用
本文我们将会从SpringData
Annotation
s和SpringDataJPA
Annotation
s两部分来讲解。
flydean程序那些事
·
2024-01-16 13:18
Springboot项目启动时将数据缓存map中
Springboot项目启动时将数据缓存map中,测试通过注意点注意项目启动时容器对象还未初始化完成,不能用@Autowired注入importjavax.
annotation
.PostConstruct
kangfu_521
·
2024-01-16 12:02
项目
Spring源码解读-Xml解析
Annotation
解析
首先,Spring上下文分为父Spring上下文和子Spring上下文。**子Spring就是SpringMVC的WebApplicationContext,同理服上下文就是spring框架本事的上下文Root上下文****父Spring的监听器是ContextLoaderListener这个Listener,SpringMVC的入口就在DispatcherServlet。**ContextLoa
洛神灬殇
·
2024-01-16 10:35
Java-注解的介绍,定义,使用,解析和实现
1.注解的介绍注解(
Annotation
)是一种标记,注解可以使用在源码中注解可以使用在以下的位置类上方法上成员变量上构造方法上局部变量上当你在程序中使用了注解,编译器、DE或者程序可以通过反射来获取注解相关的信息
SWUT胖虎
·
2024-01-16 09:51
java
开发语言
目标检测中的数据增强
random_data.pyimportcv2importnumpyasnpfromPILimportImage,ImageDrawdefrand(a=0,b=1):returnnp.random.rand()*(b-a)+adefget_random_data(
annotation
_line
一壶浊酒..
·
2024-01-16 06:35
目标检测
目标检测
人工智能
计算机视觉
【已解决】Spring常见错误:类文件具有错误的版本 61.0, 应为 52.0
目录问题复现原因分析错误依赖正确依赖问题复现报错内容如下:java:无法访问org.springframework.web.bind.
annotation
.RequestMapping错误的类文件:/D
刘一说
·
2024-01-16 00:49
后端技术栈
Java
springboot
spring
java
后端
环境配置注解 @PostConstruct作用以及在springboot框架中的加载时间
需要注意的是:自Java9起,javax.
annotation
API不再包含在JavaSE中。在使用Spring框架的较新版本时,可能需要添加额外的依赖来使用@PostConst
A乐神
·
2024-01-15 20:35
java框架
java
数据库
开发语言
hibernate validator用法
Annotation
ApplyonRuntimecheckingHibernateMetadataimpact@Length(min=,max=)property(String)checkifthestringlengthmatchtherangeColumnlengthwillbesettomax
snakeflash
·
2024-01-15 12:58
hibernate
java
servlet
java 限流熔断_Sentinel进行限流及熔断降级
1,引入依赖包com.alibaba.cspsentinel-core1.8.0com.alibaba.cspsentinel-
annotation
-aspectj1.8.0使用方式一:Java原生编码方式步骤
懒癌弓箭手起源
·
2024-01-15 10:01
java
限流熔断
出现 SyntaxError: future feature
annotation
s is not defined 解决方法
目录1.问题所示2.原理分析3.解决方法1.问题所示执行sql语句的时候,出现如下问题,问题如下所示:E:\software\anaconda3\envs\py3.6\python.exeF:\python_project\test\sql_connect.pyTraceback(mostrecentcalllast):File"F:\python_project\test\sql_connect
码农研究僧
·
2024-01-15 07:39
BUG
python
数据库
Bug
Flutter 解析JSON json_serializable
caijinglong.github.io/json2dart/index_ch.htmlimage.png首先新建一个test里面的的类方法是上面链接生成的注意import'package:json_
annotation
加油小胖
·
2024-01-15 05:27
防SQL注入过滤器
*;importjavax.servlet.
annotation
.WebFilter;importjavax.servlet.
annotation
.WebInitParam;importjavax.se
时间邮递员
·
2024-01-14 23:57
SpringBoot
sql
java
spring
SpringBoot2 整合 Swagger2
pomcom.spring4allswagger-spring-boot-starter1.9.0.RELEASEcom.github.xiaoyminswagger-bootstrap-ui1.9.6io.swaggerswagger-
annotation
s1.5.22io.swaggerswagger-mode
最怕的其实是孤单
·
2024-01-14 23:57
Java语言:使用EasyPOI导出文件
cn.afterturneasypoi-base3.0.3cn.afterturneasypoi-web3.0.3cn.afterturneasypoi-
annotation
3.0.32、实体类中,在需要导出的成员变量上方加
奔奔的小野马
·
2024-01-14 20:12
java
mybatis
easypoi模板导出excel
1.先引入需要的依赖cn.afterturneasypoi-base4.4.0cn.afterturneasypoi-web4.4.0cn.afterturneasypoi-
annotation
4.4.02
javaShadows
·
2024-01-14 20:10
excel
java
开发语言
fastjson2 转换别名 null变空字符串
引入pomcom.alibaba.fastjson2fastjson22.0.45实体类别名importcom.alibaba.fastjson2.
annotation
.JSONField;importlombok.Data
LaLaLa_OvO
·
2024-01-14 16:57
java
SpringSecurity入门demo(二)表单认证
代码改动:自定义WebSecurityConfig配置类packagecom.security.demo.config;importorg.springframework.security.config.
annotation
.web.configurati
w_t_y_y
·
2024-01-14 14:53
java
RedisTemplate查询不到redis中的数据问题解决
packagecom.xia.redis02springboot;importorg.junit.jupiter.api.Test;importorg.springframework.beans.factory.
annotation
.Autowired
Ich will mit dir S wim
·
2024-01-14 11:29
Redis
redis
缓存
java
RedisTemplate 拿不到数据的问题
RedisTemplate中的连接信息,发现确实是连接同一个db结果发现是序列化的问题,下面出我抄袭的redis配置代码importorg.springframework.beans.factory.
annotation
.Autowir
长而不宰
·
2024-01-14 11:23
java
mybatis
bootstrap
【WPF.NET开发】文档批注
本主题介绍几种常见类型的批注,重点介绍便笺和突出显示,并举例说明Microsoft
Annotation
吉特思米(gitusme)
·
2024-01-14 08:38
WPF.NET
专栏
wpf
.net
c#
ComponentScan
Annotation
Parser
componentScan,sourceClass.getMetadata().getClassName());1.加载BasePackage从BasePackage查找Bean定义publicSetparse(
Annotation
AttributescomponentScan
芒骁
·
2024-01-14 07:50
spring
【spring之注册bean-
Annotation
BeanDefinitionReader】
Spring之注册Bean-
Annotation
BeanDefinitionReader1.简介2.doRegisterBean方法做什么3.详细解析doRegisterBean方法4.感悟1.简介/*
代码哲学
·
2024-01-14 07:19
spring全家桶
spring
【Spring之ComponentScan
Annotation
Parser】
ComponentScan
Annotation
Parser1.ComponentScan
Annotation
Parser属性解析2.一个重要方法---parse1.ComponentScan
Annotation
Parser
代码哲学
·
2024-01-14 06:14
spring全家桶
spring
java
后端
【浅度渣文】Jackson之jackson-
annotation
s
原文链接:http://www.dubby.cn/detail.html?id=9071字段命名@JsonProperty可以指定字段的命名(还可以指定这个字段需要参与序列化和反序列化)。@JsonProperty.value:指定的字段名字@JsonProperty.index:指定顺序,默写数据格式是基于顺序(JSON不是这种数据格式)@JsonProperty.defaultValue:默认
我是杨正
·
2024-01-14 06:14
java文件上传与下载
packagecom.bootdo.common.utils;importorg.springframework.web.bind.
annotation
.RequestMapping;importorg.springframework.web.bind.
annotation
.RequestMethod
xinyuebaihe
·
2024-01-14 01:57
java
MyBatisPlus逆向工程
com.baomidoumybatis-plus-generator3.4.1org.freemarkerfreemarker2.3.31代码packagecom.admin.util;importcom.baomidou.mybatisplus.
annotation
.DbType
少年的白日梦
·
2024-01-14 01:08
Springboot
java
easyexcel 3.0.x 版本实现指定列 锁定以及指定列隐藏
UnLockCell.javapackagecom.example.juc.zhujie;/***@Author*@DateCreatedin2023/12/1910:09*@DESCRIPTION:*@VersionV1.0*/importjava.lang.
annotation
夏林夕
·
2024-01-14 00:29
SpringBoot
java
开发语言
MultipartFile 和@RequestBody不能同时使用
importcom.dj.springtest.model.dto.UploadDTO;importorg.springframework.http.MediaType;importorg.springframework.web.bind.
annotation
.M
ldj2020
·
2024-01-13 23:13
java
java
java中@Repeatable的理解
其官方文档如下The
annotation
type{@codejava.lang.
annotation
.Repeatable}isusedtoindicatetha
看山也看水
·
2024-01-13 22:06
EasyPoi导入导出案例
POM文件引入cn.afterturneasypoi-base4.3.0cn.afterturneasypoi-web4.3.0cn.afterturneasypoi-
annotation
4.3.0com.alibabaeasyexcel2.1.3
楚啵啵
·
2024-01-13 19:52
java
servlet
前端
yolo训练voc数据集划分
split_train_val.pyimportosimportrandomimportargparseparser=argparse.ArgumentParser()#xml文件的地址或者label的地址,根据自己的数据进行修改xml一般存放在
Annotation
s
云雨、
·
2024-01-13 19:32
Yolo算法使用
YOLO
深度学习
人工智能
如何将重复方法封装为Aop切面并结合注解使用
首先要导入依赖org.aspectjaspectjweaver编写注解packagecom.yg.domain.note;importjava.lang.
annotation
.ElementType;importjava.lang.
annotation
.Retention
Long里小花荣
·
2024-01-13 16:24
java
前端
服务器
spring boot @Scheduled 单线程的问题
packagecom.lxw.lxwDemo;importorg.springframework.scheduling.
annotation
.EnableScheduling;importorg.springframework.scheduling.
annotation
.Scheduled
乱蜂朝王
·
2024-01-13 14:04
java
spring
boot
java
spring 5.0.x源码学习系列五:
Annotation
ConfigApplicationContext类refresh方法之invokeBeanFactoryPostProcessor(一)
前言上篇博客spring5.0.x源码学习系列四:
Annotation
ConfigApplicationContext类register方法作用主要介绍了register方法的作用。
avengerEug
·
2024-01-13 12:45
SpringBoot集成Swagger2
io.springfoxspringfox-swagger22.2.2io.springfoxspringfox-swagger-ui2.2.2创建Swagger2配置类packagecom.springbootweb.common.config.swagger2;importorg.springframework.context.
annotation
.Bea
知足常乐晨
·
2024-01-13 12:49
java自定义注解的简单示例
1.自定义注解类importjava.lang.
annotation
.ElementType;importjava.lang.
annotation
.Retention;importjava.lang.
annotation
.RetentionPolicy
公子乂
·
2024-01-13 09:48
java
开发语言
WebMvcConfigurerAdapter 2019-06-11
org.springframework.web.servlet.config.
annotation
.WebMvcConfigurerAdapterisdeprecated...在spring5.0及springboot2.0
yogoshary
·
2024-01-13 09:59
Java自定义注解实战
注解简介注解的本质是一个接口,该接口默认继承
Annotation
接口,使用@interface进行定义。注解主要有三类:元注解、自定义注解以及框架定义的注解。
shenghaishxt
·
2024-01-13 07:53
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他