码迷,mamicode.com
首页 >  
搜索关键字:VM hardware version    ( 26748个结果
IOS 模拟不同网络环境 - Network Link Conditioner
转自:http://hulefei29.iteye.com/blog/1782376可进入Apple开发者下载中心,Network Link Conditioner包含在Hardware IO Tools工具包中,点击下载。下载安装后,可看到其中有一个Network Link Conditioner...
分类:移动开发   时间:2014-05-01 13:16:52    阅读次数:519
Bootstrap 图标
Bootstrap 图标由 Glyphicons 提供。详情可以去bootstrap官网进行查看。用法: 实例:一个搜索表单 Example of using icons in search form - Bootstrap version 2.0 ...
分类:其他好文   时间:2014-05-01 13:14:52    阅读次数:573
查看perl的模块版本
查询版本: perl -M模块名 -e "print 模块名->VERSION"一个例子:查看LWP模块版本(Windows操作系统下)
分类:其他好文   时间:2014-05-01 12:44:30    阅读次数:381
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
如何判断JDK是32位还是64位
第一种方法在CMD窗口中使用java -version 命令进行查看如果是64位的则会显示 Java HotSpot64-Bit 字样,32位的则没有类似信息。注:这是Sun的JDK,其它版本的JDK不知道输出会是什么样子的第二种方法String arch = System.getProperty(...
分类:其他好文   时间:2014-05-01 08:25:53    阅读次数:308
查看linux系统和内核版本
1. 查看内核版本命令: 1) [root@q1test01 ~]# cat /proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com) (gcc version 3.4.4 20050721 (Red ...
分类:系统相关   时间:2014-05-01 07:15:14    阅读次数:575
Writing your first Django
Quick install guide1.1 Install Python, it works with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight database SQLite, so y...
分类:其他好文   时间:2014-04-30 23:14:34    阅读次数:566
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
This Android SDK requires Developer Toolkit version 22.6.2 or above
question:  This Android SDK requires Developer Toolkit version 22.6.2 or above please update ADT to the latest version answer: 1.Start Eclipse, then select Help > Install New Software.... 2....
分类:移动开发   时间:2014-04-29 13:18:20    阅读次数:454
The Leak of The Memory in C++ 1.2
This articles will show how to avoid the leak of the memory in c++, I just use this articles to summerise something, and show how awesome my English is. If someone need Chinese version, just told me....
分类:编程语言   时间:2014-04-27 22:22:19    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!