啥也没写
2024年(15)
2023年(44)
2022年(39)
2021年(46)
2020年(43)
2019年(27)
2018年(44)
2017年(50)
2016年(47)
2015年(15)
2014年(21)
2013年(43)
2012年(143)
2011年(228)
2010年(263)
2009年(384)
2008年(246)
2007年(30)
2006年(38)
2005年(2)
2004年(1)
发布时间:2021-12-23 11:47:25
安装:注:所有github.com都要加上httpsgit clone github.com/vulsio/go-cve-dictionary.gitcd go-cve-dictionary/go build下载历年的NVD./go-cve-dictionary fetch nvd./go-cve-dictionary --bind="0.0.0.0" servercd ..git clone github.com/vulsio/goval-dictionary.gitcd goval-dictionarygo mod tidygo .........【阅读全文】
发布时间:2021-12-09 10:01:00
FerretDB,类mangodb数据库,后端使用postgresql安装先安装postgresql14需要go.1.18,现在正式版是1.17.4,需要把master自己编译一次git clone github.com/FerretDB/FerretDB.gitcd FerretDB/root/src/go/bin/go mod tidycd tools && /root/src/go/bin/go mod tidy &&go generate -tags=tools -xcd ../root/src/go/.........【阅读全文】
发布时间:2021-12-07 15:09:28
安装模块pip install qiniu点击(此处)折叠或打开# -*- coding: utf-8 -*-from qiniu import QiniuMacAuthimport requests, json#填写七牛账户的akskaccess_key = "xx"secret_key = "OO"def get_qvm():.........【阅读全文】