码迷,mamicode.com
首页 >  
搜索关键字:touchpad workspace files / fdisk    ( 17453个结果
linux下redis安装和C++连接
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
ls 命令详解
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
mysql_windows_安装版添加到服务开机自启动
不解释 ,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
vs2010中使用Nunit测试c#代码结果的正确性
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
简单修改文件名python脚本
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无法启动
当outlook出现上述问题时,修复的方案:1.在打开的命令提示符窗口中,输入"cd C:\Program Files\Microsoft Office\Office12"然后回车 本文全都这里是outlook2007,网友们可能版本不同,所以目录可能也不完全一样,大家找一下即可2.然后再输入"ou...
分类:其他好文   时间:2014-06-05 19:06:20    阅读次数:316
HTMLParser in python
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 practice
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
request.files实现异文件上传(开放式上传)
前台代码: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 安装目录
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!