02 2015 档案

摘要:1、https://www.apereo.org/cas/client-integration2、源码下载https://wiki.jasig.org/display/CASC/.Net+Cas+Client 阅读全文
posted @ 2015-02-13 15:50 大空白纸 阅读(370) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Linq;using System.Activities;using System.Activities.Statements;namespace WorkflowDemo{ class Program { static ... 阅读全文
posted @ 2015-02-05 16:29 大空白纸 阅读(199) 评论(0) 推荐(0) 编辑
摘要:简单使用WF工作流示例:using System;using System.Linq;using System.Activities;using System.Activities.Statements;namespace WorkflowDemo{ class Program { ... 阅读全文
posted @ 2015-02-05 15:34 大空白纸 阅读(185) 评论(0) 推荐(0) 编辑
摘要:1、接口using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace PlugDemo{ public interface IPlugToText { ... 阅读全文
posted @ 2015-02-04 14:57 大空白纸 阅读(364) 评论(0) 推荐(0) 编辑
摘要:服务端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te... 阅读全文
posted @ 2015-02-03 10:24 大空白纸 阅读(348) 评论(0) 推荐(0) 编辑
摘要:1、HTTP上传文件及传递参数 #region 6.0 上传多个文件和参数 /// /// HttpUploadFile /// /// /// /// /// /// public static string HttpUpl... 阅读全文
posted @ 2015-02-02 16:02 大空白纸 阅读(1849) 评论(0) 推荐(0) 编辑