User contributions
- 10:35, 18 September 2015 diff hist +121 Using the ADE Server/zh
- 10:35, 18 September 2015 diff hist +121 Translations:Using the ADE Server/37/zh
- 10:30, 18 September 2015 diff hist +8 Using the ADE Server/zh
- 10:30, 18 September 2015 diff hist +8 Translations:Using the ADE Server/19/zh
- 10:29, 18 September 2015 diff hist +442 Using the ADE Server/zh
- 10:29, 18 September 2015 diff hist +442 Translations:Using the ADE Server/10/zh current
- 10:23, 18 September 2015 diff hist +6 Using the ADE Server/zh
- 10:23, 18 September 2015 diff hist +6 Translations:Using the ADE Server/43/zh
- 10:21, 18 September 2015 diff hist 0 Using the ADE Server/zh
- 10:21, 18 September 2015 diff hist 0 Translations:Using the ADE Server/13/zh
- 10:20, 18 September 2015 diff hist -12 Using the ADE Server/zh
- 10:20, 18 September 2015 diff hist -12 Translations:Using the ADE Server/7/zh current
- 10:19, 18 September 2015 diff hist -187 Using the ADE Server/zh Created page with "===从C++ATL项目==="
- 10:19, 18 September 2015 diff hist +21 N Translations:Using the ADE Server/43/zh Created page with "===从C++ATL项目==="
- 10:18, 18 September 2015 diff hist -28 Using the ADE Server/zh Created page with "因为.NET中缺少这种确定性资源回收,所以确保所有COM对象都被释放让人感到很厌烦。一次,你可能偶尔想在你的代码中执行明确的垃..."
- 10:18, 18 September 2015 diff hist +292 N Translations:Using the ADE Server/42/zh Created page with "因为.NET中缺少这种确定性资源回收,所以确保所有COM对象都被释放让人感到很厌烦。一次,你可能偶尔想在你的代码中执行明确的垃..." current
- 10:13, 18 September 2015 diff hist -34 Using the ADE Server/zh Created page with "需要释放COM对象不是ADE特有的。你必须处理释放所有COM对象,包括Microsoft提供的,尤其是当这些COM对象时进程外的时候。"
- 10:13, 18 September 2015 diff hist +159 N Translations:Using the ADE Server/41/zh Created page with "需要释放COM对象不是ADE特有的。你必须处理释放所有COM对象,包括Microsoft提供的,尤其是当这些COM对象时进程外的时候。" current
- 10:10, 18 September 2015 diff hist +157 Using the ADE Server/zh
- 10:10, 18 September 2015 diff hist +157 Translations:Using the ADE Server/40/zh
- 09:52, 18 September 2015 diff hist -237 Using the ADE Server/zh Created page with "在你使用一个进程外COM服务器(例如:'''ADE.CAEngine''')时,以这种方式释放对象尤其重要。在此情况下,内存资源主要被ADE进程消耗..."
- 09:52, 18 September 2015 diff hist +327 N Translations:Using the ADE Server/40/zh Created page with "在你使用一个进程外COM服务器(例如:'''ADE.CAEngine''')时,以这种方式释放对象尤其重要。在此情况下,内存资源主要被ADE进程消耗..."
- 09:39, 18 September 2015 diff hist -10 Using the ADE Server/zh Created page with "要想从.NET程序释放一个COM对象的话,你必须执行下面相似的代码(C# 语法):<tt> :System.Runtime.InteropServices.Marshal.ReleaseComObject(ADE); :AD..."
- 09:39, 18 September 2015 diff hist +190 N Translations:Using the ADE Server/39/zh Created page with "要想从.NET程序释放一个COM对象的话,你必须执行下面相似的代码(C# 语法):<tt> :System.Runtime.InteropServices.Marshal.ReleaseComObject(ADE); :AD..." current
- 08:30, 18 September 2015 diff hist -454 Using the ADE Server/zh Created page with "===在.NET中释放对象==="
- 08:30, 18 September 2015 diff hist +28 N Translations:Using the ADE Server/38/zh Created page with "===在.NET中释放对象==="
- 08:29, 18 September 2015 diff hist -86 Using the ADE Server/zh Created page with "要继续使用COM接口,你得使用CAEngine、 CAObject、 CATable、 CAIndex和CARenderingStyle/zh |..."
- 08:29, 18 September 2015 diff hist +230 N Translations:Using the ADE Server/37/zh Created page with "要继续使用COM接口,你得使用CAEngine、 CAObject、 CATable、 CAIndex和CARenderingStyle/zh |..."
- 08:26, 18 September 2015 diff hist -36 Using the ADE Server/zh Created page with " CAEngine是一个特殊抽象接口的名称,而''ADEW.CAEngineClass'''和''ADE.CAEngineClass'''是执行该结构的两个特殊对象的名称。CAEngi..."
- 08:26, 18 September 2015 diff hist +323 N Translations:Using the ADE Server/36/zh Created page with " CAEngine是一个特殊抽象接口的名称,而''ADEW.CAEngineClass'''和''ADE.CAEngineClass'''是执行该结构的两个特殊对象的名称。CAEngi..."
- 08:23, 18 September 2015 diff hist +23 Using the ADE Server/zh Created page with "在开始使用ADE之前,你必须先先安装 CAEngine,按照如下所示完成: <tt>:dim ADE as CAEngine = new CAEngineClass ’ VB..."
- 08:23, 18 September 2015 diff hist +319 N Translations:Using the ADE Server/35/zh Created page with "在开始使用ADE之前,你必须先先安装 CAEngine,按照如下所示完成: <tt>:dim ADE as CAEngine = new CAEngineClass ’ VB..."
- 08:22, 18 September 2015 diff hist -14 Using the ADE Server/zh Created page with "当然,在使用进程内服务器时,你将在上面的<tt>ADE</tt>的地方输入<tt>ADEW</tt> 。这些声明允许你在你的代码证引用 CAEngine..."
- 08:22, 18 September 2015 diff hist +335 N Translations:Using the ADE Server/34/zh Created page with "当然,在使用进程内服务器时,你将在上面的<tt>ADE</tt>的地方输入<tt>ADEW</tt> 。这些声明允许你在你的代码证引用 CAEngine..."
- 08:16, 18 September 2015 diff hist -36 Using the ADE Server/zh Created page with "对于本地服务器和进程内服务器,ADE类型出现在同一名称空间。为了方便起见,你可以添加<tt>using</tt>声明到你的源文件的顶部,如..."
- 08:16, 18 September 2015 diff hist +296 N Translations:Using the ADE Server/33/zh Created page with "对于本地服务器和进程内服务器,ADE类型出现在同一名称空间。为了方便起见,你可以添加<tt>using</tt>声明到你的源文件的顶部,如..." current
- 08:13, 18 September 2015 diff hist +17 Using the ADE Server/zh Created page with "对于进程外 <tt>ADE.exe</tt>服务器,选择Local server(本地服务器)。要使用<tt>Adew.dll</tt>,选择nonlocal server(非本地服务器)。当然也可..."
- 08:13, 18 September 2015 diff hist +275 N Translations:Using the ADE Server/32/zh Created page with "对于进程外 <tt>ADE.exe</tt>服务器,选择Local server(本地服务器)。要使用<tt>Adew.dll</tt>,选择nonlocal server(非本地服务器)。当然也可..." current
- 08:11, 18 September 2015 diff hist +17 Using the ADE Server/zh Created page with "在Visual Studio 2005中,选择'''Project''' (项目)菜单上选择 '''Add reference or References'''(添加引用),在出现的对话框中,选择'''COM'''标..."
- 08:11, 18 September 2015 diff hist +419 N Translations:Using the ADE Server/31/zh Created page with "在Visual Studio 2005中,选择'''Project''' (项目)菜单上选择 '''Add reference or References'''(添加引用),在出现的对话框中,选择'''COM'''标..."
- 08:08, 18 September 2015 diff hist -42 Using the ADE Server/zh Created page with "===在Visual Studio 2005中的.NET项目中=== ==使用ADE COM 接口== 在Visual Studio 2005中的Visual Basic、C#、J#、ASP.NET、或者 C++/CLR项目中,你可以通过..."
- 08:08, 18 September 2015 diff hist +336 N Translations:Using the ADE Server/30/zh Created page with "===在Visual Studio 2005中的.NET项目中=== ==使用ADE COM 接口== 在Visual Studio 2005中的Visual Basic、C#、J#、ASP.NET、或者 C++/CLR项目中,你可以通过..." current
- 08:02, 18 September 2015 diff hist -44 Using the ADE Server/zh Created page with "在使用Microsoft的ASP(动态服务器网页)时,我们推荐使用本地服务器。通过使用本地服务器(<tt>ADE.exe</tt>),你可以确保每一个web应..."
- 08:02, 18 September 2015 diff hist +482 N Translations:Using the ADE Server/29/zh Created page with "在使用Microsoft的ASP(动态服务器网页)时,我们推荐使用本地服务器。通过使用本地服务器(<tt>ADE.exe</tt>),你可以确保每一个web应..." current
- 07:56, 18 September 2015 diff hist -18 Using the ADE Server/zh Created page with "==ASP web 应用程序示例== <tt>asp_exam</tt>中的示例演示了如何从一个动态服务器页面web应用程序中使用ADE。该应用程序生成了一个使用HTML..."
- 07:56, 18 September 2015 diff hist +320 N Translations:Using the ADE Server/28/zh Created page with "==ASP web 应用程序示例== <tt>asp_exam</tt>中的示例演示了如何从一个动态服务器页面web应用程序中使用ADE。该应用程序生成了一个使用HTML..." current
- 07:49, 18 September 2015 diff hist -37 Using the ADE Server/zh Created page with "== Excel中Visual Basic样本应用程序== 另一个名称为<tt>excel_exam</tt>的示例应用程序也包含到ADE程序包中。在<tt>excel_exam</tt>目录下的 <tt>Anal..."
- 07:49, 18 September 2015 diff hist +389 N Translations:Using the ADE Server/27/zh Created page with "== Excel中Visual Basic样本应用程序== 另一个名称为<tt>excel_exam</tt>的示例应用程序也包含到ADE程序包中。在<tt>excel_exam</tt>目录下的 <tt>Anal..." current
- 07:45, 18 September 2015 diff hist -22 Using the ADE Server/zh Created page with "打开'''Photo'''属性将明显减慢与ADE之间的通讯。"
- 07:45, 18 September 2015 diff hist +62 N Translations:Using the ADE Server/26/zh Created page with "打开'''Photo'''属性将明显减慢与ADE之间的通讯。" current