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

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 73 下一页
摘要: #region Assign parameters to specified objects /// /// Assign parameters to specified objects /// /// object type /// Fields/values /// sta... 阅读全文
posted @ 2019-08-13 14:32 hofmann 阅读(384) 评论(0) 推荐(0)
摘要: 总是忘记他们的区别 绝对路径:指的是绝对位置,完整地描述目标所在位置,目录层级关系一目了然 相对路径: 阅读全文
posted @ 2019-08-12 17:10 hofmann 阅读(203) 评论(0) 推荐(0)
摘要: CPA是“注册会计师”(Certified Public Accountant,CPA)的简称,是指取得注册会计师证书并在会计师事务所执业的人员,是从事社会审计/中介审计/独立审计的专业人士,CPA为中国唯一官方认可的注册会计师资质,唯一拥有签字权的执业资质。 CFA是“特许金融分析师”(Chart 阅读全文
posted @ 2019-08-09 10:26 hofmann 阅读(220) 评论(0) 推荐(0)
摘要: #region Get HttpClient Return String /// <summary> /// Get HttpClient Return String /// </summary> /// <param name="apiUrl">api Url</param> /// <retur 阅读全文
posted @ 2019-08-06 11:33 hofmann 阅读(242) 评论(0) 推荐(0)
摘要: 待续 阅读全文
posted @ 2019-08-02 18:03 hofmann 阅读(814) 评论(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 阅读(2333) 评论(0) 推荐(0)
摘要: #region Get Sign Content /// /// Get Sign Content /// /// /// private string GetSignContent(IDictionary parameters) { // 第一步:把字... 阅读全文
posted @ 2019-08-02 11:14 hofmann 阅读(1475) 评论(0) 推荐(0)
摘要: namespace com._80community.unittest.CUP { /// <summary> /// CUP Client /// </summary> public interface IClient { /// <summary> /// Generate Signature 阅读全文
posted @ 2019-08-01 18:08 hofmann 阅读(548) 评论(0) 推荐(0)
摘要: .pem BEGIN RSA PUBLIC KEY xxxxxxxx END RSA PUBLIC KEY 阅读全文
posted @ 2019-08-01 17:56 hofmann 阅读(184) 评论(0) 推荐(0)
摘要: HttpContext context1 = System.Web.HttpContext.Current; HttpContext context2 = System.Runtime.Remoting.Messaging.CallContext.HostContext as HttpContext 阅读全文
posted @ 2019-08-01 17:42 hofmann 阅读(269) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 73 下一页