sinxsoft

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  csharp

csharp
Windows Server 8 IIS7中Remoting访问出现404错误的解决方法
摘要:由于Remoting需要迁移到Windows Server 8,使用iis7作为宿主,但是配置好后,启动client访问老是显示404错误,搜索了几个帖子,均是在Vista操作系统上的解决方案:请参考:http://support.microsoft.com/kb/927672/en-us于是找到%windir%\System32\inetsrv\config下面的applicationHost.... 阅读全文

posted @ 2010-09-09 17:23 sinxsoft 阅读(418) 评论(0) 推荐(0) 编辑

一个简单的powerdesigner模型(oom,pdm)分析器
摘要:由于工作需要,写了一个简单的模型分析器,源码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///通过Xml分析powerdesigner模型文件///</summary>publicclassMo... 阅读全文

posted @ 2010-05-21 10:31 sinxsoft 阅读(911) 评论(0) 推荐(3) 编辑

Eclipse中安装支持tfs(team foundation server)的插件team explorer everywhere 2010(二)
摘要:1,安装该插件:首先下载,下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57&displaylang=en文件:InstallTEE.htm记录的完整的安装方法,这里引述一下:Open Eclipse.Note These installatio... 阅读全文

posted @ 2010-05-20 13:56 sinxsoft 阅读(2754) 评论(0) 推荐(1) 编辑

Eclipse中安装支持tfs(team foundation server)的插件team explorer everywhere 2010(一)
摘要:1,首先,看看安装好的Eclipse中插件:点击=>window=>prefrerence=>team 图片如下: 2,在Eclipse的packa explorer中可以看到类似如vsts中的锁定,签出等图标:3,在Eclipse的packa explorer中选中项目,右键菜单可以看到team菜单项,功能与vsts中的十分类似如图:4,在Eclipse中会自动增加一个view... 阅读全文

posted @ 2010-05-20 13:41 sinxsoft 阅读(1267) 评论(0) 推荐(1) 编辑

匿名委托可以访问局部变量,而原始的委托则必须利用别的方法才可以做到
摘要:public class Class1 { public void AddSendTextEventHandler(SendTextEventHandler st) { SendTextEvent += st; } public event SendTextEventHandler SendTextEvent; public void doall() { SendTextEvent("1"); /... 阅读全文

posted @ 2008-09-23 10:07 sinxsoft 阅读(248) 评论(2) 推荐(0) 编辑

在 C# 中通过 P/Invoke 调用Win32 DLL
摘要:下载本文的代码: NET0307.exe (133KB) 我在自己最近的编程中注意到一个趋势,正是这个趋势才引出本月的专栏主题。最近,我在基于 Microsoft® .NET Framework 的应用程序中完成了大量的 Win32® Interop。我并不是要说我的应用程序充满了自定义的 interop 代码,但有时我会在 .NET Framework 类库中碰到一些次要但又... 阅读全文

posted @ 2006-09-26 10:51 sinxsoft 阅读(345) 评论(0) 推荐(0) 编辑

DelegateAndAsync
摘要:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace DelegateAndAsync{/// <summary>/// Form1 的摘要说明。/// &l... 阅读全文

posted @ 2006-04-07 14:46 sinxsoft 阅读(234) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示