目录 Golang Ecb Aes golang AES的ecb加密模式 项目里要用到aes加密(由于历史原因,必须采用ECB模式)。 在使用golang进行重构时发现,golang
目录 域名微信屏蔽检测 输入要检测的域名即可查询该域名是否被微信或QQ管家屏蔽。 网址: http://domain.ked.pub
目录 取名 自古国人取名讲究天干地支,五行匹配。 五行属性 五行的五种元素在天上形成五星,即金星、木星、水星、火星、土星;五行在地上就是金、木、水、
目录 aliyun mirror wget -O /etc/yum.repos.d/CentOS-aliyun-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo epel !!! rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm epel ss wget https://copr.fedorainfracloud.org/coprs/librehat/shadowsocks/repo/epel-7/librehat-shadowsocks-epel-7.repo ius.io yum install \ https://repo.ius.io/ius-release-el7.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm nginx https证书自动部署脚本 https://certbot.eff.org/lets-encrypt/centosrhel7-nginx sudo yum install python2-certbot-nginx linux chrome vi /etc/yum.repos.d/chrome.repo 1 2 3 4 5 6 [google-chrome] name=google-chrome baseurl=https://dl.guuuu.ga/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=0 gpgkey=https://dl-ssl.guuuu.ga/linux/linux_signing_key.pub vs code 1 2 sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc sudo sh -c
目录 概念 protobuf 简介 什么是 Google Protocol Buffer? Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准,他们用于 RPC 系统和持续数据存储系统。 Protocol Buffers 是一种轻便高效的结构
目录 抽空写了一个简单的获取客户端 ip 的 web url http://ip.ked.pub 可以用在 shell 脚本或命令行中,方便查看自己的公网 ip 地址。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1. curl $ curl http://ip.ked.pub