浅谈人脸识别中的loss 损失函数 2019-04-17 17:57:33 liguiyuan112 阅读数 641更多 分类专栏: AI 人脸识别 浅谈人脸识别中的loss 损失函数 2019-04-17 17:57:33 liguiyuan112 阅读数 641更多 分类专栏: AI 人脸识别 ...
分类:
其他好文 时间:
2019-10-03 12:59:59
阅读次数:
89
本地项目部署在互联网上需要: 1、外网的服务器。 2、腾讯云。 3、内网映射工具。 工具做的事情:会把我们这个内网的IP 通过工具 映射:外网一个指定服务器内。 最常见的内网映射工具: 花生壳。(80端口被禁用了,所以不采用) natapp 第一步:登录注册 用户名 huoxiansudi 第二步: ...
分类:
其他好文 时间:
2019-10-03 12:45:27
阅读次数:
109
1. https://www.jianshu.com/p/bde1bec2bd1e ...
分类:
移动开发 时间:
2019-10-02 10:22:57
阅读次数:
96
最简单使用: 服务端 ./frps 使用默认7000端口,没有认证密码任何frp客户端都可以使用,默认使用TCP通道 ./frps -p 7000 -t frpauth 使用了7000端口,设置认证token为frpauth 客户端 frpc tcp -t frpauth -l 3389 -r 12 ...
分类:
其他好文 时间:
2019-09-30 14:59:20
阅读次数:
92
1 /// 2 /// 获取access_token 3 /// 4 /// 5 public static string GetAccessToken() 6 { 7 string token = string.Empty; 8 try 9 { 10 # 微信小程序接口 11 string wec... ...
分类:
微信 时间:
2019-09-30 00:08:58
阅读次数:
788
获取access_token请参考我的另外一篇博客:https://www.cnblogs.com/qinaqina/p/11610346.html ...
分类:
微信 时间:
2019-09-30 00:01:17
阅读次数:
234
模板消息 官方文档: "https://developers.weixin.qq.com/miniprogram/dev/api backend/open api/template message/templateMessage.send.html" 模板消息如下图所示 Django中获取acces ...
分类:
微信 时间:
2019-09-29 23:58:06
阅读次数:
301
1、Secret 存在意义 Secret 解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者 Pod Spec中。Secret 可以以 Volume 或者环境变量的方式使用 2、Secret 有三种类型 ① Service Account:用来访问 Kuberne ...
分类:
其他好文 时间:
2019-09-29 19:29:32
阅读次数:
95
1.doGetAuthenticationInfo执行时机如下 当调用Subject currentUser = SecurityUtils.getSubject(); currentUser.login(token); 2.doGetAuthorizationInfo执行时机有三个,如下: 1、s ...
分类:
其他好文 时间:
2019-09-29 15:38:42
阅读次数:
140
在开发过程中会遇到下载excel但是需要传token来验证的问题,一般情况下是用直接指向地址来实现,但是token校验没办法实现,所以就用到了blod 一般情况下: 采用blod: ...
分类:
其他好文 时间:
2019-09-29 12:50:28
阅读次数:
201