06 2009 档案

outlook2007阻止附件的问题 http://hi.baidu.com/simplejoy/blog/item/53693897bd16046554fb9631.html
摘要:破解方案如下:1. 单击 Windows 开始按钮,然后单击运行。2. 在打开框中,键入 regedit,然后单击确定。3. 浏览到下列注册表项:HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security4. 单击编辑菜单,单击新建,然后单击字符串值。5. 为新值键入下面的名称:Level1Remove6. 按 ENTER 键... 阅读全文

posted @ 2009-06-24 17:31 Acor 阅读(339) 评论(0) 推荐(0)

error LNK2001: unresolved external symbol
摘要:http://bbs.chinaitlab.com/thread-300639-1-1.htmlhttp://msdn.microsoft.com/zh-cn/bb773584(en-us,VS.85).aspx添加导入库.lib文件(link) 阅读全文

posted @ 2009-06-24 13:31 Acor 阅读(166) 评论(0) 推荐(0)

Lnk1202 http://www.codeguru.com/forum/archive/index.php/t-386908.html
摘要:Lnk1202http://www.codeguru.com/forum/archive/index.php/t-386908.html重编依赖库 阅读全文

posted @ 2009-06-23 18:08 Acor 阅读(370) 评论(0) 推荐(0)

COM Interop 简介
摘要:http://msdn.microsoft.com/zh-cn/magazine/cc163494.aspx 如何:使用 C++ Interop 封送回调和委托 http://msdn.microsoft.com/zh-cn/library/367eeye0(VS.80).aspx 阅读全文

posted @ 2009-06-03 16:16 Acor

Delegate 示例
摘要://Program.cs using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace DelegateIsAll{ class program { public static void CarNeedWash(object sender, CarE... 阅读全文

posted @ 2009-06-02 12:25 Acor

ThreadPool 示例
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading; namespace ThreadIsAll{ class Program { public class PrintNumbers { ... 阅读全文

posted @ 2009-06-02 12:19 Acor

导航