码迷,mamicode.com
首页 >  
搜索关键字:windows 10无法安装virtualbox的解决方法    ( 73882个结果
[游戏模版2] Win32最小框架
>_ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 /...
分类:Windows程序   时间:2014-05-18 20:21:55    阅读次数:569
浏览器渲染引擎介绍(备忘)
Trident、Gecko、Presto、WebKit ——是4种常见的浏览器内核(1)Trident 是微软的Windows搭载的网页浏览器——Internet Explorer浏览器使用的内核(俗称IE内核)(2)Gecko Gecko是开放源代码、以C++编写的网页排版引擎,目前被Moz...
分类:其他好文   时间:2014-05-18 20:15:07    阅读次数:247
版本控制器 git
摘要:版本控制器是码农必备的工具,很多常用的,像svn,git,cvs等,工作中用过svn,Tortoisehg,firefly,其实大同小异,现在要用git,走高大上的路线,那么简单介绍下它的一些常用命令。在windows客户端安装 git_for_windows,在git的shell下,如:.....
分类:其他好文   时间:2014-05-18 20:14:48    阅读次数:336
MySQL命令行导出数据库
MySQL命令行导出数据库:1,进入MySQL目录下的bin文件夹:cd MySQL中到bin文件夹的目录如我输入的命令行:cd C:\Program Files\MySQL\MySQL Server 4.1\bin(或者直接将windows的环境变量path中添加该目录)2,导出数据库:mysql...
分类:数据库   时间:2014-05-18 20:07:37    阅读次数:422
[游戏模版5] Win32 折线 弧线
>____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 1...
分类:Windows程序   时间:2014-05-18 20:03:15    阅读次数:545
windows系统调用 进程快照
1 #include "windows.h" 2 #include "tlhelp32.h" 3 #include "iostream" 4 using namespace std; 5 6 #pragma comment(lib,"kernel32.lib") 7 8 DWORD GetKe...
分类:Windows程序   时间:2014-05-18 20:01:58    阅读次数:535
SplitContainer 控件详细用法(转)
1.可以将Windows窗体SplitContainer控件看作是一个复合体,它是由一个可移动的拆分条分隔的两个面板。当鼠标指针悬停在该拆分条上时,指针将相应地改变形状以显示该拆分条是可移动的。使用SplitContainer控件,可以创建复合的用户界面(通常,在一个面板中的选择决定了在另一个面板中...
分类:其他好文   时间:2014-05-18 20:01:35    阅读次数:472
[游戏模版4] Win32 显示鼠标位置
>__ 1000 9 #pragma once10 #endif // _MSC_VER > 100011 12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers13 14 15 ...
分类:Windows程序   时间:2014-05-18 19:57:45    阅读次数:461
Windows 8.1 应用开发文章汇总
Windows 8.1 应用再出发 - C# + XAML 1. Windows 8.1 应用再出发 - 创建我的第一个应用2. Windows 8.1 应用再出发 - 几种常用控件3. Windows 8.1 应用再出发 - 几种布局控件4. Windows 8.1 应用再出发 - 几种新增控件(...
分类:Windows程序   时间:2014-05-18 19:53:42    阅读次数:425
[游戏模版6] Win32 graph
>__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ...
分类:Windows程序   时间:2014-05-18 19:44:21    阅读次数:494
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!