语法: 官方文档 If you’re familiar with Kibana’s old lucene query syntax, you should feel right at home with the new syntax. The basics stay the same, we’ve ...
分类:
其他好文 时间:
2019-08-01 13:05:51
阅读次数:
425
逻辑不逻辑,回归非回归。 回想当年初次学习逻辑回归算法时,看到”逻辑回归“这个名字,第一感觉是这是一个与线性回归类似的回归类别的算法,只不过这个算法突出”逻辑“,或者与某个以”逻辑“命名的知识点有关。可后来却发现,这是一个坑死人不偿命的名字——逻辑回归算法不是回归算法,是分类算法,也与逻辑无关,要... ...
分类:
其他好文 时间:
2019-07-30 22:02:46
阅读次数:
214
1.在system copy后,提示RFC报错 Unable to configure STMS 重要的参考文件: 1.1 RFC passwords not available after system copy, client copy or migration https://wiki.scn ...
分类:
其他好文 时间:
2019-07-27 18:35:59
阅读次数:
101
[toc] Install Vagrant Installing Vagrant https://www.vagrantup.com/downloads.html "Vagrant 2.2.5" Verifying the Installation Project Setup "ubuntu/bio ...
分类:
其他好文 时间:
2019-07-27 13:14:54
阅读次数:
124
Links is an open source web browser written in C programming Language. It is available for all major platforms viz., Linux, Windows, OS X and OS/2. Th ...
分类:
系统相关 时间:
2019-07-26 11:58:00
阅读次数:
125
例如:docker pull sebp/elk:5615 The following tags are available: latest, 720: ELK 7.2.0. 711 (ELK version 7.1.1), 710 (7.1.0), 701 (7.0.1), 700 (7.0.0). ...
分类:
其他好文 时间:
2019-07-26 01:04:14
阅读次数:
611
select模块 1. select模块 源:select.py This module provides access to the select() and poll() functions available in most operating systems, devpoll() avail ...
分类:
其他好文 时间:
2019-07-25 00:14:30
阅读次数:
142
socket 1. socket Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windo ...
分类:
其他好文 时间:
2019-07-25 00:02:57
阅读次数:
130
一、什么是socket? 我们都知道unix(like)世界里,一切皆文件,而文件是什么呢?文件就是一串二进制流而已,不管socket,还是FIFO、管道、终端,对我们来说,一切都是文件,一切都是流。在信息 交换的过程中,我们都是对这些流进行数据的收发操作,简称为I/O操作(input and ou ...
分类:
其他好文 时间:
2019-07-21 13:51:53
阅读次数:
129
>>> help('modules') Please wait a moment while I gather a list of all available modules... AppiumLibrary _weakref isapi soupsieve AutoComplete _weakre... ...
分类:
编程语言 时间:
2019-07-19 18:30:50
阅读次数:
156