Fork me on GitHub

2018年5月31日

摘要: .NET Core 微服务架构 Steeltoe 使用(基于 Spring Cloud) https://www.cnblogs.com/xishuai/p/steeltoe and spring cloud eureka config hystrix.html 阅读目录: 1. Spring Cl 阅读全文
posted @ 2018-05-31 13:54 HackerVirus 阅读(5193) 评论(1) 推荐(3)

2018年5月29日

摘要: EFCore数据库迁移命令整理 http://www.siyouku.cn/article/6871.html 前言 因为现在用.net core 开发新项目,过程中需要经常涉及到数据命令的迁移,今天分别整EFCore 的两种迁移数据库的方式 1 程序包管理器控制台 , Package Manage 阅读全文
posted @ 2018-05-29 16:23 HackerVirus 阅读(2705) 评论(0) 推荐(0)

2018年5月25日

摘要: 使用 NLog 给 Asp.Net Core 做请求监控 https://www.cnblogs.com/cheesebar/p/9078207.html 为了减少由于单个请求挂掉而拖垮整站的情况发生,给所有请求做统计是一个不错的解决方法,通过观察哪些请求的耗时比较长,我们就可以找到对应的接口、代码 阅读全文
posted @ 2018-05-25 09:20 HackerVirus 阅读(1511) 评论(0) 推荐(0)
摘要: SkyWalking 为.NET Core https://www.cnblogs.com/liuhaoyang/p/skywalking dotnet v02 release.html Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控 在大型网站系统设 阅读全文
posted @ 2018-05-25 09:15 HackerVirus 阅读(366) 评论(0) 推荐(0)

2018年5月24日

摘要: ElasticSearch拼音插件elasticsearch analysis pinyin使用介绍 https://my.oschina.net/xiaohui249/blog/214505 摘要: elasticsearch analysis pinyin是ElasticSearch的一个分词插 阅读全文
posted @ 2018-05-24 18:10 HackerVirus 阅读(1021) 评论(0) 推荐(0)
摘要: Elasticsearch 默认分词器和中分分词器之间的比较及使用方法 https://segmentfault.com/a/1190000012553894 介绍:ElasticSearch 是一个基于 Lucene 的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于 RESTful 阅读全文
posted @ 2018-05-24 16:57 HackerVirus 阅读(1070) 评论(0) 推荐(0)

2018年5月23日

摘要: C 开发的基于Webkit内核开源爬虫蜘蛛引擎 https://www.cnblogs.com/micro chen/p/9075590.html 概述 在各个电商平台发展日渐成熟的今天。很多时候,我们需要一些平台上的基础数据。比如:商品分类,分类下的商品详细,甚至业务订单数据。电商平台大多数提供了 阅读全文
posted @ 2018-05-23 22:34 HackerVirus 阅读(1815) 评论(0) 推荐(0)
摘要: Elasticsearch1.x 基于lc pinyin和ik分词实现 中文、拼音、同义词搜索 https://blog.csdn.net/chennanymy/article/category/6056806 Elasticsearch1.x 拼音分词实现全拼首字母中文混合搜索 https://b 阅读全文
posted @ 2018-05-23 16:30 HackerVirus 阅读(641) 评论(0) 推荐(0)
摘要: ElasticSearch 中文同义词实现 https://blog.csdn.net/xsdxs/article/details/52806499 参考以下两个网址,但运行报错,以下是我自己改进方式和使用总结。 https://github.com/medcl/elasticsearch anal 阅读全文
posted @ 2018-05-23 15:29 HackerVirus 阅读(603) 评论(0) 推荐(0)
摘要: elasticsearch 1.7.1 (es Windows 64) 安装、启动、停止的详细记录 https://blog.csdn.net/qq_27093465/article/details/53544541 elastic adj.有弹力的;可伸缩的;灵活的 restful adj.平静的 阅读全文
posted @ 2018-05-23 14:07 HackerVirus 阅读(1784) 评论(0) 推荐(0)