介绍
lighttpd是众多OpenSource轻量级的web server中较为优秀的一个。支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。
[编辑]Lighttpd
sudo apt-get install lighttpd #安装lighttpd
安装后系统会自动启动lighttpd,打开htt...
分类:
Web程序 时间:
2014-12-25 20:30:38
阅读次数:
360
以下操作基于Windows平台1、启动MongoDB服务 mongod.exe --dbpath d:\mongodb-win32-x86_64-2.2.2\data --logpath d:\mongodb-win32-x86_64-2.2.2\log\mongo.log --auth 【--.....
分类:
数据库 时间:
2014-12-23 19:26:45
阅读次数:
561
redis管理
连接
命令
描述
AUTH password
验证密码是否正确
ECHO message
打印字符串
PING
查看服务是否运行
QUIT
关闭当前连接
SELECT index
切换到指定的数据库
服务器
服务器相关命令
命令
描述...
分类:
其他好文 时间:
2014-12-23 10:35:57
阅读次数:
176
<Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org....
分类:
系统相关 时间:
2014-12-22 14:36:20
阅读次数:
156
mergeinto可以使oracle数据表中已有数据进行合并。即有则update,否则更新下边的示例是在jdbc数据源连接后测试通过的1、单条数据LongcompanyAuthId=SeqkeyUtil.getSeqKey(vids,"COMPANY_AUTH_ID");
CompanyAuthcomtmp=companyList.get(0);
Stringsql="mergeintoCOMPANY_AUTHaut..
分类:
数据库 时间:
2014-12-19 12:22:09
阅读次数:
603
thinkphp Auth认证类比RBAC更好的权限认证方式(Auth类认证)Auth 类已经在ThinkPHP代码仓库中存在很久了,但是因为一直没有出过它的教程, 很少人知道它, 它其实比RBAC更方便 。RBAC是按节点进行认证的,如果要控制比节点更细的权限就有点困难了,比如页面上面的操作按钮,...
分类:
Web程序 时间:
2014-12-19 12:01:15
阅读次数:
243
1,auth mode for openstack use openstack-keystone identity service;2,
分类:
数据库 时间:
2014-12-18 21:59:27
阅读次数:
224
select Phone,AuthCode,CreateTime from tb_phone_auth where CreateTime between '2014-11-01 00:00:00' and '2014-11-30 23:59:59' into outfile '/tmp/tb_pho...
分类:
数据库 时间:
2014-12-18 18:41:23
阅读次数:
167
0x00DD - 密码验证发送:################Login Password Auth (0x00DD)###########################[2011-01-19 10:41:38 732 SEND]021F 5700 DD25 7E23 A1 8C 7102 00...
分类:
其他好文 时间:
2014-12-16 23:57:24
阅读次数:
253
实验环境:LON-DC1Windows2012R2AD+CALON-CL1Windows8.1域客户端+Office2013LON-CL2Windows8.1域客户端+Office2013实验目的:将证书用于数字签名实验步骤:一、搭建企业CA使用域管理员账号登入LON-DC1,在LON-DC1上打开Powershell控制台,输入Add-WindowsFeatureadcs-cert-auth..