码迷,mamicode.com
首页 >  
搜索关键字:vmware here    ( 15110个结果
VMware 虚拟机Red Hat 5.9 交换区及硬盘空间调整
首先要通过VMware设置简单实现内存扩大。但是系统中的/swap应该如何设置呢?1.创建swap文件使用如下命令: #ddif=/dev/zeroof=/swap/swapfilebs=1Mcount=3072dd命令作用是用指定大小的块拷贝一个文件,并在拷贝同时进行指定的转换。语法:dd[选项....
分类:其他好文   时间:2014-08-09 18:24:58    阅读次数:739
vmware克隆centos6.5 导致 system eth0 不可用解决办法
vim /etc/udev/rules.d/70-persistent-net.rules可以看到eth0 eth1两个。注释NAME="eth0"# PCI device 0x8086:0x100f (e1000)SUBSYSTEM=="net", ACTION=="add", DRIVERS==...
分类:其他好文   时间:2014-08-09 18:20:58    阅读次数:212
SVN搭建本地版本控制仓库
1.安装TortoiseSVN2.新建一个文件夹,比如F:\SvnProjectsCfg3.在F:\SvnProjectsCfg新建一个文件夹project1,右键该文件夹选择“create repository here”,那么关于project1的 svn版本信息就都在这个目录(F:\SvnPr...
分类:其他好文   时间:2014-08-09 13:18:17    阅读次数:205
django 实战 - eLeave Form (一)
需求: 实现请假单的电子审批 1. 支持国际化 2. 支持模型级别的访问记录 here we go: 这里会写一系列的文章,来记录我实战的过程,由于接触django没多久,难免有疏漏之处,望拍砖不要太重。
分类:其他好文   时间:2014-08-09 11:29:27    阅读次数:261
Demo of Python "Map Reduce Filter"
Here I share with you a demo for python map, reduce and filter functional programming that owned by me(Xiaoqiang). I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re...
分类:编程语言   时间:2014-08-09 04:57:17    阅读次数:525
LeetCode第七题,Reverse Integer
题目 Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here are some good questions to ask...
分类:其他好文   时间:2014-08-09 00:13:36    阅读次数:309
vmware内部错误
今天不知道怎么回事 wmware workstation重启的时候总是报内部错误差点重装了 幸亏找到了这个 原来只要以管理员的身份运行vwware就ok了http://www.xiaoluoboke.cn/article/PC/article/20140117/35.html还有个问题就是主机能连得...
分类:其他好文   时间:2014-08-09 00:07:06    阅读次数:240
路由器端口触发与转发---Port Forwarding & Port Triggering
What is Port Triggering? If you have not read my explanation of port forwarding do so now. You can find it here. Port triggering is pretty simple once you know what port forwarding is. Port...
分类:其他好文   时间:2014-08-08 16:12:36    阅读次数:362
JVM参数配置大全[转]
转自:here/usr/local/jdk/bin/java -Dresin.home=/usr/local/resin -server -Xms1800M -Xmx1800M -Xmn300M -Xss512K -XX:PermSize=300M -XX:MaxPermSize=300M -XX:...
分类:其他好文   时间:2014-08-08 15:50:56    阅读次数:284
D - Babelfish
Description You have just moved from Waterloo to a big city. The people here speak an incomprehensible dialect of a foreign language. Fortunately, you have a dictionary to help you understand...
分类:其他好文   时间:2014-08-08 12:47:45    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!