1.client端EurekaClient提供三个功能:EurekaClientAPIcontractsare:providetheabilitytogetInstanceInfo(s)(invariousdifferentways)providetheabilitytogetdataaboutthelocalClient(knownregions,ownAZetc)providetheabili
分类:
编程语言 时间:
2020-12-04 11:12:00
阅读次数:
5
https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/swagger.html#adding-swagger-documentation 添加swagger文档 安装django-rest-swagger pip ...
分类:
其他好文 时间:
2020-12-03 12:25:19
阅读次数:
11
mormot2 TRawByteStringStream mormot.core.base.pas /// TStream using a RawByteString as internal storage // - default TStringStream uses WideChars sinc ...
分类:
其他好文 时间:
2020-12-03 12:12:22
阅读次数:
5
tensorflow版本:1.15.0 tf.summary.scalar,tf.summary.histogram,tf.summary.merge_all,tf.summary.merge,tf.summary.FileWriter,writer.add_summary用法简单演示! impor ...
分类:
其他好文 时间:
2020-12-03 11:45:54
阅读次数:
4
{ "size": 0, "query": { "bool": { "filter": [ { "range": { "@timestamp": { "gte": 1596572166943, "lte": 1596593766943, "format": "epoch_millis" } } }, ...
分类:
其他好文 时间:
2020-12-01 12:04:43
阅读次数:
3
import pandas as pd import plotly_express as px 查看原始数据情况 df=pd.read_excel('leyoujia.xlsx') zone = pd.DataFrame(df["zone"].value_counts()).reset_index( ...
分类:
其他好文 时间:
2020-12-01 12:03:42
阅读次数:
3
关于浏览器缓存 浏览器缓存,有时候我们需要他,因为他可以提高网站性能和浏览器速度,提高网站性能。但是有时候我们又不得不清除缓存,因为缓存可能误事,出现一些错误的数据。像股票类网站实时更新等,这样的网站是不要缓存的,像有的网站很少更新,有缓存还是比较好的。今天主要介绍清除缓存的几种方法。 怎么清除浏览 ...
分类:
其他好文 时间:
2020-11-30 15:59:30
阅读次数:
5
Fasttext模型结构 左图是Fasttext,右图是CBOW,可以看出Fasttext模型与CBOW的模型结构有点像,都有输入层、隐藏层、输出层,但二者还是有挺大区别的,二者的区别如下: 输入层: CBOW:输入的是每个词的One-hot向量; Fasttext:输入的是每个词的词嵌入向量。 隐 ...
分类:
其他好文 时间:
2020-11-30 15:26:24
阅读次数:
2
Programming Concepts Series: The Stack and the Heap Compiled and Interpreted Languages Concurrency Static vs. Dynamic Type Checking Type Introspection ...
分类:
其他好文 时间:
2020-11-26 15:02:41
阅读次数:
5
select * from v$sql select row_number() over (order by a.username, a.client_info, a.terminal) as id , a.username, a.sid, a.serial# as serial_id, a.cli ...
分类:
数据库 时间:
2020-11-26 14:51:52
阅读次数:
9