The shape peak replenishes both Bc and Be tokens every Tc seconds, and allows for sending at higher sustained rate that depends both on the size of Bc ...
分类:
其他好文 时间:
2020-05-04 21:09:01
阅读次数:
71
新建自定义工具类用于连接MySQL数据库: import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; /** * Jdbc 工具类 连接器 */ public class JDBC ...
分类:
数据库 时间:
2020-05-04 13:18:04
阅读次数:
96
用 export , import 的时候,总是报错,说外部模块找不到。。 E:\project_ts\abc\main.js:1import {Queue} from './Queue'^^^^^^ SyntaxError: Cannot use import statement outside ...
分类:
编程语言 时间:
2020-05-03 16:41:01
阅读次数:
117
原文链接这篇文章是个人知识总结相关的第一篇文章,主要目的是为了阐述我们为什么需要一个 PKM 系统,并且简单对自己这几年亲身形成的PKM 系统进行总结。PKM 是什么?PKM 是 Personal Knowledge Management 的缩写,我们先来看一下 Wikipedia 中的描述:Per... ...
分类:
其他好文 时间:
2020-05-03 14:31:04
阅读次数:
70
Werewolf(狼人杀) is a game in which the players are partitioned into two parties: the werewolves and the human beings. Suppose that in a game, player #1 ...
分类:
其他好文 时间:
2020-05-02 14:51:55
阅读次数:
49
起因:今天练习 SpringBoot 下 Mybatis 使用的时候报了一个奇怪的错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): mapper.CustomerMapper.get ...
分类:
移动开发 时间:
2020-05-01 22:11:39
阅读次数:
378
今天在用impdp导入时,Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX卡在建索引的过程一直不动,也不报错,重试了好几遍还是这样。 于是登录到oracle的导入日志查看是什么情况。查看alert日志发现: statement in res ...
分类:
数据库 时间:
2020-04-30 11:24:35
阅读次数:
554
【golang】select关键字用法 select是go语言中常用的一个关键字,其用法也一直被用作面试题来考核应聘者。今天,结合代码来分析下select的主要用法。 首先,我们来从官方文档看一下有关select的描述: A "select" statement chooses which of a ...
分类:
其他好文 时间:
2020-04-29 14:53:01
阅读次数:
63
1. 依赖 2. 表数据对象 3. listener 4. 数据导入 ...
分类:
数据库 时间:
2020-04-29 12:43:50
阅读次数:
68
方法一: 在mybatis-config.xml中配置加一个setting <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http ...
分类:
数据库 时间:
2020-04-28 17:20:36
阅读次数:
57