1,背诵单词:outlook:前景,展望 operate:做手术 peach:桃子 rank:排列 oxygen:氧气 overseas:海外的 particular:特别的 paste:粘贴 patch:眼罩 pack:包裹 participate:参加 overtake:追上 modern:现代 ...
分类:
其他好文 时间:
2020-02-06 01:48:50
阅读次数:
92
1、Spring Boot基本概念 2、什么是约定优于配置 3、从Spring常见的注解切入 @Configuration / @ComponentScan 4、SpringBoot核心自动装配的原理 5、Spring中的SOP之SpringFactoriesLoader 6、SpringBoot核 ...
分类:
编程语言 时间:
2020-02-05 20:01:09
阅读次数:
54
首先下载原始Monaco字体,注意我只找到了这一款在ubuntu的gnome下可见,其他的各种monaco即使安装了也看不到。 "https://gist.github.com/epegzz/1634235" 为了可以使得终端可以显示丰富多彩的nerd,我决定自己来为monaco patch上ner ...
分类:
系统相关 时间:
2020-02-05 09:36:30
阅读次数:
104
pgspider 是在pg 源码中直接打的patch,增强了FDW 的功能 执行的特性 多租户 并行处理 数据下推 说明 pgspider 是一个很不错的扩展,目前官方已经支持了sqlite,mysql,influxdb 等数据库 参考资料 https://github.com/pgspider/p ...
分类:
数据库 时间:
2020-02-04 20:33:23
阅读次数:
109
Monkey结果输出 1.保存在pc中 adb shell monkey [option] <count> >d:\monkey.txt 2.保存在手机中 adb shell monkey [option] <count> >/mnt/sdcard/monkey.txt 3.标准流与错误流分开保存 ...
分类:
其他好文 时间:
2020-01-30 18:52:21
阅读次数:
82
adb shell pm list packages -3 |grep neteas* monkey -h usage: monkey [-p ALLOWED_PACKAGE [-p ALLOWED_PACKAGE] ...] [-c MAIN_CATEGORY [-c MAIN_CATEGORY] ...
分类:
其他好文 时间:
2020-01-30 17:22:26
阅读次数:
102
Filter:过滤器 1. 概念: 当访问服务器的资源时,过滤器可以将请求拦截下来,完成一些特殊的功能。 过滤器的作用: 一般用于完成通用的操作。如:登录验证、统一编码处理、敏感字符过滤... 2. 使用: 1. 定义一个类,实现接口Filter 2. 复写方法 3. 配置拦截路径 1. web.x ...
分类:
其他好文 时间:
2020-01-29 23:20:36
阅读次数:
113
MVC的三部分: model view controller 常见的三种控制器: servlet struts2的action spring的controller Spring MVC是Spring提供的轻量级web框架,是Spring的子框架,需要和Spring搭配使用。 Spring MVC的特 ...
分类:
编程语言 时间:
2020-01-29 15:57:13
阅读次数:
79
Operator:由CoreOS封装组织提供 Cattle,pet StatefulSet详解:https://blog.51cto.com/newfly/2140004 一、StatefulSet控制器 StatefulSet控制器:有状态应用副本集(PetSet ==>StatefulSet ) ...
分类:
其他好文 时间:
2020-01-29 14:02:08
阅读次数:
91
#include<iostream> #include<algorithm> #include<cstring> #include<vector> using namespace std; const int INF=0x3f3f3f3f; struct node{ int l,s,h; }; ve ...
分类:
其他好文 时间:
2020-01-28 15:50:15
阅读次数:
83