易简.道(ething)

爱在进行时
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 2 3 4 5 6 ··· 15 下一页

2012年2月21日

摘要: 阅读全文

posted @ 2012-02-21 21:15 如是如是 阅读(140) 评论(0) 推荐(0) 编辑

摘要: namespace RestExample.Model{#if SILVERLIGHT using System.ComponentModel; public class Customer : INotifyPropertyChanged #else public class Customer #en... 阅读全文

posted @ 2012-02-21 21:13 如是如是 阅读(157) 评论(0) 推荐(0) 编辑

摘要: using System.Windows;using System.Windows.Controls;using RestClient.ViewModels;namespace RestClient{ public partial class MainPage : UserControl { MainViewModel _vm; public MainPa... 阅读全文

posted @ 2012-02-21 21:09 如是如是 阅读(142) 评论(0) 推荐(0) 编辑

摘要: using System.ComponentModel;using RestExample.Model;using System.Collections.ObjectModel;using System;using System.Net;using System.Diagnostics;using System.Xml;using System.Xml.Linq;using System.Linq... 阅读全文

posted @ 2012-02-21 21:07 如是如是 阅读(201) 评论(0) 推荐(0) 编辑

摘要: using System.Collections.Generic;using System.ServiceModel;using System.ServiceModel.Web;using RestExample.Model;using RestExample.Web.Resources;namespace RestExample.Web.Api{ [ServiceContract] ... 阅读全文

posted @ 2012-02-21 21:05 如是如是 阅读(131) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;using RestExample.Web.Api;using Microsoft.ApplicationServer.Http;namespa... 阅读全文

posted @ 2012-02-21 21:02 如是如是 阅读(261) 评论(0) 推荐(0) 编辑

摘要: [This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]The configuration class for Http Services Inheritance HierarchySystem..... 阅读全文

posted @ 2012-02-21 20:58 如是如是 阅读(427) 评论(0) 推荐(0) 编辑

摘要: RouteCollectionExtensions..::..MapServiceRoute<(Of <(<'TService>)>)> Method RouteCollectionExtensions Class See Also Send Feedback [This documentation is for preview only, and is subject to c... 阅读全文

posted @ 2012-02-21 20:56 如是如是 阅读(327) 评论(0) 推荐(0) 编辑

2011年12月18日

摘要: Import与Export 神奇之处?输出:[Export] public Action<Func<int,int,int>> ExecuteCommandExport { get { return ExecuteCommand; } }public void ExecuteCommand(Func<int, int, int> comman... 阅读全文

posted @ 2011-12-18 11:18 如是如是 阅读(198) 评论(0) 推荐(0) 编辑

2011年10月25日

摘要: 访问者模式:上门服务的"贱"模式。有两个角色访问者 和 爷来看爷,访问者总得做点什么?Visitor.visit(爷) 爷也要,摆个姿态接受下 爷.Accept(Visitor){Visitor.visit('爷')}具体做什么?访问者说了算,可以理发、修脚、按摩、盘道,随便了。也只要写个Accecpt,访问者,提供服务方法爷.Accept(访问者){ 访问者.Visit(爷)... 阅读全文

posted @ 2011-10-25 09:51 如是如是 阅读(133) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 15 下一页