1、下载安装包: wget
http://redis.googlecode.com/files/redis-2.6.13.tar.gz2、解压: tar axvf
redis-2.6.13.tar.gz3、进入文件夹:cd redis-2.6.13/4、编译:make5、编译安装: make ins...
分类:
编程语言 时间:
2014-06-06 20:15:44
阅读次数:
455
1、ls基本语法及选项用法:ls [选项]... [文件]...List information
about the FILEs (the current directory by default).Sort entries alphabetically
if none of -cftuvSUX n...
分类:
其他好文 时间:
2014-06-06 14:11:26
阅读次数:
196
You can know form the name that the HTMLParser
is something used to parse HTML files. In python, there are two HTMLParsers. One
is the HTMLParser clas...
分类:
编程语言 时间:
2014-06-05 12:46:16
阅读次数:
1294
无意中发现任务管理器中一个非常奇特的进程,迅速吃掉了我50%的cpu资源,并且是持续性的,于是上google一番查找,终于有了新的发现。
非常多问答产品所有都是清一色的错误解决方式:正常情况下,系统中应该有两个ccsvchst进程。路径为X:/progamme files/common
files....
分类:
其他好文 时间:
2014-06-04 17:17:51
阅读次数:
169
感觉有必要把
KMDDOD_INITIALIZATION_DATA
中的这些函数指针的意思解释一下, 以便进一步的深入代码.
DxgkDdiAddDevice
前面已经说过, 这个函数的主要内容是,将BASIC_DISPLAY_DRIVER实例指针存在context中, 以便后期使用, 支持多实例.
DxgkDdiStartDevice
取得设备...
分类:
其他好文 时间:
2014-06-04 13:53:18
阅读次数:
1183
AIX Basic基本操作,要点比较详细易懂,分为十一部分。...
分类:
其他好文 时间:
2014-06-04 13:49:21
阅读次数:
566
redis cluster practice1. create three instance
folder: 9001,9002,9003,folder name as redis instance port2.Store configuration
files redis-server, redi...
分类:
其他好文 时间:
2014-06-03 17:02:51
阅读次数:
474
前台代码:1 2 3 4 后台代码:1 if
(Request.Files.Count>0)2 {3 HttpPostedFile f = Request.Files[0];4
f.SaveAs(Server.MapPath("002.jpg"));5 }注意必须有这个enctype="multip...
分类:
其他好文 时间:
2014-06-03 16:10:48
阅读次数:
303
longene QQ 在Ubuntu 12.04上的安装目录如下:
wy@wy-Inspiron-7420:~/.longene/qq/drive_c/Program Files/Tencent/QQ$
wy@wy-Inspiron-7420:~/.longene/qq/drive_c/Prog.....
分类:
其他好文 时间:
2014-06-03 14:54:32
阅读次数:
220
这个是在提权某国外服务器时候发现的,该服务器的环境是win2k3+iis6.0。烤肉,pr,iis6的漏洞补丁都没有打,但是,可写很少。上传了啊D牛的脚本后找到可写目录了。可写目录C:\Program
Files\Zend\ZendOptimizer-3.3.0\lib按照惯例上传cmd.txt p...