摘要:由于Remoting需要迁移到Windows Server 8,使用iis7作为宿主,但是配置好后,启动client访问老是显示404错误,搜索了几个帖子,均是在Vista操作系统上的解决方案:请参考:http://support.microsoft.com/kb/927672/en-us于是找到%windir%\System32\inetsrv\config下面的applicationHost....
阅读全文
摘要:由于工作需要,写了一个简单的模型分析器,源码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///通过Xml分析powerdesigner模型文件///</summary>publicclassMo...
阅读全文
摘要:1,安装该插件:首先下载,下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57&displaylang=en文件:InstallTEE.htm记录的完整的安装方法,这里引述一下:Open Eclipse.Note These installatio...
阅读全文
摘要:1,首先,看看安装好的Eclipse中插件:点击=>window=>prefrerence=>team 图片如下: 2,在Eclipse的packa explorer中可以看到类似如vsts中的锁定,签出等图标:3,在Eclipse的packa explorer中选中项目,右键菜单可以看到team菜单项,功能与vsts中的十分类似如图:4,在Eclipse中会自动增加一个view...
阅读全文
摘要:public class Class1 { public void AddSendTextEventHandler(SendTextEventHandler st) { SendTextEvent += st; } public event SendTextEventHandler SendTextEvent; public void doall() { SendTextEvent("1"); /...
阅读全文
摘要:下载本文的代码: NET0307.exe (133KB) 我在自己最近的编程中注意到一个趋势,正是这个趋势才引出本月的专栏主题。最近,我在基于 Microsoft® .NET Framework 的应用程序中完成了大量的 Win32® Interop。我并不是要说我的应用程序充满了自定义的 interop 代码,但有时我会在 .NET Framework 类库中碰到一些次要但又...
阅读全文
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace DelegateAndAsync{/// <summary>/// Form1 的摘要说明。/// &l...
阅读全文