>_ 100010 #pragma once11 #endif // _MSC_VER >
100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows
headers14 15 16 /...
Trident、Gecko、Presto、WebKit ——是4种常见的浏览器内核(1)Trident
是微软的Windows搭载的网页浏览器——Internet Explorer浏览器使用的内核(俗称IE内核)(2)Gecko
Gecko是开放源代码、以C++编写的网页排版引擎,目前被Moz...
分类:
其他好文 时间:
2014-05-18 20:15:07
阅读次数:
247
摘要:版本控制器是码农必备的工具,很多常用的,像svn,git,cvs等,工作中用过svn,Tortoisehg,firefly,其实大同小异,现在要用git,走高大上的路线,那么简单介绍下它的一些常用命令。在windows客户端安装
git_for_windows,在git的shell下,如:.....
分类:
其他好文 时间:
2014-05-18 20:14:48
阅读次数:
336
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
>____ 100010 #pragma once11 #endif // _MSC_VER
> 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers14 15 1...
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...
1.可以将Windows窗体SplitContainer控件看作是一个复合体,它是由一个可移动的拆分条分隔的两个面板。当鼠标指针悬停在该拆分条上时,指针将相应地改变形状以显示该拆分条是可移动的。使用SplitContainer控件,可以创建复合的用户界面(通常,在一个面板中的选择决定了在另一个面板中...
分类:
其他好文 时间:
2014-05-18 20:01:35
阅读次数:
472
>__ 1000 9 #pragma once10 #endif // _MSC_VER
> 100011 12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers13 14 15 ...
Windows 8.1 应用再出发 - C# + XAML 1. Windows 8.1 应用再出发
- 创建我的第一个应用2. Windows 8.1 应用再出发 - 几种常用控件3. Windows 8.1 应用再出发 - 几种布局控件4. Windows
8.1 应用再出发 - 几种新增控件(...
>__ 100010 #pragma once11 #endif // _MSC_VER
> 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers14 15 16 ...