一、代码展示 <template> ... <div class="loading-animation-box" > <img class="loading-animation" width="26" height="28" src="../../../static/images/balabla.p ...
分类:
Web程序 时间:
2021-04-14 12:20:55
阅读次数:
0
EC2 Instance Pricing Options On-Demand Pay by the hour or the second depending on the type of instnace you run. Great for flexbility. (Run proprotype ...
分类:
其他好文 时间:
2021-04-14 12:14:34
阅读次数:
0
AutoK3s是一款K3s集群自动化部署工具,可以方便开发者自助管理云环境中的K3s集群,可支持AWS/Aliyun/TencentCloud等主流公有云,随用随部署,用完即释放,对于在平时工作过程中需要各种K8s环境的开发测试人员,可以从很大程度上节省重复部署环境的时间,提升工作效率。 新发布的 ...
分类:
其他好文 时间:
2021-04-14 12:12:47
阅读次数:
0
#1. Load Balancer 一般有以下实现方案 一个 Anycast IP(比如 Google LB),GCP 的 cdn 是不直接提供对外连接地址,而是由 lb 的 ip 提供。 一个普通 IP(比如 Ucloud LB) 一个 CNAME 分区解析(比如 AWS ELB),AWS 的 c ...
分类:
其他好文 时间:
2021-04-14 12:00:00
阅读次数:
0
When you run hexo g on any web instances, like on AWS or Azure, you might get the following error: (node:3568) ExperimentalWarning: The fs.promises AP ...
分类:
其他好文 时间:
2021-04-12 12:28:51
阅读次数:
0
基于region proposal的RCNN系列:RCNN、Fast RCNN、Faster RCNN 基于区域划分的YOLO、SSD 基于强化学习的AttentionNet等,还有最新的Mask RCNN。 我们将用一周时间先详细介绍每个模型然后通过Tensorflow跑一遍模型。 说到基于reg ...
分类:
其他好文 时间:
2021-04-12 12:04:29
阅读次数:
0
我以前和你一样也是个vectorer,直到我膝盖中了一TLE. Invitation Cards 这道题目,8s的时限,1e6的数据,只不过是跑了两边DIjkstra,vector超时,而向前星只需要2s. 同样是邻接表存图,链式向前星虽然没有vector那么简洁,但是速度会有明显提升,并且许多操作 ...
分类:
其他好文 时间:
2021-04-08 14:03:54
阅读次数:
0
mAP https://jonathan-hui.medium.com/map-mean-average-precision-for-object-detection-45c121a31173 SVM https://towardsdatascience.com/https-medium-com-p ...
分类:
其他好文 时间:
2021-04-08 14:01:18
阅读次数:
0
使用第三方组件进行Minio文件上传-Android https://blog.csdn.net/u013243573/article/details/79039351 https://github.com/aws-amplify/aws-sdk-android/tree/main/aws-andr ...
分类:
移动开发 时间:
2021-04-08 13:11:17
阅读次数:
0
·html hyper text markup language 超文本标记语言,一种描述性语言。 //结构 ·css cascading style sheet 层叠样式表,控制网页外观。 //外观 ·javascript JS,嵌入到HTML页面中的脚本语言,由浏览器便解释边执行。//行为 ·其 ...
分类:
其他好文 时间:
2021-04-07 10:42:19
阅读次数:
0