IEEE 802.11r-2008 or fast BSS transition (FT), also called fast roaming, is an amendment to the IEEE 802.11 standard to permit continuous connectivity ...
分类:
其他好文 时间:
2019-01-03 16:43:53
阅读次数:
231
public static void EncryptWithPassword(string unEncryptedWordPath, string password) { Word.Application wordApp = null; Word.Document document = null; ... ...
在PostgreSQL官方文档:https://www.postgresql.org/download/linux/redhat/ 有选项和说明 1、检查有没安装:rpg -ga | grep postgresql 2、下载 从上述网址得到YUM地址,即在终端输入:yum install https ...
分类:
数据库 时间:
2018-12-28 23:41:20
阅读次数:
1743
https://stackoverflow.com/questions/4155187/securing-a-password-in-source-code Don't store you password in your source code, store it in a protected s ...
分类:
其他好文 时间:
2018-12-25 18:09:36
阅读次数:
146
Let's Encrypt Let's Encrypt 是一个由Internet Security Research Group (互联网安全研究组)提供的免费,自动化和开放的证书颁发机构。 它秉承着 免费,自动化,安全,透明,开放的基本原则 面向社会提供服务. 并且截止到今年七月底已通过了Micr ...
分类:
Web程序 时间:
2018-12-25 01:00:24
阅读次数:
249
申请证书 我们这里以freessl为例;这个网站有免费的证书;商业性质网站推荐使用付费的证书; 这里可以按需要选择;如果你解析了很多的子域名;如a.domain.com,b.domian.com;推荐使用Let's Encrypt V2 支持通配符;*.domain.com 这里填入邮箱;因为证书有 ...
分类:
Web程序 时间:
2018-12-21 22:40:58
阅读次数:
230
[TOC] 1. certbot安装 2. 认证方式 客户在申请 Let’s Encrypt 证书的时候,需要校验域名的所有权,证明操作者有权利为该域名申请证书,目前支持三种验证方式: 3. 运行命令 注意这里 最好写上,否则archerwong.cn将无法被信任,只有xxx.archerwong. ...
分类:
其他好文 时间:
2018-12-18 22:35:42
阅读次数:
214
/*将字符串转utf8 byte[]数组。*/ public class MD5Helper { public static string Encrypt(string str) { string encryptStr = string.Empty; MD5 md5 = MD5.Create(); ... ...
分类:
其他好文 时间:
2018-12-17 22:02:36
阅读次数:
189