摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window... 阅读全文
posted @ 2015-01-06 20:13 dx2019 阅读(257) 评论(0) 推荐(0)
摘要: 一、 DLL与应用程序 动态链接库(也称为DLL,即为“Dynamic Link Library”的缩写)是Microsoft Windows最重要的组成要素之一,打开Windows系统文件夹,你会发现文件夹中有很多DLL文件,Windows就是将一些主要的系统功能以DLL模块的形式实现。 动态链接 阅读全文
posted @ 2015-01-06 17:39 dx2019 阅读(35163) 评论(1) 推荐(2)