参考开源项目:年龄_性别识别 1.识别效果如下图 2.keras模型转pb模型,方便模型的迁移和rknn平台的使用,代码1如下: from keras.models import load_model import tensorflow as tf import os import os.path ...
分类:
其他好文 时间:
2020-06-16 15:02:05
阅读次数:
124
CloudEndure 支持CDC(Change Data Capture)。
主要是两个功能:
1. 迁移
2. 灾备
这里主要讲迁移Migration这一部分:
先Overview一下CloudEndure架构原理
分类:
其他好文 时间:
2020-06-16 14:46:27
阅读次数:
237
走心万字长文!Step by Step,教你如何在Rancher单节点安装或高可用安装的情况下进行Rancher server迁移。超详细步骤,大量代码,保姆级教程,学到就是赚到!
分类:
其他好文 时间:
2020-06-16 00:35:58
阅读次数:
61
##背景 项目配置迁移到Apollo之后,通过统一的配置管理及配置监听使得项目配置修改的成本大大降低。 但是,在使用Apollo的过程中,强哥也遇到一个问题:如果我们要获取Apollo下的namespace信息需要通过ConfigServer.getConfig(String namespace)方 ...
分类:
其他好文 时间:
2020-06-15 22:40:13
阅读次数:
106
从整数划分问题到C++值元编程——constexpr、模板与函数式。 ...
分类:
编程语言 时间:
2020-06-15 20:48:03
阅读次数:
46
hadoop文件目录结构 http://192.168.21.110:50070/explorer.html#/ 登录后会看到hadoop的数据目录 报错解决 Permission denied: user=dr.who, access=WRITE, inode="/":root:supergrou ...
分类:
其他好文 时间:
2020-06-15 17:48:08
阅读次数:
55
一般这种迁移,要注意旧仓库的提交历史等信息也要同步到新的仓库。 先使用如下命令克隆老的: git clone --bare git@gitlab.test1.com:f2e/test.git 新仓库创建好,使用如下命令推上去: git push --mirror git@gitlab.test2.c ...
分类:
其他好文 时间:
2020-06-15 12:28:22
阅读次数:
68
下载2.3.1版本 https://github.com/zorlan/skycaiji 漏洞复现 文中sky231.com为本地设置域名漏洞点位于后台安装插件功能处,首先登陆后台 1.访问 http://xxxx.com/index.php?s=/Admin/Store/installPlugin ...
分类:
系统相关 时间:
2020-06-15 12:07:14
阅读次数:
160
pair的数据定义 在C++ pair的参考网站的介绍如下所示 > stdpair is a class template that provides a way to store two heterogeneous objects as a single unit. A pair is a spe ...
分类:
编程语言 时间:
2020-06-14 23:53:25
阅读次数:
113
Mybatis 1、什么是Mybatis? 历史 MyBatis 本是apache的一个开源项目iBatis 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 2013年11月迁移到Github 定义 一个基于Java ...
分类:
其他好文 时间:
2020-06-14 18:59:08
阅读次数:
63