玩转C科技.NET

从学会做人开始认识这个世界!http://volnet.github.io

导航

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页

2007年11月12日 #

[WCF]继承

摘要: 在过去中,我们已经习惯了C#继承的各个特性,我们可以按如下的方式定义我们的继承关系: [ServiceContract] public interface ISimpleCalculator { //Other Members ... 阅读全文

posted @ 2007-11-12 03:33 volnet(可以叫我大V) 阅读(1216) 评论(0) 推荐(0) 编辑

2007年11月11日 #

【代码保留】博客中加WindowsLiveMessenger的方法

摘要: 首先声明一下,这篇内容来自于Jeffrey Zhao的文章《在网页里添加Web Live Messenger对话框 》。 刚刚我自己也跟着搞了一下,就收藏至此,同志们如果要深入学习,还是看看老赵的这篇原创吧!(强烈推荐!!!) 我本人对JaveScript基本上是一窍不通啦,也是懒惰也是太忙,看懂它完全是用英文+其他语言的编程基础,至于具体怎么搞,复杂一点我就乱套了,算是我的一个软肋吧,近年来Ja... 阅读全文

posted @ 2007-11-11 02:47 volnet(可以叫我大V) 阅读(1083) 评论(5) 推荐(0) 编辑

2007年11月10日 #

[WCF]重载

摘要: WCF中的接口不允许有重载: 例如: namespace WcfServiceLibrary1 { // NOTE: If you change the interface name "IService1" here, you must also update the reference to "IService1" in App.config. [ServiceContract]... 阅读全文

posted @ 2007-11-10 22:59 volnet(可以叫我大V) 阅读(780) 评论(1) 推荐(0) 编辑

[WCF]由于签名问题,运行某些基于 WCF 的项目模板将导致与 svcutil.exe 崩溃

摘要: Problem: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'svcutil, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11... 阅读全文

posted @ 2007-11-10 16:34 volnet(可以叫我大V) 阅读(535) 评论(2) 推荐(1) 编辑

2007年11月8日 #

[WCF]Choosing a binding

摘要: [Programming WCF Services] If your service needs to interact with non-WCF clients. A.[yes]:(第一个分支向左(走[no])) 1.If the client is a legacy MSMQ client,choose the MsmqIntergrationBinding (that enables y... 阅读全文

posted @ 2007-11-08 22:30 volnet(可以叫我大V) 阅读(371) 评论(0) 推荐(0) 编辑

2007年11月1日 #

【代码保留】构造数据库表值

摘要: insert into adl_addressvalue (adv_id, adv_adt_id, adv_value, adv_owner) select rownum + 4 adv_id, decode(MOD(rownum, 2), 0, 2, 1) adv_adt_id, decode(MOD(rownum, 2), ... 阅读全文

posted @ 2007-11-01 02:21 volnet(可以叫我大V) 阅读(331) 评论(0) 推荐(0) 编辑

【代码保留】时间器(用于计算时间间隔的类)

摘要: 动机: 主要是想要做一个时间间隔的类。晚上随便写的,可以用来测试效率的一些性能。暂不支持调试(调试的时候时间会暂停,但是时间间隔类的内部实现机制是采用取头尾的方式进行的,因此暂时不支持调试~以后看看会不会用到,用到再写吧~) 代码: 1 /**//// 2 /// 时间器类,可以单独使用,也可以与时间器工厂+时间器管理器共同使用 3 /// (单独使用,将失去全局比较... 阅读全文

posted @ 2007-11-01 01:06 volnet(可以叫我大V) 阅读(636) 评论(2) 推荐(0) 编辑

2007年10月26日 #

My library

摘要: This article will record my reading line in my study career. Focus domain:Computer Science 读书已经成为我生活最主要的一部分了,这部分甚至已经超过了我对其他事的关注。读万卷书,行万里路。读书其实很辛苦,但读书又让人觉得很快乐。下面罗列的书许多都有字典的身材,看起来不仅要时间,耐力,理解力,注意力,但是你所得到... 阅读全文

posted @ 2007-10-26 02:01 volnet(可以叫我大V) 阅读(1094) 评论(3) 推荐(0) 编辑

Workflow Instance Description

摘要: 以下是摘录的关于Workflow instance的一段话。描述了instance和workflow从概念上的区别。 Note: A workflow definition is what you ask workflow runtime to execute, whereas an instance is an executing workflow definition. There is a ... 阅读全文

posted @ 2007-10-26 01:16 volnet(可以叫我大V) 阅读(486) 评论(2) 推荐(0) 编辑

2007年10月21日 #

【代码保留】WorkflowRuntimeFactory

摘要: 由于工作流运行时WorkflowRuntime在一个应用程序域中只允许存在一个实例,因此可以用单件Singleton模式来限制,并可以用工厂模式来调用,另者由于运行时需要有Start和Stop,因此也可以在工厂内添加相应的方法来启动和关闭WorkflowRuntime. using System; using System.Collections.Generic; using System.Li... 阅读全文

posted @ 2007-10-21 01:19 volnet(可以叫我大V) 阅读(413) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
使用Live Messenger联系我
关闭