码迷,mamicode.com
首页 > Windows程序
简单C#、asp.net mvc验证码的实现
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Drawing;using System.IO; namespace 验证码 ...
分类:Windows程序   时间:2016-06-10 12:23:04    阅读次数:605
3.win32窗口类
1.窗口类 窗口类包含了窗口的各种参数信息的数据结构。每个窗口都具有窗口类,基于窗口类创建窗口。每个窗口类都具有一个名称,使用之前必须注册到系统。 2.窗口类的分类 1)系统窗口类 系统已经定义好的窗口类,所有应用程序都可以直接使用。 2)应用程序全局窗口类 由用户自己定义,当前应用程序所有模块都可 ...
分类:Windows程序   时间:2016-06-10 12:18:53    阅读次数:212
初识SFDC创建一个google map(添加了marker小图标上的小框框InfoWindow可变更文字)
就是给marker图标添加一个侦听 ...
分类:Windows程序   时间:2016-06-10 12:15:37    阅读次数:138
初识SFDC创建一个google map(添加了marker小图标上的小框框InfoWindow)
重要的事情还是要强调一下必须用IE浏览器才能打开 本列就没有设置marker的格式,调用的是默认的图标。因为本来讲的就是infoWindow ...
分类:Windows程序   时间:2016-06-10 12:14:13    阅读次数:219
21.6 windows_21_Library_Variable_DLL&&CPP&&DEF 动态库补充6
windows_21_Library_Variable_DLL&&CPP&&DEF 动态库补充6 CPP//第二步,增加导出声明__declspec( dllexport )/*增加导出声明*///第一步,定义全局变量int g_nValue1 = 100; // global Variable//... ...
分类:Windows程序   时间:2016-06-10 11:05:45    阅读次数:231
21.7 windows_21_Library_Variable_DLL_USE 动态库补充7
21.7 windows_21_Library_Variable_DLL_USE 动态库补充7 // windows_21_Library_Variable_DLL_USE.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//第三步,导入lib文件#pragma c... ...
分类:Windows程序   时间:2016-06-10 11:05:20    阅读次数:162
24 windows_24_windows_file 文件系统 - 文件
windows_24_windows_file 文件系统 - 文件 // windows_24_windows_file.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include void Create( ){ //创建文件 HANDLE hFile = C... ...
分类:Windows程序   时间:2016-06-10 11:03:42    阅读次数:229
23 windows_22_windows_Directory 文件系统 - 目录
windows_22_windows_Directory 文件系统 - 目录 // windows_22_windows_Directory.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include void UseDirectory( ){ //创建目录 ... ...
分类:Windows程序   时间:2016-06-10 11:00:56    阅读次数:192
21.5 windows_21_Library_use_DLL_Invoke 动态库补充5
// windows_21_Library_use_DLL_Invoke.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include //2.2.2 定义函数指针,在开发工程中,一般都是大写typedef int( *DLL_ADD )( int nAdd1,... ...
分类:Windows程序   时间:2016-06-10 11:00:20    阅读次数:236
21.4 windows_21_Library_use_DLL 动态库补充4
windows_21_Library_use_DLL 动态库补充4 #include using namespace std;//第2.1.1步 导入 lib#pragma comment(lib,"../debug/windows_21_Library_DLL_test.lib")//第2.1.2... ...
分类:Windows程序   时间:2016-06-10 10:56:01    阅读次数:300
22 windows_22_windows_file 文件系统-卷
windows_22_windows_file 文件系统-卷// windows_22_windows_file.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include void RenameDisk( ){ SetVolumeLabel( "C:\\",... ...
分类:Windows程序   时间:2016-06-10 10:53:41    阅读次数:306
win10 Administrator
和Win7/Win8.1一样,Win10的管理员账户Administrator是默认隐藏和关闭的,因为该账户权限极高,被不法分子利用后存在极大风险。但如果你想在某些特殊情况下使用该账户,就需要手动将其开启,并且最好在使用之后及时关闭。 方法很简单,具体如下: 1、在Cortana搜索栏输入CMD,并 ...
分类:Windows程序   时间:2016-06-10 10:52:51    阅读次数:191
21.2 windows_21_Library_Class_DLL_USE 动态库补充2
windows_21_Library_Class_DLL_USE 动态库补充2 // windows_21_Library_Class_DLL_USE.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//导入DLL文件#pragma comment(lib,"../... ...
分类:Windows程序   时间:2016-06-10 10:52:14    阅读次数:201
21.3 windows_21_Library_DLL_test&&CPP&&DEF 动态库补充3
windows_21_Library_DLL_test&&CPP&&DEF 动态库补充3 //1.1 创建DLL的项目//1.2 增加动态库函数__declspec( dllexport ) //C++导出方式int Dll_Add( int nAdd1, int nAdd2 ){ return n... ...
分类:Windows程序   时间:2016-06-10 10:51:10    阅读次数:196
13windows_static静态标签
13windows_static静态标签#include #include #include "resource.h"/***dat : 2015-05-22 10:59:53*file : F:\long\win32 study\Win32_Project\13Windows_static\13w... ...
分类:Windows程序   时间:2016-06-10 09:43:13    阅读次数:244
14win32_14_button按钮
14win32_14_button按钮#include #include CHAR szText[256] = { 0 };#define PrintLog(x) WriteConsole(g_hStdout, x, strlen(x), NULL, NULL)HINSTANCE g_hInst =... ...
分类:Windows程序   时间:2016-06-10 09:41:02    阅读次数:242
21window_21_Dynamic_library动态库
21window_21_Dynamic_library动态库 DLL创建//1.1 创建DLL的项目//1.2 增加动态库函数__declspec( dllexport ) //C++导出方式int Dll_Add( int nAdd1, int nAdd2 ){ return nAdd1 + nA... ...
分类:Windows程序   时间:2016-06-10 09:42:43    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!