会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
永远不要停止学习的脚步
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2020年5月15日
关于Win10 的服务注册
摘要: 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)
2019年9月27日
数据转换成字符串格式
摘要: obj.ToString("#0.0%")//转成百分比,保留一位小数 obj.ToString("#,##0")//转成带千分符的
阅读全文
posted @ 2019-09-27 16:57 Bug专员
阅读(476)
评论(0)
推荐(0)
跨服务器、跨库操作SQL
摘要: 方式一:只是当前连接可以使用 --在执行跨服务器查询之前,运行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)
2019年7月22日
DESEncrypt 对称可逆加密
摘要: 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)
2019年7月1日
密码加密分类
摘要: 加密 Md5加密 https://www.cnblogs.com/blqw/p/4852020.html
阅读全文
posted @ 2019-07-01 18:20 Bug专员
阅读(392)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告