摘要: obj.ToString("#0.0%")//转成百分比,保留一位小数 obj.ToString("#,##0")//转成带千分符的 阅读全文
posted @ 2019-09-27 16:57 Bug专员 阅读(469) 评论(0) 推荐(0)
摘要: 方式一:只是当前连接可以使用 --在执行跨服务器查询之前,运行exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure in 阅读全文
posted @ 2019-09-27 11:56 Bug专员 阅读(913) 评论(0) 推荐(0)
摘要: using System;using System.Security.Cryptography;using System.Text;using System.Web.Security; namespace DESEncrypt{ /// <summary> /// DES加密/解密类。 /// </ 阅读全文
posted @ 2019-07-22 09:24 Bug专员 阅读(1815) 评论(0) 推荐(0)
摘要: 加密 Md5加密 https://www.cnblogs.com/blqw/p/4852020.html 阅读全文
posted @ 2019-07-01 18:20 Bug专员 阅读(382) 评论(0) 推荐(0)