Jack-Leung

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

摘要: PetaPoco是一个轻量级ORM框架 用法可参考http://www.toptensoftware.com/petapoco/ https://github.com/CollaboratingPlatypus/PetaPoco http://www.cnblogs.com/zdh8675/p/36 阅读全文
posted @ 2017-10-11 09:34 Jack.leung 阅读(242) 评论(0) 推荐(0) 编辑

2019年3月20日

摘要: ... 阅读全文
posted @ 2019-03-20 20:46 Jack.leung 阅读(440) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文
posted @ 2019-03-20 20:42 Jack.leung 阅读(176) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文
posted @ 2019-03-20 20:33 Jack.leung 阅读(174) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文
posted @ 2019-03-20 20:31 Jack.leung 阅读(193) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文
posted @ 2019-03-20 20:30 Jack.leung 阅读(197) 评论(0) 推荐(0) 编辑

摘要: ... 阅读全文
posted @ 2019-03-20 20:29 Jack.leung 阅读(166) 评论(0) 推荐(0) 编辑

摘要: .... 阅读全文
posted @ 2019-03-20 20:26 Jack.leung 阅读(154) 评论(0) 推荐(0) 编辑

摘要: .... 阅读全文
posted @ 2019-03-20 20:26 Jack.leung 阅读(188) 评论(0) 推荐(1) 编辑

摘要: .... 阅读全文
posted @ 2019-03-20 20:25 Jack.leung 阅读(117) 评论(0) 推荐(0) 编辑

2018年10月22日

摘要: /// /// 请求数据加密 /// /// 待验签集合 /// 待验签字符串 public static string getSHA256Sign(Dictionary dic) { var re = from pair in dic orderby pair.Key select pair; StringBuilder temp = new StringBuilder(""); fore... 阅读全文
posted @ 2018-10-22 16:38 Jack.leung 阅读(236) 评论(0) 推荐(0) 编辑