当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: 待续 阅读全文
posted @ 2019-08-02 18:03 hofmann 阅读(811) 评论(0) 推荐(0)
摘要: using System; using System.Text; namespace VWFC.IT.CUP.BLL.Util { /// /// Base64 tools /// public class Base64Util { /// /// Base64加密,采用utf8编码方式加密 /// ... 阅读全文
posted @ 2019-08-02 18:00 hofmann 阅读(2332) 评论(0) 推荐(0)
摘要: #region Get Sign Content /// /// Get Sign Content /// /// /// private string GetSignContent(IDictionary parameters) { // 第一步:把字... 阅读全文
posted @ 2019-08-02 11:14 hofmann 阅读(1472) 评论(0) 推荐(0)