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

上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 73 下一页
摘要: 总是忘记他们的区别 绝对路径:指的是绝对位置,完整地描述目标所在位置,目录层级关系一目了然 相对路径: 阅读全文
posted @ 2019-08-12 17:10 hofmann 阅读(200) 评论(0) 推荐(0)
摘要: CPA是“注册会计师”(Certified Public Accountant,CPA)的简称,是指取得注册会计师证书并在会计师事务所执业的人员,是从事社会审计/中介审计/独立审计的专业人士,CPA为中国唯一官方认可的注册会计师资质,唯一拥有签字权的执业资质。 CFA是“特许金融分析师”(Chart 阅读全文
posted @ 2019-08-09 10:26 hofmann 阅读(217) 评论(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 阅读(240) 评论(0) 推荐(0)
摘要: 待续 阅读全文
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)
摘要: namespace com._80community.unittest.CUP { /// <summary> /// CUP Client /// </summary> public interface IClient { /// <summary> /// Generate Signature 阅读全文
posted @ 2019-08-01 18:08 hofmann 阅读(547) 评论(0) 推荐(0)
摘要: .pem BEGIN RSA PUBLIC KEY xxxxxxxx END RSA PUBLIC KEY 阅读全文
posted @ 2019-08-01 17:56 hofmann 阅读(182) 评论(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)
摘要: 控制反转(Inversion of Control,缩写为IoC),是面向对象编程中的一种设计原则,可以用来减低计算机代码之间的耦合度。其中最常见的方式叫做依赖注入(Dependency Injection,简称DI),还有一种方式叫“依赖查找”(Dependency Lookup)。通过控制反转, 阅读全文
posted @ 2019-07-31 13:54 hofmann 阅读(314) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 73 下一页