哈希表提供了快速的插入操作和查找操作,每一个元素是一个key-value对,其基于数组来实现。 一、Java中HashMap与Hashtable的区别: HashMap可以接受null键值和值,而Hashtable则不能。 Hashtable是线程安全的,通过synchronized实现线程同步。而 ...
分类:
编程语言 时间:
2019-08-08 23:47:01
阅读次数:
135
1 from lxml import etree 2 import urllib3 3 import requests 4 urllib3.disable_warnings() 5 url="https://www.cnblogs.com/mvc/blog/news.aspx?blogApp=xia... ...
分类:
编程语言 时间:
2019-08-07 17:31:35
阅读次数:
118
题目: http://poj.org/problem?id=2774 A - Long Long Message The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes ...
分类:
其他好文 时间:
2019-08-04 23:48:45
阅读次数:
103
原文地址:http://www.sohu.com/a/138822796_610671 首先,我们从一个十分简单的例子test.sh开始吧: 原文地址:http://www.sohu.com/a/138822796_610671 首先,我们从一个十分简单的例子test.sh开始吧: #!/bin/s ...
分类:
系统相关 时间:
2019-08-04 22:28:19
阅读次数:
157
public abstract static class OnScrollListener { /** * Callback method to be invoked when RecyclerView's scroll state changes. * * @param recyclerView ...
分类:
其他好文 时间:
2019-08-04 19:42:41
阅读次数:
107
Urllib库里还提供了parse这个模块,它定义了处理URL的标准接口,例如实现URL各部分的抽取,合并以及链接转换。它支持如下协议的URL处理:file、ftp、gopher、hdl、http、https、imap、mailto、mms、news、nntp、prospero、rsync、rtsp、rtspu、sftp、shttp、sip、sips、snews、svn、svn+ssh、telne
分类:
编程语言 时间:
2019-08-03 23:08:27
阅读次数:
138
开源的监控技术栈除了ELK,还有InfluxData的TICK https://cloud.tencent.com/developer/news/357119 来源 | Influxdata 译者 | Key 先森 如何选择合适的工具取决于你正在做的事情。 应用程序是会表达的,而时序数据就是它们的语 ...
分类:
其他好文 时间:
2019-08-03 14:51:24
阅读次数:
98
视频压缩 Using ffmpeg to compress, convert, and resize videos ffmpeg -i input.mp4 -b 1000000 output.mp4 ffmpeg -i E:\ljjshouji\DCIM\Camera\20160707_184010 ...
分类:
其他好文 时间:
2019-08-03 12:49:49
阅读次数:
129
https://jalammar.github.io/illustrated-transformer/ The Illustrated Transformer Discussions: Hacker News (65 points, 4 comments), Reddit r/MachineLear ...
分类:
其他好文 时间:
2019-07-26 14:35:36
阅读次数:
143