草庐IT

code-signing-certificate

全部标签

Visual Studio Code之xml编辑器安装

xml格式是普遍使用的数据文件格式,比较方便的一种编辑xml格式的方式是在VSCode中安装一个xml插件,在打开xml格式的文件时自动启用插件,这样就省的安装其他的软件了,毕竟对于程序员来说VSCode基本都要用的。点击VSCode在左边的侧边栏中最后一个控件:搜素xml,安装下图所示的插件:安装结束后关闭VSCode,随便打开一个xml文件,如下图所示,软件自动启动xml的插件,此时就可以对xml文件进行各种编辑,很方便,插件也很小。    

linux 使用steam++,steam社区页面报错:Invalid SSL Certificate The SSL certificate for https://steamcommunity.c

InvalidSSLCertificatTheSSLcertificateforhttps://steamcommunity.com/app/1281930/workshop/isinvalidandthepagewillnotbeloaded(error:-202status:4).解决方法:在Chrome浏览器中导入证书:chrome搜索栏输入chrome://settings/certificates,选择导入证书格式需要勾选所有文件,路径在/home/user/.local/share/Steam++/三个全部勾选,点击确定后重新启动steam++和steam即可

visual studio code 创建 SSH 远程连接

DevelopingonRemoteMachinesusingSSHandVisualStudioCodehttps://code.visualstudio.com/docs/remote/ssh应用包括但不限于:虚拟机、服务器步骤说明:前两步不涉及代码(键盘)操作,所以就并在一起了(为什么安装SSH服务后没有直接验证?)1.安装SSH服务安装OpenSSH|MicrosoftDocshttps://docs.microsoft.com/zh-cn/windows-server/administration/openssh/openssh_install_firstuse以Windows为例依

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

SSL Certificate Signed Using Weak Hashing Algorithm(CVE-2004-2761)

SSLCertificateSignedUsingWeakHashingAlgorithm操作系统版本:WindowsServer2012R2前言:解决SSLCertificateSignedUsingWeakHashingAlgorithm过程中生成证书时采用自签名故仍然会保留SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate问题,解决SSLCertificateCannotBeTrusted、SSLSelf-SignedCertificate可申请官方机构颁布证书SSLCertificateSignedUsingWeakHashi

Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of

Unabletoconnecttotheserver:x509:certificatesignedbyunknownauthority(possiblybecauseof"crypto/rsa:verificationerror"whiletryingtoverifycandidateauthoritycertificate"kubernetes")mkdir-p$HOME/.kubesudocp-i/etc/kubernetes/admin.conf$HOME/.kube/configsudochown$(id-u):$(id-g)$HOME/.kube/configdocker-x509c

运行显示“process finished with exit code 0”的解决办法(pycharm)

问题发现:1.首先我们打开一个.py文件,运行,显示Processfinishedwithexitcode0解决办法:1.我们首先需要打开preferences 2.其次我们找到tool目录下的,pythonintegratedtools 3.将Autodetect修改为pytest 4.将reStructureText改为Plain 5.⚠️重启pycharm,再运行所要运行的程序,就OK啦

鸿蒙开发板Hi3861驱动LCD1602A_4线并口模式_基于code-2.0

鸿蒙开发板Hi3861驱动LCD1602A_4线并口模式_基于code-2.0  #include"_ansi.h"#include#include"ohos_init.h"#include"cmsis_os2.h"#include"iot_gpio.h"#include"hi_io.h"#include"iot_pwm.h"#include"hi_pwm.h"#include"font_lcd1602.h"/*////bytxwtech2021.10LCD1602--Hi3861Board2VDD--3V33V0--GND4RS--GPIO65RW--GND6E--GPIO811D4--GP

go - gmail-api : Mail content formats are getting distorted (Code Lang : Go)

我在Go中使用“google.golang.org/api/gmail/v1”来发送包含HTML内容的多封邮件。我正在使用for循环发送多封内容不同但类型均为“html”的邮件。就API而言,它工作正常,所有邮件都已送达。但是只有第一封邮件以正确的格式发送,即以HTML格式发送(即邮件的接收者正在以HTML格式接收邮件),其余用户正在接收所有内容为文本的邮件(因此所有HTML标签在邮件正文中可见)/我需要处理任何限制或条件才能成功吗?请指出我做的错误。代码片段是:funcmain(){//GetthedatafromtheDBrecipientsList:=dbRetrieval()f

go - gmail-api : Mail content formats are getting distorted (Code Lang : Go)

我在Go中使用“google.golang.org/api/gmail/v1”来发送包含HTML内容的多封邮件。我正在使用for循环发送多封内容不同但类型均为“html”的邮件。就API而言,它工作正常,所有邮件都已送达。但是只有第一封邮件以正确的格式发送,即以HTML格式发送(即邮件的接收者正在以HTML格式接收邮件),其余用户正在接收所有内容为文本的邮件(因此所有HTML标签在邮件正文中可见)/我需要处理任何限制或条件才能成功吗?请指出我做的错误。代码片段是:funcmain(){//GetthedatafromtheDBrecipientsList:=dbRetrieval()f