自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 我使用的Firefox插件

FlashGot 下载安装下载专用插件,不用多介绍,官方评比排名第一的插件,和FlashGet齐名。可以和许多流行的多线程下载软件配合使用。FastFox  下载安装据说可以加快浏览速度,没有明显感觉。在没有发现问题之前装着吧。Google Browser Sync!  下载安装Google为Firefox定制的插件,通过Google的帐号实现在不同电脑之间共享cookies,历史记录,收藏夹等信

2006-09-15 13:42:00 1124

原创 罗技的鼠标驱动试用感受

尝试使用罗技的鼠标驱动程序的过程中发现了一些问题,如果是普遍现象的话希望罗技在释出新版时能修补这些异常情况。驱动安装完之后重启电脑就跳出警告对话框“Run a Dll as an App",并且rundll32异常中止,看起来好像是中毒了。在google上搜索得到的结果基本上都和病毒有关,没有找到和罗技驱动相关的内容。抱着对罗技的信任,以及有足够多的防护,可以排除是病毒的可能性,继续使用。打开Fi

2006-09-15 13:24:00 2026

翻译 log4cxx 0.9.7介绍

源:http://logging.apache.org/log4cxx译:vanterAbout log4cxxIntroductionLog4cxx是Log4j的一个翻版,Log4cxx试图用C++语言所支持的特性模拟Log4j中的所有功能、配置文件和输出格式,使两者兼容。Log4cxx的简单介绍中给出了Logging的主要概念Log4cxx is C++ port of

2006-09-13 15:17:00 3581

原创 在窗口中初始化D3D 8

BOOL InitInstanceD3D8(HWND hWnd){ g_pD3D = Direct3DCreate8(D3D_SDK_VERSION); if (g_pD3D == NULL) {  return FALSE; } D3DDISPLAYMODE d3ddm = {0}; HRESULT hr = 0; hr = g_pD3D->GetAdapterDisplayMode(

2006-09-12 17:08:00 785

原创 一个最简单的DirectDraw新手程序代码(DDraw7)

// 先初始化COMCoInitialize(NULL);** CreateWindow// 建窗口之后就可以初始化DDraw - 全屏的if (FAILED(DirectDrawCreateEx(NULL, (LPVOID *) &g_lpDD, IID_IDirectDraw7, NULL))){ return FALSE;}if (FAILED(g_lpDD->SetCooper

2006-09-12 17:07:00 1305

惠普的可引导U盘制作工具

TITLE: HP Windows Format Utility for USB Drive Key or DiskOnKey<br><br>VERSION: 2.00.006 Rev. B<br>DESCRIPTION:<br>US=HP Windows Format Utility for USB Drive Key or DiskOnKey<br><br>PURPOSE: Initial Release<br>SOFTPAQ NUMBER: SP27213<br>EFFECTIVE DATE: February 6, 2004<br>CATEGORY: Applications - Removable Storage<br>SSM SUPPORTED: No<br><br><br>ENHANCEMENTS IN THIS RELEASE: <br>Added "Drive Key" to title for clarification.<br><br> <br>PREREQUISITES: <br>USB Drive Key or DiskOnKey must be plugged into an available USB port.<br> <br>HOW TO USE: <br>1. Plug the USB device into an available USB port.<br><br>2. Download the SoftPaq to a temporary directory on your hard drive.<br>The file downloaded is a self-extracting executable with a filename based on<br>the SoftPaq Number above.<br><br>3. Run the downloaded SoftPaq EXE file to unpack program files. This will<br>silent-install the format utility. During installation, if prompted<br>to overwrite any files, answer Yes to all to continue software install.<br><br>4. After a successful installation, the installation files and temporary<br>directories may be deleted.<br> <br> <br>Copyright (c) 2004 Hewlett-Packard Company.<br>Copyright (c) 2004 Hewlett-Packard Development Company, L.P.<br>Compaq and the Compaq logo are trademarks of the Hewlett-Packard Company in the<br>U.S. and other countries. All other product names mentioned herein may be<br>trademarks of their respective companies.<br>

2007-11-12

空空如也

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

TA关注的人

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