03 2021 档案
摘要:display:flex;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-line-pack:center;justify-content:center;-webkit-box-al
阅读全文
摘要:https://blog.csdn.net/qq2468103252/article/details/82835563 宽度$('div').width(); 区块的本身宽度$('div').outerWidth(); 区块的宽度+padding宽度+border宽度$('div').outerWi
阅读全文
摘要:overflow-x: scroll; display: inline-block; white-space: nowrap; 内容不能脱离文档流否则还是会把div 撑开
阅读全文
摘要:background-image: url(../Content/Pc/img/IC_search.png); background-repeat: no-repeat; background-position: center; background-position-x: 10px; backgr
阅读全文
摘要:实操 <Info xmlns=""> <Error>User 錯誤</Error> </Info> public class ResponseModel { public class InfoModel { public string Error { get; set; } } public Inf
阅读全文
摘要:https://www.cnblogs.com/xiaochu/p/4402195.html MD5加密字符串并转化为base64(C#和PHP代码相同实现) PHP 代码 function Md5Base64($data){ $md5hex=md5($data); $len=strlen($md5
阅读全文
摘要:Order.OrderRequest m = new Order.OrderRequest(); m.Request = new Order.OrderRequest.RequestModel(); m.Request.service = "123"; m.Request.lang = "zzz";
阅读全文
摘要:https://www.cnblogs.com/guorongtao/p/13329618.html SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] ,(case when b.is_disabled=0 then '启用' e
阅读全文
摘要:不知道怎么表达这个东西,先记录一下吧,如果你们有好的想法可以联系我,共同进步 /// <summary> /// 自定义属性帮助类 /// </summary> public class AttributeHelper { /// <summary> /// 获取字符串字节长度 /// </summ
阅读全文
摘要:http://www.voidcn.com/article/p-ygmrcitj-bye.html using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; pu
阅读全文
摘要:http://www.voidcn.com/article/p-ygmrcitj-bye.html using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; pu
阅读全文
摘要:https://www.cnblogs.com/xiarongrong/p/5168713.html /// <summary> /// 获取字符串字节长度 /// </summary> /// <param name="str"></param> /// <returns></returns> p
阅读全文