码迷,mamicode.com
首页 >  
搜索关键字:encrypt    ( 663个结果
SQL 数据库开发一些精典的代码(转永南)
1.按姓氏笔画排序: Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.数据库加密: select encrypt('原始密码') select pwdencrypt('原始密码') se ...
分类:数据库   时间:2018-09-12 17:00:14    阅读次数:216
linux下权限管理
linux下用户与组管理,权限权利属于非常核心的内容。本文结果自己的理解,简析了一下。
分类:系统相关   时间:2018-09-10 12:03:25    阅读次数:193
ACM-ICPC 2018 I. Characters with Hash
I. Characters with Hash Mur loves hash algorithm, and he sometimes encrypt another one's name, and call him with that encrypted value. For instance, h ...
分类:其他好文   时间:2018-09-09 18:14:52    阅读次数:293
最新版Greenplum Command Center 安装部署
集群系统初始化信息:系统初始化参考:http://blog.51cto.com/michaelkang/2167195集群安装配置参考:http://blog.51cto.com/michaelkang/2170627本文对敏感信息进行了替换!!!!GreenplumCommandCenter安装部署GreenplumCommandCenter介绍GreenplumCommandCenter用于监
分类:其他好文   时间:2018-09-05 19:59:47    阅读次数:649
node加密
var crypto = require('crypto'); exports.md5 = function (str) { var md5sum = crypto.createHash('md5'); md5sum.update(str); str = md5sum.digest('hex'); ...
分类:其他好文   时间:2018-09-05 17:46:40    阅读次数:145
gitlab 11.2.3 通过LDAP 调用FreeIPA 登录
FreeIPA和Gitlab的搭建,可以参考我之前的博客。FreeIPA域名server.zhuxu.co(内部测试,修改一下gitlab的host文件ipFreeIPA域名)vim/etc/gitlab/gitlab.rbgitlab_rails[‘ldap_enabled‘]=truegitlab_rails[‘ldap_servers‘]=YAML.load<<-‘EOS‘mai
分类:其他好文   时间:2018-09-01 20:36:41    阅读次数:302
HTTPS/HTTP监听常见问题
Nobody gets to live life backwards. Look ahead, that’s where your future lies. location:Newport,NJ,U.S 第一次在学习IntelliJ IDEA过程中,进行web.xml文件的配置时候,对于Http监 ...
分类:Web程序   时间:2018-08-30 01:54:33    阅读次数:962
使用 Docker 生成 Let’s Encrypt 证书
概念 1. 什么是 Container ? "https://www.docker.com/resources/what container" "https://www.docker.com/why docker" 2. 什么是 Let’s Encrypt ? Let’s Encrypt is a ...
分类:其他好文   时间:2018-08-25 17:33:12    阅读次数:192
How To Secure Apache with Let‘s Encrypt on Ubuntu (Free SSL)
IntroductionThis tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web serve... ...
分类:Web程序   时间:2018-08-21 19:46:09    阅读次数:195
nRF52832的FDS学习
DEMO ...
分类:其他好文   时间:2018-08-11 18:52:34    阅读次数:2481
663条   上一页 1 ... 20 21 22 23 24 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!