摘要: 1.普通服务注册 在cmd下可有两种方法打开,net和sc,net用于打开没有被禁用的服务,语法是:net start 服务名 启动 net start 服务名 停止 net stop 服务名net stop 服务名用sc可打开被禁用的服务,语法是:sc config 服务名 start= dema 阅读全文
posted @ 2020-05-15 14:22 Bug专员 阅读(1793) 评论(0) 推荐(0)
摘要: obj.ToString("#0.0%")//转成百分比,保留一位小数 obj.ToString("#,##0")//转成带千分符的 阅读全文
posted @ 2019-09-27 16:57 Bug专员 阅读(476) 评论(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专员 阅读(923) 评论(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专员 阅读(1828) 评论(0) 推荐(0)
摘要: 加密 Md5加密 https://www.cnblogs.com/blqw/p/4852020.html 阅读全文
posted @ 2019-07-01 18:20 Bug专员 阅读(392) 评论(0) 推荐(0)