摘要:版本控制器是码农必备的工具,很多常用的,像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 ...
好久时间没有用oracle,这次因为有个项目的需要,又重新温习了一下oracle。
我使用的oracle的版本是windows oracle 11g_R2. 首先先说一下安装。这个没有太大的问题,主要是安装的时候。有一个填写的地方。
在这里的时候会建立一个数据库。名称叫orcl。 创建服务端的监听程...
分类:
数据库 时间:
2014-05-18 19:39:12
阅读次数:
457
>__ 100010 #pragma once11 #endif // _MSC_VER
> 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from
Windows headers14 15 16 ...