08 2019 档案
摘要:Unicode字符集就是为了解决字符集这种不兼容的问题而产生的,它所有的字符都用两个字节表示,即英文字符也是用两个字节表示。 NCHAR、NVARCHAR、NTEXT。这三种从名字上看比前面三种多了个“N”。它表示存储的是Unicode数据类型的字符。我们知道字符中,英文字符只需要一个字节存储就足够
阅读全文
摘要:<connectionStrings> <add name="CupCreditCheckDB" connectionString="metadata=res://*/CupModel.csdl|res://*/CupModel.ssdl|res://*/CupModel.msl;provider=System.Data.SqlClient;provider connection string=&
阅读全文
摘要:待续
阅读全文
摘要:虚拟桌面基础架构(英文全称:Virtual Desktop Infrastructure),即虚拟桌面基础架构,正迅速成为一个热门词语,属于云桌面技术之一。
阅读全文
摘要:#region Parse #region Dictionary Parse To String /// /// Dictionary Parse To String /// /// Dictionary /// String static public stri...
阅读全文
摘要:[TestMethod] public void Test3() { StringBuilder temp = new StringBuilder(); temp.AppendFormat(""); temp.AppendFormat(""); temp.AppendF...
阅读全文
摘要:#region Assign parameters to specified objects /// /// Assign parameters to specified objects /// /// object type /// Fields/values /// sta...
阅读全文
摘要:总是忘记他们的区别 绝对路径:指的是绝对位置,完整地描述目标所在位置,目录层级关系一目了然 相对路径:
阅读全文
摘要:CPA是“注册会计师”(Certified Public Accountant,CPA)的简称,是指取得注册会计师证书并在会计师事务所执业的人员,是从事社会审计/中介审计/独立审计的专业人士,CPA为中国唯一官方认可的注册会计师资质,唯一拥有签字权的执业资质。 CFA是“特许金融分析师”(Chart
阅读全文
摘要:#region Get HttpClient Return String /// <summary> /// Get HttpClient Return String /// </summary> /// <param name="apiUrl">api Url</param> /// <retur
阅读全文
摘要:using System; using System.Text; namespace VWFC.IT.CUP.BLL.Util { /// /// Base64 tools /// public class Base64Util { /// /// Base64加密,采用utf8编码方式加密 /// ...
阅读全文
摘要:#region Get Sign Content /// /// Get Sign Content /// /// /// private string GetSignContent(IDictionary parameters) { // 第一步:把字...
阅读全文
摘要:namespace com._80community.unittest.CUP { /// <summary> /// CUP Client /// </summary> public interface IClient { /// <summary> /// Generate Signature
阅读全文
摘要:.pem BEGIN RSA PUBLIC KEY xxxxxxxx END RSA PUBLIC KEY
阅读全文
摘要:HttpContext context1 = System.Web.HttpContext.Current; HttpContext context2 = System.Runtime.Remoting.Messaging.CallContext.HostContext as HttpContext
阅读全文

浙公网安备 33010602011771号