摘要: 先看下客户端捕获异常情况,以下异常基本上看不懂。参照NLayerApp 进行了全局异常捕获。 一. DistributedServices.Core 结构如下 1.1 DefaultErrorHandler using System;using ... 阅读全文
posted @ 2014-12-30 16:38 kfsmqoo 阅读(229) 评论(0) 推荐(0) 编辑
摘要: public class Logic { private static readonly double eps = 1e-10; public static Point FindFermat(List poly, double step = 10) { if (poly == null || poly.Count == 0) return nul... 阅读全文
posted @ 2014-12-30 16:00 kfsmqoo 阅读(358) 评论(0) 推荐(0) 编辑