复制代码

06 2020 档案

摘要:不墨迹 #include <iostream> #include <algorithm> using namespace std; const int maxn = 1e6; int a[maxn], b[maxn]; int main() { #ifndef ONLINE_JUDGE freope 阅读全文
posted @ 2020-06-26 17:20 pg633 阅读(96) 评论(0) 推荐(0)
摘要:0 commons beanutils <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.3</version> </dependency 阅读全文
posted @ 2020-06-15 14:29 pg633 阅读(156) 评论(0) 推荐(0)
摘要:1 * 数据库 auto_increment 优点: 简单 缺点: 受限于单机 解决方案: 使用冗余主库,数据水平切分 2 批量获取 优点 :降低服务压力 缺点: 单点 , 数据空洞 改进:单点 修改为影子服务 VIP+ keepalive 3 uuid/guid 优点: 唯一 ,无io 缺点: 无 阅读全文
posted @ 2020-06-12 19:51 pg633 阅读(143) 评论(0) 推荐(0)
摘要:0 背景 将技术简单叙述 1 说明 定义: 就是 java 虚拟机类加载机制 java 运行的是字节码 说的就是class, classloder 就是把class 变成内存对象的一个东西(这么理解 虽然不准确但是不要纠结) 父 class 使用的是 父classloder 加载 破坏双亲委派模型 阅读全文
posted @ 2020-06-10 15:24 pg633 阅读(184) 评论(0) 推荐(0)
摘要:0 背景 https://github.com/baidu/broc 1 说明 首先说一下 网上竟然没有教程 是我看不懂官方文档吗 ?头大 2 讲解 按照官方配置后发现 下载代码 git clone https://github.com/baidu/broc.git baidu/broc 安装pro 阅读全文
posted @ 2020-06-03 08:46 pg633 阅读(371) 评论(0) 推荐(0)