08 2018 档案

摘要:VMPlayer装的Ubuntu虚拟机,如果要上网的话,需要宿主机连接有线网。无线网会影响上外网功能。 asn1中报错:unsupported operand type(s) for -: 'dict' and 'int':setof, sequenceof 就算只有一个元素,也要加逗号。 pyth 阅读全文
posted @ 2018-08-16 19:21 Claire_xu 阅读(124) 评论(0) 推荐(0)
摘要:如果是python 项目目录,例如pycharm里新建的python项目,则可以通过from,import导入目录下的文件夹。 如果是普通文件目录,则代码里不能相对方式导入该目录下的文件夹,需要加入要导入文件夹的绝对路径。 如果要导入的文件夹是python package(看文件夹下是否有__ini 阅读全文
posted @ 2018-08-11 09:43 Claire_xu 阅读(220) 评论(0) 推荐(0)
摘要:新建本地仓库 git clone -b <branch_name> <branch_address> clone Clone a repository into a new directory. clone命令无法在已是git的目录里clone. git init 将当前文件夹初始化为git目录。 阅读全文
posted @ 2018-08-10 20:02 Claire_xu 阅读(148) 评论(0) 推荐(0)
摘要:错误提示: 错误提示: 这个授权密钥已被吊销。 解决方法: 删除以下目录中的所有文件即可。 C:\Users\Administrator\AppData\Roaming\Scooter Software\Beyond Compare 4证书过期也可以使用这个方法。 这个授权密钥已被吊销。 解决方法: 阅读全文
posted @ 2018-08-02 17:59 Claire_xu 阅读(23485) 评论(5) 推荐(5)
摘要:TypeError: unsupported operand type(s) for -: 'str' and 'int' 可能是该用列表的地方没用列表。 1、 ’-‘不支持,需改为'_' asn1tools.parser.ParseError: Invalid ASN.1 syntax at li 阅读全文
posted @ 2018-08-02 16:40 Claire_xu 阅读(488) 评论(0) 推荐(0)
摘要:PKI:Public Key Infrastructure 公钥基础设施 PKI标准可以分为第一代和第二代标准。 第一代PKI标准主要包括美国RSA公司的公钥加密标准(Public Key Cryptography Standards,PKCS)系列、国际电信联盟的ITU-T X.509、IETF组 阅读全文
posted @ 2018-08-02 11:16 Claire_xu 阅读(1291) 评论(0) 推荐(0)
摘要:Key and Certificate Conversion Key and Certificate Conversion Private keys and certificates can be stored in a variety of formats, which means that yo 阅读全文
posted @ 2018-08-01 15:10 Claire_xu 阅读(489) 评论(0) 推荐(0)