首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
lets专题
Lets-Encrypt配置泛域名证书
参考教程:Create Let’s Encrypt Wildcard Certificates in NGINX Let’s Encrypt 是一个免费、开放且自动化的证书颁发机构,由 Linux 基金会进行日常管理维护。它为大量网站提供 TLS 证书,帮助网站轻松实现 HTTPS 加密。下面我将介绍如何利用 Let’s Encrypt 为网站生成免费的泛域名 SSL 证书。 一、环境 ❯
阅读更多...
使用Certbot申请Lets Encrypt证书
1、安装certbot yum install certbot -y 2、申请证书 certbot certonly --standalone -d dev.anlitech.com 3、更新证书 certbot renew --dry-run 4、自动续期 crontab -e 0 0 * * * docker stop nginx-web;certbot re
阅读更多...
Lets-Autoit 随看随记【自用】
【1】声明变量 常量 Dim Local Global Const 建议变量首字母大写,常量全部大写 1 常量或变量名的命名规则,以下划线或英文字母开头, 在Autoit中不区分大小写 2 指数型十进制型数据表示 1.2e3 (1.2乘以10的三次方) 十六进制数的 0x 开头 3 字符串 用英文双引号或单引号包含起来,如果字符串
阅读更多...
Tactile sensor lets robots gauge objects’ hardness and manipulate small tools
A GelSight sensor attached to a robot’s gripper enables the robot to determine precisely where it has grasped a small screwdriver, removing it from and inserting it back into a slot, even when the
阅读更多...