https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/extension-methods ...
hMialServer是Windows下一款免费开源的邮件服务器软件,支持smtp、pop3、imap。 本文主要根据官方文档Quick-Start guide整理而成。 一、下载 下载地址:https://www.hmailserver.com/download 二、安装 直接双击下载的安装程序 ...
分类:
其他好文 时间:
2018-08-09 13:50:59
阅读次数:
470
第一步:打开AS安装所在的位置,用记事本打开“红色框”选中的文件。 如图: 第二步:打开“studio64.exe.vmoptions”文件后修改里面的值,修改后如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 # # * ...
分类:
其他好文 时间:
2018-08-08 23:18:47
阅读次数:
220
1引入jar包 2实体类 3接口 4 controller测试 5 官方api参考地址 https://www.elastic.co/guide/en/elasticsearch/client/java-api/5.5/java-full-text-queries.html ...
分类:
编程语言 时间:
2018-08-08 18:56:52
阅读次数:
153
文章翻译自 https://www.elastic.co/guide/en/elasticsearch/reference/current/file-descriptors.html 1.文件描述符 2.关闭交换分区 交换分区会造成垃圾收集持续数分钟 linux系统 : es配置 config/el ...
分类:
其他好文 时间:
2018-08-07 18:57:41
阅读次数:
144
引言 在《iPhone User Guide for iOS 11.4》这本书中,介绍了iOS11的新特性。其中在Safari的章节中,介绍了Fill in forms。也就是当你在网页登录、注册以及购买的时候,用户可以通过键盘来填充网页的表单、或者是Safari自己填充(前提是你开启了AutoFi ...
分类:
移动开发 时间:
2018-08-06 19:51:59
阅读次数:
870
就像许多现代科技一样,从网站提取信息这一功能也有多个框架可以选择。最流行的有JSoup、HTMLUnit和Selenium WebDriver。我们这篇文章讨论JSoup。JSoup是个开源项目,提供强大的数据提取API。可以用它来解析给定URL、文件或字符串中的HTML。它还能操纵HTML元素和属 ...
分类:
编程语言 时间:
2018-08-05 23:25:37
阅读次数:
221
官方地址:https://www.elastic.co/guide/en/logstash-versioned-plugins/current/index.html 配置文件写法: # 日志导入input {}# 日志筛选匹配处理filter {}# 日志匹配输出output {} 日志解析配置文件 ...
分类:
其他好文 时间:
2018-08-05 13:09:11
阅读次数:
778
官方文档: https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members https://www.cnblogs ...
分类:
其他好文 时间:
2018-08-04 17:33:21
阅读次数:
133
Install TensorFlow on Raspbian This guide explains how to install TensorFlow on a Raspberry Pi running Raspbian. Although these instructions might als ...
分类:
其他好文 时间:
2018-08-04 00:59:36
阅读次数:
1154