码迷,mamicode.com
首页 >  
搜索关键字:touchpad workspace files / fdisk    ( 17453个结果
虚拟机中CentOS系统添加新磁盘
查看当前系统分区 命令:fdisk –l 运行虚拟机时添加了磁盘,系统不能识别到新的磁盘即sdb,需要重启虚拟机:shutdown -r now 新磁盘进行分区并格式化 命令:fdisk /dev/sdb 根据提示依次输入m、1,输入w保存 再次使用 "fdisk -l "这个命令来查看会发现出现了...
分类:其他好文   时间:2014-06-18 13:00:13    阅读次数:224
Setup Spark source code environment
1. Install Java and set JAVA_HOME2. Install IntelliJ IDH and Scala plugin3. Download spark1.0.04. Generate a workspace for IDEA[shaochen@linux spark-1...
分类:其他好文   时间:2014-06-17 19:55:22    阅读次数:262
Nginx配置指令try_files
try_files指令是按顺序检测文件的存在性,并且返回第一个找到文件的内容,如果第一个找不到就会自动找第二个,依次查找.其实现的是内部跳转.以下举例说明:案例1(跳转到变量):server{listen8000;server_name121.10.143.66;roothtml;indexindex.htmlindex.php;location/abc{try_fil..
分类:其他好文   时间:2014-06-17 17:56:15    阅读次数:258
设备管理
修复被删除的磁盘链接文件和更新存储信息。无需重启服务器。删除/dev/sda后查看/dev/sd开头的设备:#ll/dev/sd*brw-r-----1rootdisk8,1606-1220:25/dev/sdb查看本机磁盘信息:#fdisk-lDisk/dev/vda:10.4GB,10485760000bytes255heads,63sectors/track,1274cylindersUnits=cylind..
分类:其他好文   时间:2014-06-17 17:35:29    阅读次数:322
UML的基本图(三)
?? An artifact diagram shows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections of bits. Artifacts are often used in conjunct...
分类:其他好文   时间:2014-06-17 16:11:28    阅读次数:287
vimgdb安装以及使用
vimgdb安装vim-7.3.tar.bz2http://www.vim.org/sources.phpvimgdb-for-vim7.3 (this patch)https://github.com/larrupingpig/vimgdb-for-vim7.3Untar all files, a...
分类:数据库   时间:2014-06-17 15:05:44    阅读次数:351
gzsd2416开发板vs2008解决内存不足问题
msvcr90d.dll|$(BINDIR)\$(INSTRUCTIONSET)|%CSIDL_PROGRAM_FILES%\..\NandFlash\$(ProjectName)|0;QtCored4.dll|$(QTDIR)\lib|%CSIDL_PROGRAM_FILES%\..\NandFl...
分类:其他好文   时间:2014-06-17 14:50:33    阅读次数:227
终于在Windows下能配置INNODB存储引擎了
终于在Windows下能配置INNODB存储引擎了http://bbs.csdn.net/topics/390808876退出杀毒软件和防火墙错误日志文件和my.ini回复于: 2014-06-16 11:46:11140616 8:13:59 [ERROR] D:\Program Files (....
分类:数据库   时间:2014-06-17 14:19:33    阅读次数:2098
两套Ext小图标(含CSS样式文件)--约2000个图标
在Ext项目开发中经常用到16X16 的小图标,今天为大家准备被了两套完美的图标和样式,各大概包含2000个图标。 下载地址:http://files.cnblogs.com/zhougaojun/Ext%E5%B0%8F%E5%9B%BE%E6%A0%87.zip 部分图标效果: (1)...
分类:Web程序   时间:2014-06-17 13:26:06    阅读次数:469
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!