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
不解释 ,cmd下直接运行sc create mysql binPath=
"C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld.exe" start= auto
分类:
数据库 时间:
2014-06-06 11:33:55
阅读次数:
237
http://www.nunit.org/index.php?p=download上面地址下载,有安装版的,有直接解压版的,只有里面的nunit.framewor.dll就可以做简单的测试了。安装版的路径默认为:C:\Program
Files \NUnit 2.6\bin\framework\nu...
分类:
其他好文 时间:
2014-06-06 08:15:51
阅读次数:
549
import osimport syspath = "D:\emojis"for
(path,dirs,files) in os.walk(path): for filename in files: newname =
"emoji_"+filename os.re...
分类:
编程语言 时间:
2014-06-05 20:42:02
阅读次数:
391
当outlook出现上述问题时,修复的方案:1.在打开的命令提示符窗口中,输入"cd
C:\Program Files\Microsoft
Office\Office12"然后回车 本文全都这里是outlook2007,网友们可能版本不同,所以目录可能也不完全一样,大家找一下即可2.然后再输入"ou...
分类:
其他好文 时间:
2014-06-05 19:06:20
阅读次数:
316
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
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