随笔分类 - 随笔记录
摘要:var server = 4; try { XmlDocument xmlDoc = new XmlDocument(); string xmlPath = AppDomain.CurrentDomain.BaseDirectory + "XML/ChannelConfig.xml"; //获取xm
阅读全文
摘要:/// /// 异步委托 /// public delegate void AsyncHandler(); public static class AsyncHelper { public static void AsyncResult(Asy...
阅读全文
摘要:阿里巴巴开源的RPC框架:https://github.com/alibaba/dubbofacebook http://thrift.apache.org/
阅读全文
摘要:/// /// 将DataTable进行分页并生成新的DataTable /// /// 原始Datatable /// 需要的第n页 /// 每页页数 /// public ...
阅读全文
摘要:/// /// /// /// /// private void btnPreview_Click(object sender, EventArgs e) { PackTypeReport ...
阅读全文