码迷,mamicode.com
首页 >  
搜索关键字:ann    ( 3876个结果
rabbitmq-direct路由订阅模型
生产者: package com.gavin.mq.direct; import com.gavin.utils.RabbitMQUtils; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; imp ...
分类:其他好文   时间:2021-06-10 18:34:25    阅读次数:0
springCloud总结
springCloud 1、创建一个简单的springcloud项目 先看基本项目结构 springcloud:父项目,总项目,对jar包版本等管控 springcloud-api:api主要是提供实体类的一个api模块 spring-cloud-provide-***-host:这个是一个服务提供 ...
分类:编程语言   时间:2021-06-08 23:36:55    阅读次数:0
jemeter Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create connection to database server.)
问题: Jemeter 使用 jdbc 连接 Mysql 8.0.17, 出现 Cannot create PoolableConnectionFactory (Could not crCannot create PoolableConnectionFactory (Could not create ...
分类:数据库   时间:2021-06-07 20:29:47    阅读次数:0
系统结构总结
<!doctype html> <html> <head> <meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'> <title>系统结构复习</title> </head> ...
分类:其他好文   时间:2021-06-06 19:11:48    阅读次数:0
用户交互Sccaner
Scanner对象 ...
分类:其他好文   时间:2021-06-06 18:51:42    阅读次数:0
start from the beginning-JAVA(API、Scanner类、Random类、ArrayList类)
##一、API ###概述 ##二、Scanner类 ###1、什么是Scanner类 ###2、Scanner使用步骤 ###3、匿名对象 ####概念 ####应用场景 ##三、Random类 ###1、什么是Random类 ###2、Random类使用步骤 ####注意 nexInt(n)范围 ...
分类:编程语言   时间:2021-06-05 18:13:15    阅读次数:0
Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here in 'reader', line 6, column 16:
出现这个问题主要是yml文件的语法出现了问题。 yml基本语法如下: 大小写敏感 冒号后面要有空格 只允许使用空格缩进,表示层级关系 相同层级的元素需要左侧对齐 # 表示注释,从这个字符一直到行尾 我遇到这个错误是因为缩进问题:第6行的uri应该与id左对齐,uri下面几句话也要相应左移: spri ...
分类:移动开发   时间:2021-06-04 18:45:56    阅读次数:0
代码摘抄 class Object, jre1.8, rt.jar, package java.lang
/* * Copyright (c) 1994, 2012, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. ...
分类:编程语言   时间:2021-05-24 14:13:02    阅读次数:0
swagger2入门
1、引入jar包 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> <dependency ...
分类:其他好文   时间:2021-05-24 12:27:05    阅读次数:0
RDMA技术详解(二):RDMA Send Receive操作
https://blog.csdn.net/qq_21125183/article/details/86525012 1. 前言RDMA指的是远程直接内存访问,这是一种通过网络在两个应用程序之间搬运缓冲区里的数据的方法。RDMA与传统的网络接口不同,因为它绕过了操作系统。这允许实现了RDMA的程序具 ...
分类:其他好文   时间:2021-05-24 10:06:37    阅读次数:0
3876条   上一页 1 2 3 4 5 ... 388 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!