码迷,mamicode.com
首页 >  
搜索关键字:wmware tools    ( 10655个结果
在RHEL6p5中设置网卡
前提:在用ifconfig -a查看时已经显示出wlan0(无线网卡)的存在(即不用装驱动,驱动另记)工具:1、yum install wpasupplicant*2、yum install wireless_tools*(这主要是为了得到iwconfig这东西)手段:在/etc/rc.d/rc.l...
分类:其他好文   时间:2014-08-18 14:22:02    阅读次数:254
VirtualMachine所支持的操作
在JDK中com.sun.tools.attach.VirtualMachine提供了一些从外部进程attach到jvm上,并执行一些操作的功能。VirtualMachine的子类HotSpotVirtualMachine表示hotspot的虚拟机,下面的WindowsVirtualMachine是...
分类:其他好文   时间:2014-08-18 12:29:04    阅读次数:232
安装VMware-tools出现initctl: Job failed to start
安装VMware-tools中出现:*******Creating a new initrd boot image for the kernel.update-initramfs: Generating /boot/initrd.img-2.6.38-8-genericinitctl: Job fa...
分类:其他好文   时间:2014-08-18 12:19:04    阅读次数:1434
[Python] partial改变方法默认参数
Python 标准库中 functools 中有许多对方法hen...
分类:编程语言   时间:2014-08-18 10:48:34    阅读次数:216
dhcp服务
一.准备实验用的两台虚拟机1.安装一台RHEL6.5虚拟机关闭防火墙[root@ser5桌面]#serviceiptablesstop[root@ser5桌面]#chkconfigiptablesoff关闭SElinux修改配置文件[root@ser5桌面]#vim/etc/selinux/config改为SELINUX=permissive保存退出安装好vmware-tools,方便复制粘贴。关..
分类:其他好文   时间:2014-08-18 01:40:13    阅读次数:251
Error building Player: Win32Exception: ApplicationName=‘xxxxxxxxxxxxxxxxxx//sdk\tools\zipalign.exe' , CommandLine='4 的解决办法
更新了安卓SDK后,有时候Unity编译失失败,报错类似Error building Player: Win32Exception: ApplicationName='D:/Program Files/adt-bundle-windows-x86_64-20140702/sdk\tools\zipa...
分类:移动开发   时间:2014-08-17 15:29:12    阅读次数:343
SQL Server 2008重新保存表时出错
在使用SQL Server 2008时,修改了表的字段名和类型名之后,点击保存按钮之后出现如下对话框:解决方法:点击Tools-->Options,在出现的对话框中点击Designers-->Table and Dababase Designers,出现如下画面,将右边的“Prevent savin...
分类:数据库   时间:2014-08-17 09:10:02    阅读次数:249
Android Studio安装及环境搭建
第一步:下载Android Studio:android-studio-bundle-135.1245622-windows 第二步:安装Android Studio 第三步:下载JDK:jdk-8u11-windows-x64 第四步:安装JDK,注意在安装JDK时会安装JRE,此时我们要将他们分开在不同文件夹,否则在运行Android Studio会报错: 第五步:设置环境变量...
分类:移动开发   时间:2014-08-16 16:30:00    阅读次数:280
Android计算器界面布局
Android计算器界面图: 所定义的XML布局文件,主要用到的是TableLayout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_w...
分类:移动开发   时间:2014-08-15 17:57:39    阅读次数:405
信号完整性之差分对设计6(后布线分析)
对已经完成布线的差分对进行后布线分析。 (1)执行菜单命令Analyze-Preferences,选择Interconnect Models,设置互连参数如图: (2)单击OK,关闭对话框。 (3)打开Allegro Constraint Manager,执行Tools-Options,弹出Options窗口,按图进行设置: (4)在Allegro Constraint M...
分类:其他好文   时间:2014-08-15 14:40:58    阅读次数:364
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!