1.ArrayList底层结构和源码分析 ArrayList的全面说明 1) Resizable-array implementation of the List interface [ArrayList实现了List的接口,底层是一个数组,并实现可变的功能.] ArrayList 属性 : tra ...
分类:
其他好文 时间:
2020-06-24 14:07:44
阅读次数:
58
Blob.js: /* eslint-disable */ /* Blob.js * A Blob implementation. * 2014-05-27 * * By Eli Grey, http://eligrey.com * By Devin Samarin, https://github. ...
分类:
其他好文 时间:
2020-06-22 12:21:56
阅读次数:
51
单例文件内容如下 .h @interface Single:NSObject @property(nonatomic, copy)NSURL *value; +(instancetype)sharedInstance; @end .m @implementation Single +(instanc ...
分类:
移动开发 时间:
2020-06-19 12:07:53
阅读次数:
87
什么是MediatR 项目地址:https://github.com/jbogard/MediatR Simple mediator implementation in .NET In-process messaging with no dependencies. Supports request/ ...
分类:
其他好文 时间:
2020-06-17 01:35:56
阅读次数:
124
Codeforces Round #649 (Div. 2) -- WKL $\mathcal Greedy implementation *1200 第一题,要求的是求一段子数组的区间和,要求该区间和不被$x$整除且长度尽可能长。 显然,对于这类题目可以想到以下几点: $MOD$的使用 贪心与构造 ...
分类:
其他好文 时间:
2020-06-16 20:18:20
阅读次数:
45
C#支持方法的重载:方法名相同,但是方法的参数或参数类型不同。 class ResultDisplayer { public void DisplayResult(string result) { // implementation } public void DisplayResult(int r ...
摘要:本篇博客主要讲了 Redis 的持久化,包括 RDB 和 AOF。 可放大页面后查看,没有文字描述,如果后面有需要补充和注意的地方,会持续更新本片博客... 参考资料: [1]:The Design and Implementation of Redis 黄健宏 ...
分类:
其他好文 时间:
2020-06-12 01:07:52
阅读次数:
72
摘要:本篇博客只贴了思维导图,名没有文字描述,可放大页面后观看,后面如果遇到需要补充和说明的,会持续更新... 参考资料: [1]:The Design and Implementation of Redis 黄健宏 ...
分类:
其他好文 时间:
2020-06-12 01:01:12
阅读次数:
57
摘要:这篇博客主要讲了 Redis 的一些补充知识,有:类型检查、命令多态、内存回收、对象共享、对象的空转时长相关的内容,说明同上篇,没有文字描述,可放大页面后观看,后面如果有需要补充和说明的地方,会持续更新... 参考资料: [1]:The Design and Implementation of ...
分类:
其他好文 时间:
2020-06-12 00:55:04
阅读次数:
59
添加httpcore implementation 'org.apache.httpcomponents:httpcore:4.4.13' 新建一个服务 重写onCreate方法 super.onCreate(); HttpRequestHandler handler = new HttpReque ...
分类:
移动开发 时间:
2020-06-08 16:11:29
阅读次数:
73