这个英音很special VERB 砍;剁;劈;切If you chop something, you cut it into pieces with strong downward movements of a knife or an axe. Chop the butter into small ...
分类:
其他好文 时间:
2019-08-20 01:14:59
阅读次数:
83
19:28:16 2019-08-18 今天稍微早点。 双链表 DList.h 1 #ifndef _DLIST_H 2 #define _DLIST_H 3 #define len sizeof(struct Node) 4 #include<malloc.h> 5 struct Node; 6 ...
分类:
其他好文 时间:
2019-08-18 23:55:29
阅读次数:
165
上一篇:最常见的Java面试题及答案汇总(一) 容器 18. java 容器都有哪些? 常用容器的图录: 19. Collection 和 Collections 有什么区别? java.util.Collection 是一个集合接口(集合类的一个顶级接口)。它提供了对集合对象进行基本操作的通用接口 ...
分类:
编程语言 时间:
2019-08-16 10:34:19
阅读次数:
111
Problem Description In your childhood, do you crazy for collecting the beautiful cards in the snacks? They said that, for example, if you collect all ...
分类:
其他好文 时间:
2019-08-11 16:46:33
阅读次数:
99
$\color{red}{\mathcal{Description}}$ 设 $A$ 和 $B$ 是两个字符串。我们要用最少的字符操作次数,将字符串 $A$ 转换为字符串 $B$ 。这里所说的字符操作共有三种: 1、删除一个字符; 2、插入一个字符; 3、将一个字符改为另一个字符; 皆为小写字母 $ ...
分类:
其他好文 时间:
2019-08-09 19:27:49
阅读次数:
70
Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-26 Android SDK Platform 26 build-tools ...
分类:
移动开发 时间:
2019-08-09 16:00:39
阅读次数:
122
orig url: https://accu.org/index.php/journals/255 roperties are a feature of a number of programming languages - Visual Basic and C# are two of them. ...
分类:
编程语言 时间:
2019-08-09 01:18:29
阅读次数:
129
优先级队列和普通队列并没有特大的不同之处,不一样的地方是,优先级队列的元素具有优先级之分。优先级高的元素在入队的时候应该放在队列前面。我下面实现的优先级队列元素的优先级由其数值大小决定。数值越小,优先级越高。ps:这和按一定规则排序好队列没啥区别啊。 实现如下 结果如下 ...
分类:
其他好文 时间:
2019-08-05 20:42:35
阅读次数:
108
利用keepalived和haproxy配置mysql的高可用负载均衡实验系统:CentOS7.5实验前提:防火墙和selinux都关闭实验说明:本实验共有4台主机,IP分配如拓扑实验软件:keepalived haproxy-1.5.19 mariadb实验拓扑:一:安装MySql(在两个mysql节点上都配置)1:安装mariadb[root@localhost~]#systemctlst
分类:
数据库 时间:
2019-08-04 23:50:00
阅读次数:
127
最近在学习 极客时间Android开发高手课 老师推荐了Breakpad开源库来采集native 的crash1.为什么要使用Google Breakpad? 我们在开发过程中,Android JNI层Crash问题或者我们引用的第三方.so库文件报错,都是一个比较头疼的问题。相对Java层来说,由 ...
分类:
移动开发 时间:
2019-08-03 12:45:08
阅读次数:
278