<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId><exclusions><exclusion><groupId>org.springframewo
分类:
编程语言 时间:
2020-06-15 22:39:30
阅读次数:
67
javadoc标签 The current tags are Tag Introduced in JDK/SDK @author 1.0 {@code} 1.5 {@docRoot} 1.3 @deprecated 1.0 @exception 1.0 {@inheritDoc} 1.4 {@lin ...
分类:
编程语言 时间:
2020-06-15 20:54:00
阅读次数:
105
TensorFlow常用函数 1 import math 2 import numpy as np 3 import h5py 4 import matplotlib.pyplot as plt 5 import tensorflow as tf 6 from tensorflow.python.f ...
分类:
其他好文 时间:
2020-06-15 13:51:06
阅读次数:
54
软件架构 基于spring-boot2.1.9.RELEASE、阿里云aliyun-sdk-oss3.7.0 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</ar ...
分类:
其他好文 时间:
2020-06-14 21:01:33
阅读次数:
77
Accessing data using cursors ArcGIS 10.7 Locate topic A cursor is a data access object that can be used to either iterate over the set of rows in a ta... ...
分类:
数据库 时间:
2020-06-14 19:00:06
阅读次数:
82
传送门 弱化版 考虑怎么从弱化版转化过来。 考虑通过树上路径修改和查询更新答案的本质——没错就是差分,我们把单点的信息搞到了一条路径上,那么我们就只要预先处理出每个点的基础贡献,然后就是在弱化版的基础上多乘一个整段区间的基础贡献和就好了。 那么这个单点的基础贡献是什么嘞?很简单,就是 \(dep_u ...
分类:
其他好文 时间:
2020-06-14 16:34:51
阅读次数:
59
一、出现的场景 依赖的sharding-jdbc-core的版本从 <version>4.0.0</version>升级到<version>4.1.1</version>,导致项目启动特别慢 <dependency> <groupId>org.apache.shardingsphere</group ...
分类:
Web程序 时间:
2020-06-14 15:13:08
阅读次数:
454
原文:RocketMQ系列(三)消息的生产与消费 前面的章节,我们已经把RocketMQ的环境搭建起来了,是一个两主两从的异步集群。接下来,我们就看看怎么去使用RocketMQ,在使用之前,先要在NameServer中创建Topic,我们知道RocketMQ是基于Topic的消息队列,在生产者发送消... ...
分类:
其他好文 时间:
2020-06-14 15:02:05
阅读次数:
55
共有SELECT*FROMt_deptaINNERJOINt_empbONa.id=b.deptId;左独占+共有SELECT*FROMt_deptaLEFTJOINt_empbONa.id=b.deptId;右独占+共有SELECT*FROMt_deptaRIGHTJOINt_empbONa.id=b.deptId;左独占SELECT*FROMt_deptaLEFTJOINt_empbONa.i
分类:
数据库 时间:
2020-06-14 10:25:15
阅读次数:
69
lettuce (采用netty,实例可以多个线程进行共享,线程安全) Redis有三个框架:Jedis,Redisson,Lettuce Jedis:比较全面的提供了Redis的操作特性 Redisson:促使使用者对Redis的关注分离,提供很多分布式相关操作服务,例如,分布式锁,分布式集合,可 ...
分类:
编程语言 时间:
2020-06-13 19:11:48
阅读次数:
84