上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页

2013年2月28日

摘要: 先应用一点网络的文档:1. 至http://sourceforge.net/projects/boost/files/boost/1.47.0/下载boost最新版1.47.0;2. 解压缩后,运行bootstrap.bat批处理文件,得到bjam.exe;3.进入VS2008的Command Pr... 阅读全文
posted @ 2013-02-28 14:36 Eaglezzb 阅读(143) 评论(0) 推荐(0) 编辑

2013年2月27日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using HtmlAgilityPack;namespace DemoCnBlogs{ class ... 阅读全文
posted @ 2013-02-27 11:44 Eaglezzb 阅读(102) 评论(0) 推荐(0) 编辑

2013年2月5日

摘要: // GDI_CapturingAnImage.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "GDI_CapturingAnImage.h"#define MAX_LOADSTRING... 阅读全文
posted @ 2013-02-05 11:02 Eaglezzb 阅读(197) 评论(0) 推荐(0) 编辑

2013年1月14日

摘要: 每次用的时候就找不见,记录到这里~#define _FILE_OFFSET_BITS 64 在所有头文件之前#define __USE_FILE_OFFSET64#define _LARGEFILE64_SOURCE 阅读全文
posted @ 2013-01-14 10:57 Eaglezzb 阅读(86) 评论(0) 推荐(0) 编辑

2012年12月13日

摘要: 准备做点事情。从开始一点点的写点东西,回归事物的本源。呵呵 阅读全文
posted @ 2012-12-13 10:28 Eaglezzb 阅读(80) 评论(0) 推荐(0) 编辑

2012年12月12日

摘要: 6.0.9782.0。下载TLLOC.DLL版本:TLLOC.7z(程序解压后大小为28KB)将下载的版本替换到程序安装目录“Common/MSDev98/Bin/TLLOC.dll”这样在windows764位的系统调试时,就可以任意退出了。 阅读全文
posted @ 2012-12-12 11:21 Eaglezzb 阅读(186) 评论(0) 推荐(0) 编辑

2012年12月7日

摘要: exe自己调用和 dll调用宿主不同 ,先实现第一种#include "stdafx.h"int add(int num1, int num2);int add(int num1, int num2){ return num1 + num2;}int (*pfnAdd)(int , int)= ad... 阅读全文
posted @ 2012-12-07 10:50 Eaglezzb 阅读(83) 评论(0) 推荐(0) 编辑

2012年12月6日

摘要: // selfDeleteWin.cpp : Defines the entry point for the application.//#include "stdafx.h"#include #include #include int WINAPI WinMain(HINSTANCE h, HIN... 阅读全文
posted @ 2012-12-06 10:44 Eaglezzb 阅读(101) 评论(0) 推荐(0) 编辑

2012年11月23日

摘要: #include "stdafx.h"#include #include #import // Macro that calls a COM method returning HRESULT value.#define CHK_HR(stmt) do { hr=(stmt); if (FAIL... 阅读全文
posted @ 2012-11-23 17:28 Eaglezzb 阅读(114) 评论(0) 推荐(0) 编辑

2012年9月4日

摘要: 先装 python3,没啥好说的再装eclipse:1. 先在源里装eclipse。2. 安装好eclipse之后: 1) Help->Install New Software... 2) 点"Add"在弹出菜单里"Name"里填PyDev,位置里填http://pydev.org/up... 阅读全文
posted @ 2012-09-04 16:15 Eaglezzb 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页

导航