官网:https://tensorflow.google.cn/tfx/guide/serving 步骤1:保存pb模型 # 为模型每一个参数添加name # ner demo: https://github.com/buppt/ChineseNER self.input_x = tf.placeh ...
分类:
Web程序 时间:
2020-07-08 15:34:47
阅读次数:
153
dubbo的spi机制源码流程 1.0 源码解读见dubbo官网:http://dubbo.apache.org/zh-cn/docs/source_code_guide/dubbo-spi.html 1.1 SPI 全称为 Service Provider Interface,是一种服务发现机制。 ...
分类:
其他好文 时间:
2020-07-08 15:01:11
阅读次数:
55
需求: 找一款工具可以对TCP 80端口 收集 访问延迟和丢包率 找到的工具: 1、Hping : http://www.hping.org/ 2、paping : https://docs.azure.cn/zh-cn/articles/azure-operations-guide/virtual ...
分类:
其他好文 时间:
2020-07-08 14:56:02
阅读次数:
108
一、原生java整合elasticsearch的API地址 https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.2/java-docs.html 二、Spring Data的官网 http://projects.spring ...
分类:
编程语言 时间:
2020-07-07 17:49:14
阅读次数:
79
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3698 题目大意:给你$n\times m$的表格,你在每一行必须且只能放置一个塔,在每个格子建造塔的时间为$a[i][j]$,魔法范围为$mg[i][j]$,相邻两行的塔设为$(i,j)(i+1,k)$ ...
分类:
其他好文 时间:
2020-07-05 00:37:07
阅读次数:
61
This guide walks you through the process of creating a Spring application connected to a MySQL Database (as opposed to an in-memory, embedded database ...
分类:
数据库 时间:
2020-07-04 01:46:34
阅读次数:
78
兼容性说明 窗体改成固定尺寸方式接口加密不能用zip压缩 vuejs兼容性 https://cli.vuejs.org/zh/guide/browser-compatibility.html#polyfill 只支持对es5以上支持的浏览器,ie8以下不支持 添加babel兼容性打开项目时删除目录n ...
分类:
Web程序 时间:
2020-07-03 10:52:57
阅读次数:
166
指南 https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html Elasticsearch概念 Elasticsearch 是一个开源的搜索引擎,建立在一个全文搜索引擎库 Apache Lucene? 基础之上。 L ...
分类:
其他好文 时间:
2020-07-02 20:10:42
阅读次数:
59
https://www.nairatag.com/cryptocurrency/how-to-trade-cryptocurrency/ This guide will show you how to trade cryptocurrency. This is for both newbie and ...
分类:
其他好文 时间:
2020-07-02 13:40:12
阅读次数:
91
调整对比度 直方图均衡化/对比度限制自适应直方图均衡化(CLAHE)/gamma变换/对数变化 限制对比度自适应直方图均衡化算法原理 限制对比度自适应直方图均衡化算法实现 代码实现 import cv2 import matplotlib.pyplot as plt import numpy as ...
分类:
其他好文 时间:
2020-07-02 13:23:44
阅读次数:
44