AWS CodeCommit 是一种用于托管私有 Git 存储库的安全、高度可扩展的托管源代码控制服务。CodeCommit 使您无需管理自己的源代码控制系统或担心其基础设施的扩展。您可以使用 CodeCommit 存储从代码到二进制文件的一切内容。它支持 Git 的标准功能,可与您现有的基于 Gi... ...
分类:
其他好文 时间:
2021-06-20 17:36:57
阅读次数:
0
import zlib import websocket import json import redis import pymysql import time rds = redis.StrictRedis(host='10.10.6.83', port=6379, db=3, password= ...
分类:
编程语言 时间:
2021-06-18 19:59:07
阅读次数:
0
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...
硬件条件:ThinkpadP52 1T+1Tssd+2T OS:windows10+Ubuntu20.04(先安装windows再安装Ubuntu) Geant4 安装 软体下载 https://geant4.web.cern.ch/support/download 安装到/jianghp/gean ...
分类:
其他好文 时间:
2021-06-17 16:38:52
阅读次数:
0
def encode(matched, priors, variances): """Encode the variances from the priorbox layers into the ground truth boxes we have matched (based on jaccard ...
分类:
其他好文 时间:
2021-06-15 17:35:17
阅读次数:
0
本文的前提是本地Docker环境已经配置成功,参考Windows 10安装Docker并使用私钥连接AWS EC2 1. 参考资料 https://hub.docker.com/_/redis https://redis.io/topics/config 2. 运行docker pull redis ...
其实很早就是用kafka了,但是一直都用的非常简单,最近写一个小功能的时候又要用到kafka,于是就花点时间好好看了一下网上关于kafka的一些文档和博客,发现了一个很不错的博客,做个记录和分享。 原文链接: https://www.cnblogs.com/rexcheny/articles/946 ...
分类:
编程语言 时间:
2021-06-11 18:14:50
阅读次数:
0
系列目录 【已更新最新开发文章,点击查看详细】 .NET Standard 是一套正式的 .NET API 规范,有望在所有 .NET 实现中推出。 推出 .NET Standard 的背后动机是要提高 .NET 生态系统中的一致性。 ECMA 335 继续为 .NET 实现行为建立统一性,尽管 E ...
分类:
Web程序 时间:
2021-06-10 18:13:59
阅读次数:
0
1.在pom.xml中引入amazonS3的依赖。 <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-s3</artifactId> <version>1.11.792</version> </depende ...
分类:
编程语言 时间:
2021-06-10 17:34:05
阅读次数:
0
Xhorse VVDI2 V7.0.2 software supports unlock FEM/BDC directly for ISTA V4.28.41 version. *** VVDI2 V7.0.2*** 2021-06-08*** Require firmware V7.0.0**** ...
分类:
其他好文 时间:
2021-06-09 15:27:05
阅读次数:
0