码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
tfserving部署模型
官网: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源码解析
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端口的访问延迟和丢包率
需求: 找一款工具可以对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
SprignBoot整合Spring Data Elasticsearch
一、原生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
HDU-3698.Let the light guide us线段树优化DP
题目链接: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
Accessing data with MySQL
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
vue js epg浏览器兼容性
兼容性说明 窗体改成固定尺寸方式接口加密不能用zip压缩 vuejs兼容性 https://cli.vuejs.org/zh/guide/browser-compatibility.html#polyfill 只支持对es5以上支持的浏览器,ie8以下不支持 添加babel兼容性打开项目时删除目录n ...
分类:Web程序   时间:2020-07-03 10:52:57    阅读次数:166
Elasticsearch操作
指南 https://www.elastic.co/guide/cn/elasticsearch/guide/current/index.html Elasticsearch概念 Elasticsearch 是一个开源的搜索引擎,建立在一个全文搜索引擎库 Apache Lucene? 基础之上。 L ...
分类:其他好文   时间:2020-07-02 20:10:42    阅读次数:59
How to Trade Cryptocurrency – The Complete Guide
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
3262条   上一页 1 ... 8 9 10 11 12 ... 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!