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下用户与组管理,权限权利属于非常核心的内容。本文结果自己的理解,简析了一下。
分类:
系统相关 时间:
2018-09-10 12:03:25
阅读次数:
193
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
集群系统初始化信息:系统初始化参考:http://blog.51cto.com/michaelkang/2167195集群安装配置参考:http://blog.51cto.com/michaelkang/2170627本文对敏感信息进行了替换!!!!GreenplumCommandCenter安装部署GreenplumCommandCenter介绍GreenplumCommandCenter用于监
分类:
其他好文 时间:
2018-09-05 19:59:47
阅读次数:
649
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
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
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
概念 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
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