自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

活在当下

北北走天涯

  • 博客(11)
  • 资源 (5)
  • 收藏
  • 关注

转载 Ubuntu Server 10.10 每天定时开关机

Ubuntu Server 10.10定时开机方法:   按F2进入BIOS设置,设置每天定时开机。   容易出现问题:    BIOS时间比系统时间慢8小时。在BIOS设置中设置时间或在Ubuntu系统中设置BIOS时间为本地时间后,每次系统重启时BIOS时间又被设置为比本地时间慢8小时的UTC时间。   情景再现:    设置每天07:00开机,设置时发现BIOS时间比系统

2012-06-02 16:07:38 1012

转载 VB代码:监控系统鼠标指针的变化

Private Declare Function GetCursorInfo Lib "user32 " (pci As CURSORINFO) As Long'获取系统内当前鼠标的信息Private Type POINTAPI '代表鼠标指针当前位置的一个结构 X As Long Y As LongEnd TypeDim lastcur As LongPr

2012-06-02 15:41:39 1483

转载 映射端口远程去访问Oracle数据库

oracle服务器在内网,外面通过路由的端口转到1521端口去访问,但是tnsping能通,telnet 1521也可以连上,但就是提示“访问超时”,查了半天资料终于找到原因:Windows Platform ConsiderationsWindows does not implicitly support inheritance of network endpoints. To do t

2012-05-29 21:49:03 3304 1

转载 利用dblink调用远端DB的存储过程出错的原因

在远端procedure中插入一条pragma autonomous_transaction;,即,远端procedure应该这么写:create or replace procedure p_trunc_remote_tab(p_tname in varchar2,                                               p_error out var

2011-12-03 11:01:17 1763

转载 mysql重置自增列(自动增长)AUTO_INCREMENT 初时值

方法一:delete from tb1;ALTER TABLE tbl AUTO_INCREMENT = 100;(好处,可以设置AUTO_INCREMENT 为任意值开始)提示:如果表列和数据很多,速度会很慢,如90多万条,会在10分钟以上。方法二:truncate

2011-09-10 00:40:55 1249

原创 JS打印机切纸,参考了网上其它人的一些内容

private void button2_Click(object sender, EventArgs e) { Int32 port = 9100; string bigFont = ((char)27).T

2011-09-09 01:03:22 1731 1

转载 ubuntu10.10下mysql远程连接和访问慢的解决方法

转载1:今天公司的网络做了调整,造成原本连接很快的mysql服务器,连接速度奇慢。以前几十毫秒的连接现在完成一次要近5秒钟,在排除了网络问题后,只有从mysql下手。原来每次访问db,mysql就会试图去解析来访问的机器的domain name,如果这时解析不料,等一段时间会失败

2011-09-09 00:59:28 3077

原创 ubuntu10.10下memcache类delete失败的原因

ubuntu10.10 desktop,安装了memcached,后来写了一个php文件来测试memcache:<?php$mem = new Memcache;$mem->connect('127.0.0.1',11211);$mem->delete('key');

2011-09-08 00:02:46 1043

原创 php通用分页类代码

从功能上看应该够用了,代码里自带一种使用方法,写一下例子参数:$this->pageHtml = CMPage::getPageHtmlByParam(总记录数, 分页大小, 第几页, PageLink选择页个数, array( 'FirstPage'=>

2011-09-07 23:20:59 542

转载 Oracle中的 UPDATE FROM 解决方法

在表的更新操作中,在很多情况下需要在表达式中引用要更新的表以外的数据。象sql server提供了update的from 子句,可以将要更新的表与其它的数据源连接起来。虽然只能对一个表进行更新,但是通过将要更新的表与其它的数据源连接起来,就可以在update的表达式中引用要更新的

2011-09-06 00:45:09 453

转载 oracle里判断字符串是否是日期格式

网上看到的一个函数:CREATE OR REPLACE FUNCTION is_date (parmin VARCHAR2)RETURN NUMBERISval DATE;BEGINval := TO_DATE (NVL (parmin, 'a'), '

2011-09-05 22:26:21 5017

vm安装macos补丁_unlock-all-v130

关注最新版本:http://download.csdn.net/user/uixor_ 25/03/14 1.3.0 - New method to run patcher on ESXi - Fixes crashes when using vCenter - Tested against ESXi 5.5 - Darwin guest tools from Fusion 6.0.2 - Zip file preserves file attributes for Posix based systems

2014-03-26

vm安装macos补丁_unlock-all-v120

Mac OS X Unlocker for VMware ============================ 1. Introduction --------------- The package is a combination of the Unlocker code written by Zenith432 plus some scripts written by myself that wrap the actual unlocker code. It has been tested against: * Workstation 8/9/10 on Windows and Linux (32 & 64-bit versions) * Player 4/5/6 on Windows and Linux (32 & 64-bit versions) * Fusion 4/5/6 on Snow Leopard, Lion and Mountain Lion * ESXi 5.0/5.1 The patch code carries out the following modifications dependent on the product being patched: * Fix vmware-vmx and derivatives to allow Mac OS X to boot * Fix vmwarebase .dll or .so to allow Apple to be selected during creation * Copy darwin.iso if needed to VMware folder Note that not all products recognise the darwin.iso via install tools menu item. You will have to manually mount the darwin.iso for example on Workstation. Also Player is missing vmware-vmx-debug and vmware-vmx-stats files and so an error is shown during patching as the files are not found. This can be safely ignored. The vmwarebase code does not need to be patched on ESXi or OS X so you will see a message on those systems telling you that it will not be patched. In all cases make sure VMware is not running, and any background guests have been shutdown. 2. Windows ---------- On Windows you will need to either run cmd.exe as Administrator or using Explorer right click on the command file and select "Run as administrator". install.cmd - patches VMware and copies darwin.iso tools image to VMware uninstall.cmd - restores VMware and removes darwin.iso tools image from VMware 3. Linux --------- On Linux you will need to be either root or use sudo to run the scripts. You may need to ensure the contents of the linux folder have execute permissions by running chmod +x against the 4 files. install.sh - patches VMware and copies darwin.iso tools image to VMware uninstall.sh - restores VMware and removes darwin.iso tools image from VMware 4. Mac OS X ----------- On Mac OS X you will need to be either root or use sudo to run the scripts. This is really only needed if you want to use client versions of Mac OS X. You may need to ensure the contents of the osx folder have execute permissions by running chmod +x against the 3 files. install.sh - patches VMware uninstall.sh - restores VMware 5. ESXi ------- ESXi has to be patched using the scripts, as the unlocker is used to overlay the ESXi firmware at runtime. You will need to transfer the files to the ESXi host either using vSphere client or SCP. Once uploaded you will need to either use the ESXi support console or use SSH to run the commands. Please note that you will need to reboot the host for the patches to become active. <<< WARNING: use a datastore volume to run the scripts >>> You may need to ensure the contents of the esxi folder have execute permissions by running chmod +x against the 3 files. install.sh - patches VMware uninstall.sh - restores VMware 6. Zenith432's Unlocker ----------------------- In all cases the unlocker can be run without the scripts but you would need to carry out additional actions which the scripts encapsulate for you especially on ESXi. If you want to run the unlocker directly the parameters are: Usage: ./Unlocker.Linux64 [-h] [-u] [target_directory] -h: print help -u: remove the patch target_directory: customize location of vmx executables On all platforms you must run it with administrator or root privileges. The source code is provided and Zenith432 makes it freely available for modification. I have modified the code and it is available as per Zenith432's original statement. Thanks to Zenith432 for building the unlocker and Mac Son of Knife for all the testing and support. History ------- 11/10/11 1.0.0 - First release 07/11/11 1.0.1 - Fixed typo in Windows command files 07/12/11 1.0.2 - Updated patcher and tools for latest release WKS 8.0.1 & FUS 4.1.1 10/05/12 1.1.0 - Changed the patching mechanism for vmwarebase .dll or .so & tested against ESXi 5.0 U1 and Tech Previews. 13/07/13 1.1.1 - Changed ESXi scripts to ensure not deleting root /bin folder - Fixed vmwarebase patching on 32-bit Linux - Some other code clean-up in Unlocker.cpp 18/09/13 1.2.0 - Updated pattern matching for WKS 10.0.0 & FUS 6.0.0 © 2011-2013 Dave Parsons What's New in Version 1.2.0 (See full changelog) Updated pattern matching for WKS 10.0.0 & FUS 6.0.0

2013-10-26

vm安装macos补丁_unlock-all-v111

VMware Unlocker for OS X 1.1.1 Mac OS X Unlocker for VMware ============================ 1. Introduction --------------- The package is a combination of the Unlocker code written by Zenith432 plus some scripts written by myself that wrap the actual unlocker code. It has been tested against: * Workstation 8/9 on Windows and Linux (32 & 64-bit versions) * Player 4/5 on Windows and Linux (32 & 64-bit versions) * Fusion 4/5 on Snow Leopard, Lion and Mountain Lion * ESXi 5.0/5.1 The patch code carries out the following modifications dependent on the product being patched: * Fix vmware-vmx and derivatives to allow Mac OS X to boot * Fix vmwarebase .dll or .so to allow Apple to be selected during creation * Copy darwin.iso if needed to VMware folder Note that not all products recognise the darwin.iso via install tools menu item. You will have to manually mount the darwin.iso for example on Workstation. Also Player is missing vmware-vmx-debug and vmware-vmx-stats files and so an error is shown during patching as the files are not found. This can be safely ignored. In all cases make sure VMware is not running, and any background guests have been shutdown. 2. Windows ---------- On Windows you will need to either run cmd.exe as Administrator or using Explorer right click on the command file and select "Run as administrator". install.cmd - patches VMware and copies darwin.iso tools image to VMware uninstall.cmd - restores VMware and removes darwin.iso tools image from VMware 3. Linux --------- On Linux you will need to be either root or use sudo to run the scripts. You may need to ensure the contents of the linux folder have execute permissions by running chmod +x against the 4 files. install.sh - patches VMware and copies darwin.iso tools image to VMware uninstall.sh - restores VMware and removes darwin.iso tools image from VMware 4. Mac OS X ----------- On Mac OS X you will need to be either root or use sudo to run the scripts. This is really only needed if you want to use client versions of Mac OS X. You may need to ensure the contents of the osx folder have execute permissions by running chmod +x against the 3 files. install.sh - patches VMware uninstall.sh - restores VMware 5. ESXi ------- ESXi has to be patched using the scripts, as the unlocker is used to overlay the ESXi firmware at runtime. You will need to transfer the files to the ESXi host either using vSphere client or SCP. Once uploaded you will need to either use the ESXi support console or use SSH to run the commands. Please note that you will need to reboot the host for the patches to become active. <<< WARNING: use a datastore volume to run the scripts >>> You may need to ensure the contents of the esxi folder have execute permissions by running chmod +x against the 3 files. install.sh - patches VMware uninstall.sh - restores VMware 6. Zenith432's Unlocker ----------------------- In all cases the unlocker can be run without the scripts but you would need to carry out additional actions which the scripts encapsulate for you especially on ESXi. If you want to run the unlocker directly the parameters are: Usage: ./Unlocker.Linux64 [-h] [-u] [target_directory] -h: print help -u: remove the patch target_directory: customize location of vmx executables On all platforms you must run it with administrator or root privileges. The source code is provided and Zenith432 makes it freely available for modification. In 1.1.1 I have modified the code and it is available as per Zenith432's original statement. Thanks to Zenith432 for building the unlocker and Mac Son of Knife for all the testing and support. History ------- 11/10/11 1.0.0 - First release 07/11/11 1.0.1 - Fixed typo in Windows command files 07/12/11 1.0.2 - Updated patcher and tools for latest release WKS 8.0.1 & FUS 4.1.1 10/05/12 1.1.0 - Changed the patching mechanism for vmwarebase .dll or .so & tested against ESXi 5.0 U1 and Tech Previews. 13/07/13 1.1.1 - Changed ESXi scripts to ensure not deleting root /bin folder - Fixed vmwarebase patching on 32-bit Linux - Some other code clean-up in Unlocker.cpp © 2011-2013 Dave Parsons What's New in Version 1.1.1 (See full changelog) •Changed ESXi scripts to ensure not deleting root /bin folder •Fixed vmwarebase patching on 32-bit Linux •Some other code clean-up in Unlocker.cpp

2013-07-21

PL2303 USB转COM口驱动全集

PL2303 USB转COM口驱动全集: 98_ME_2K iMac iMac OS X Linux Vista WIN7_X32_X64 XP_NT_2K

2012-10-21

jsp+jspsmart上传+poi3.8读取excel2007+jxl读取excel2003

jsp+jspsmart上传+poi3.8读取excel2007+jxl读取excel2003

2012-01-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除