原文: http://net.it168.com/a2018/0613/3208/000003208962.shtml IT168 技术】802.11ax 要解决什么问题?802.11协议族发展至今也有小20年的历史了,在过去,Wi-Fi的发展主要集中在提升数据连接速率以实现更高的峰值(理论)数据速 ...
分类:
其他好文 时间:
2020-02-13 19:27:26
阅读次数:
88
【ElasticSearch】查绚使用学习 multi_match 多字段匹配 multi_match 多字段匹配 multi_match 查询可以在多个字段上执行相同的 match 查询 { "query": { "bool": { "must": [ { "multi_match": { "fi ...
分类:
其他好文 时间:
2020-02-12 16:03:46
阅读次数:
64
input::-webkit-input-placeholder{ color:blue; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:blue; } input:-moz-placeholder{ /* Mozilla Fi ...
分类:
其他好文 时间:
2020-02-12 12:43:35
阅读次数:
154
提示 看到这个立马伤心了!!!! 只能走普通的AT指令了 指令更改 \ 1.首先发送: AT+CIPSEND=34\r\n 2.连接TCP: AT+CIPSTART="SSL","mnif.cn",8883\r\n 这样就以SSL方式连接上了MQTT服务器 然后通信的时候首先发送 AT+CIPSEN ...
分类:
其他好文 时间:
2020-02-09 09:49:25
阅读次数:
70
树的存储(邻接表)和深度优先遍历 //数组的邻接表存储 vector<int> q[maxn]; //这个是一般的 int fi[maxn]; //存储节点的儿子个数 int to[maxn]; //存储节点的具体每个儿子 int ne[maxn]; //指向该节点的下一个儿子 void link( ...
分类:
其他好文 时间:
2020-02-09 09:42:13
阅读次数:
90
Given a map of airline routes, you are supposed to check if a round trip can be planned between any pair of cities. Input Specification: Each input fi ...
分类:
其他好文 时间:
2020-02-09 00:40:37
阅读次数:
99
welcome to myblogDome地址爬取某个车站的图片item.py 中1、申明item 的fieldsclass PhotoItem(scrapy.Item): # define the fields for your item here like: # name = scrapy.Fi... ...
分类:
编程语言 时间:
2020-02-08 19:26:12
阅读次数:
98
1 设置虚拟机连接方式为桥接 此教程根据 网线桥接模式 操作,Wi-Fi操作也是一样的。 1.1 虚拟机关闭的状态下,点击“编辑” -> “虚拟网络编辑器” 点击“更改设置” 就可以看到桥接模式,其中桥接模式选项有多个,这里你可以选择基于以太网的还是无线局域网的(如果选项只有一个默认自动就可以了)。 ...
分类:
系统相关 时间:
2020-02-07 18:25:47
阅读次数:
95
https://www.jarvisoj.com/challenges(pwn网址) nc pwn2.jarvisoj.com 9881(远程连接) 在ubuntu16.04上进行连接,看下图 连接之后屏幕出现一行字符 在pwn的网址上看到: 使用file指令 hacker@ubuntu:~$ fi ...
分类:
其他好文 时间:
2020-02-07 15:08:02
阅读次数:
72
线程池之 Executors + 面试题 线程池的创建分为两种方式:ThreadPoolExecutor 和 Executors,上一节学习了 ThreadPoolExecutor 的使用方式,本节重点来看 Executors 是如何创建线程池的。 Executors 可以创建以下六种线程池。 Fi ...
分类:
编程语言 时间:
2020-02-07 14:58:09
阅读次数:
61