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

08 2019 档案

摘要:Unicode字符集就是为了解决字符集这种不兼容的问题而产生的,它所有的字符都用两个字节表示,即英文字符也是用两个字节表示。 NCHAR、NVARCHAR、NTEXT。这三种从名字上看比前面三种多了个“N”。它表示存储的是Unicode数据类型的字符。我们知道字符中,英文字符只需要一个字节存储就足够 阅读全文
posted @ 2019-08-16 15:03 hofmann 阅读(219) 评论(0) 推荐(0)
摘要:<connectionStrings> <add name="CupCreditCheckDB" connectionString="metadata=res://*/CupModel.csdl|res://*/CupModel.ssdl|res://*/CupModel.msl;provider=System.Data.SqlClient;provider connection string=& 阅读全文
posted @ 2019-08-16 13:44 hofmann 阅读(261) 评论(0) 推荐(0)
摘要:虚拟桌面基础架构(英文全称:Virtual Desktop Infrastructure),即虚拟桌面基础架构,正迅速成为一个热门词语,属于云桌面技术之一。 阅读全文
posted @ 2019-08-14 13:39 hofmann 阅读(483) 评论(0) 推荐(0)
摘要:#region Parse #region Dictionary Parse To String /// /// Dictionary Parse To String /// /// Dictionary /// String static public stri... 阅读全文
posted @ 2019-08-13 17:02 hofmann 阅读(9779) 评论(0) 推荐(0)
摘要:[TestMethod] public void Test3() { StringBuilder temp = new StringBuilder(); temp.AppendFormat(""); temp.AppendFormat(""); temp.AppendF... 阅读全文
posted @ 2019-08-13 17:00 hofmann 阅读(1276) 评论(0) 推荐(0)
摘要:#region Assign parameters to specified objects /// /// Assign parameters to specified objects /// /// object type /// Fields/values /// sta... 阅读全文
posted @ 2019-08-13 14:32 hofmann 阅读(385) 评论(0) 推荐(0)
摘要:总是忘记他们的区别 绝对路径:指的是绝对位置,完整地描述目标所在位置,目录层级关系一目了然 相对路径: 阅读全文
posted @ 2019-08-12 17:10 hofmann 阅读(205) 评论(0) 推荐(0)
摘要:CPA是“注册会计师”(Certified Public Accountant,CPA)的简称,是指取得注册会计师证书并在会计师事务所执业的人员,是从事社会审计/中介审计/独立审计的专业人士,CPA为中国唯一官方认可的注册会计师资质,唯一拥有签字权的执业资质。 CFA是“特许金融分析师”(Chart 阅读全文
posted @ 2019-08-09 10:26 hofmann 阅读(222) 评论(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 阅读(815) 评论(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 阅读(2335) 评论(0) 推荐(0)
摘要:#region Get Sign Content /// /// Get Sign Content /// /// /// private string GetSignContent(IDictionary parameters) { // 第一步:把字... 阅读全文
posted @ 2019-08-02 11:14 hofmann 阅读(1476) 评论(0) 推荐(0)
摘要:namespace com._80community.unittest.CUP { /// <summary> /// CUP Client /// </summary> public interface IClient { /// <summary> /// Generate Signature 阅读全文
posted @ 2019-08-01 18:08 hofmann 阅读(549) 评论(0) 推荐(0)
摘要:.pem BEGIN RSA PUBLIC KEY xxxxxxxx END RSA PUBLIC KEY 阅读全文
posted @ 2019-08-01 17:56 hofmann 阅读(186) 评论(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 阅读(270) 评论(0) 推荐(0)