1 protoc是Protobuf编译器,可以从github上直接下载源码,下载地址https://github.com/google/protobuf/releases/tag/v3.0.2。 解压并添加到环境变量 安装扩展包 go get -u github.com/micro/go-micro ...
分类:
其他好文 时间:
2021-03-30 13:25:40
阅读次数:
0
ubuntu 20.04 lts,按照这个方案成功,其他方案不行 安装指令: sudo apt-get install language-pack-zh-hans sudo apt-get install fcitx-googlepinyin 配置: 1、搜索框输入:Language Support ...
分类:
系统相关 时间:
2021-03-29 12:16:50
阅读次数:
0
K8s: minikube start下载iso镜像速度慢 minikube start --image-mirror-country=cn --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers ...
分类:
其他好文 时间:
2021-03-29 12:10:24
阅读次数:
0
dungeon quest,又名暗黑遗迹,勇闯地下城 此处博主还是推荐玩google商店里面的dungeon quest,可以将存档存入云端,随时恢复 玩了半天后发现这个游戏是可以修改,擦,这还不直接起飞: 修改无限粉 所谓粉就是可以用来换红装绿装那个粉,是一个伞壮的材料 修改办法:打开粉换装备的页 ...
分类:
其他好文 时间:
2021-03-29 11:38:42
阅读次数:
0
创建线程池 通过static代码块创建线程池: import com.google.common.util.concurrent.ThreadFactoryBuilder; import java.util.concurrent.ExecutorService; import java.util.c ...
分类:
编程语言 时间:
2021-03-26 15:19:53
阅读次数:
0
比赛链接:https://pintia.cn/market/item/1371703238093053952 7-1 打印三角形拼图 (15 分) 题解 找规律。 代码 #include <bits/stdc++.h> using namespace std; int main() { ios::s ...
分类:
其他好文 时间:
2021-03-17 15:03:51
阅读次数:
0
##前言 TensorFlow 是一个开源的、基于 Python 的机器学习框架,它由 Google 开发,并在图形分类、音频处理、推荐系统和自然语言处理等场景下有着丰富的应用,是目前最热门的机器学习框架。 除了 Python,TensorFlow 也提供了 C/C++、Java、Go、R 等其它编 ...
分类:
其他好文 时间:
2021-03-17 14:57:50
阅读次数:
0
有些时候,我们搜索的时候,只会提供一个输入框,但是会查询相关的多个字段,典型的如Google搜索,我们该如何用 Elasticsearch 如何实现呢? ...
分类:
其他好文 时间:
2021-03-16 14:09:47
阅读次数:
0
原文:https://code.visualstudio.com/docs/nodejs/reactjs-tutorial To debug the client side React code, we'll need to install the Debugger for Chrome exten ...
分类:
其他好文 时间:
2021-03-16 14:09:27
阅读次数:
0
前言 为了适应新版本Google Play支付服务端验证,需要准备以下材料: 1. 对特定域名支持的https证书 2. Google Play后台的OAuth 2.0的参数文件 1. https证书: 准备材料:域名 证书申请介绍 产生结果:如你的域名是:vgamelive.cn,需提供2个文件类 ...
分类:
其他好文 时间:
2021-03-16 14:02:00
阅读次数:
0