CDC:Windows使用与设备无关的图形设备环境(DC :Device Context) 进行显示
。MFC基础类库定义了设备环境对象类----CDC类。 CDC与CGdiObject的关系 说道CDC类就不能不提一下GdiObject---图形对象类。
在Windows应用程序中,设备环境与图形...
分类:
其他好文 时间:
2014-05-27 02:54:28
阅读次数:
354
(转自:http://www.cnblogs.com/zhuque/archive/2013/03/29/2988639.html)mongotop也是mongodb-win32-x86_64-2.2.1\bin下的一个内置工具,mongotop提供了一个方法,用来跟踪一个MongoDB的实例,.....
分类:
数据库 时间:
2014-05-24 05:19:34
阅读次数:
362
今天整了一上午,才整明白。我的系统是是 win7 32位 ,用的环境是
Wamp,php版本是5.3.5,后来在http://xcache.lighttpd.net/pub/Releases/3.0.4/下载的5.3.27包,解压后把php_xcache.dll放在ext文件夹下,后来在php.in...
一:Memcached的安装step1.
下载memcache(http://jehiah.cz/projects/memcached-win32)的windows稳定版(这里我下载了memcached
1.2.1 for Win32 binaries(Dec 23, 2006)这个版本),解压放某...
分类:
Web程序 时间:
2014-05-23 22:44:35
阅读次数:
443
字体 成员函数 1、CFont( );
构造一个CFont对象。此对象在使用之前应该先使用CreateFont、CreateFontIndirect、CreatePointFont或CreatePointFontIndirect初始化。
2、 BOOL CreateFont( int nHeight...
分类:
其他好文 时间:
2014-05-23 22:01:02
阅读次数:
567
一.关于GDI的基本概念什么是GDI?Windows绘图的实质就是利用Windows提供的图形设备接口GDI(Graphics
Device Interface)将图形绘制在显示器上。在Windows操作系统中,动态链接库C:\WINDOWS\system32\gdi32.dll(GDI
Clien...
分类:
其他好文 时间:
2014-05-23 10:04:50
阅读次数:
616
>____ 2 #include 3 #include "TAO_CLOCK.h" 4 5
#define SQUARESIZE 20 6 #define ID_TIMER_CLOCK 1 7 #define kuan 60 8 #define
miaoL 200 9 #def...
分类:
其他好文 时间:
2014-05-19 13:27:41
阅读次数:
379
>____ 2 #include "TicTac.h" 3 #define
ID_TIMER_ELLIPSE 1 4 #define ID_TIMER_RECTANGLE 2 5 6 CMyApp myApp; 7 8
///////////////////////////////...
分类:
其他好文 时间:
2014-05-19 13:17:17
阅读次数:
312
>__ 2 class CMyApp :public CWinApp 3 { 4 public:
5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9
protected:10 B...
分类:
其他好文 时间:
2014-05-19 13:15:24
阅读次数:
215
>____ 2 #include "ABC.h" 3 #define
ID_TIMER_ELLIPSE 1 4 #define ID_TIMER_RECTANGLE 2 5 6 CMyApp myApp; 7 8
/////////////////////////////////////////.....
分类:
其他好文 时间:
2014-05-19 13:01:22
阅读次数:
293