码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
C# 扩展方法
https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/classes-and-structs/extension-methods ...
分类:Windows程序   时间:2018-08-09 14:53:49    阅读次数:156
hMailServer安装使用教程
hMialServer是Windows下一款免费开源的邮件服务器软件,支持smtp、pop3、imap。 本文主要根据官方文档Quick-Start guide整理而成。 一、下载 下载地址:https://www.hmailserver.com/download 二、安装 直接双击下载的安装程序 ...
分类:其他好文   时间:2018-08-09 13:50:59    阅读次数:470
AS优化
第一步:打开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
springboot 整合 elasticsearch
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
elastic search 重要的系统配置
文章翻译自 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
iOS Password AutoFill开发指南
引言 在《iPhone User Guide for iOS 11.4》这本书中,介绍了iOS11的新特性。其中在Safari的章节中,介绍了Fill in forms。也就是当你在网页登录、注册以及购买的时候,用户可以通过键盘来填充网页的表单、或者是Safari自己填充(前提是你开启了AutoFi ...
分类:移动开发   时间:2018-08-06 19:51:59    阅读次数:870
java做web抓取
就像许多现代科技一样,从网站提取信息这一功能也有多个框架可以选择。最流行的有JSoup、HTMLUnit和Selenium WebDriver。我们这篇文章讨论JSoup。JSoup是个开源项目,提供强大的数据提取API。可以用它来解析给定URL、文件或字符串中的HTML。它还能操纵HTML元素和属 ...
分类:编程语言   时间:2018-08-05 23:25:37    阅读次数:221
logstash常用插件解析
官方地址: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
TensorFlow 1.9官网树莓派安装教程
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
3262条   上一页 1 ... 89 90 91 92 93 ... 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!