Fork me on GitHub
摘要: 委托理解起来就想c++ 函数指针我的理解为 : 方法的快捷方式 delegate int AddNumDelegate(int n); class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2015-06-02 16:23 乔闻 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 如果类是静态的 那 成员必须是静态的如果类不是静态的 那成员可以是静态的也可以不是调用静态成员可以不声明类 直接调用class Program { static void Main(string[] args) { Console.WriteL... 阅读全文
posted @ 2015-06-02 16:14 乔闻 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleA... 阅读全文
posted @ 2015-06-02 15:23 乔闻 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 先通过流程设计器设计流程注意审批:1个人会签: 多人用同意时: 若为有一个同意就通过 则 审批选项卡 的同意出口 设为1 如果需要所有人同意才通过 则审批选项卡 的同意出口 设为100%开始或者结束时可能有业务操作调用webservice后台取组织机构人员Organization.Unit ... 阅读全文
posted @ 2015-06-02 10:57 乔闻 阅读(780) 评论(0) 推荐(0) 编辑