会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
玫瑰下的阿司匹林
CnBlogs
Home
New Post
Contact
Admin
Subscription
2021年8月10日
如何关闭被占用的端口(运行.netcore时报错端口被占用)
起因:iis运行core的api报错: 解决:方法一:修改文件启动的端口号 修改launchSetting.json文件下的启动的地址的端口号 方法二:关闭被占用的端口号 win+R 输入cmd 2.控制台输入netstat -ano查看哪些端口被占用,找到被占用端口的PTID 3.打开任务管理器,
Read More
posted @ 2021-08-10 10:28 玫瑰下的阿司匹林
Views(516)
Comments(0)
Diggs(0)
2021年2月12日
【Linux】操作sqlserver数据库
查看sqlserver数据库状态: systemctl status mssql-server 开启sqlserver数据库: systemctl start mssql-server
Read More
posted @ 2021-02-12 15:10 玫瑰下的阿司匹林
Views(203)
Comments(0)
Diggs(0)
2020年11月4日
【学习笔记】连接服务器并且在centos7.x安装sql server
Part1.连接服务器 1.使用xshell新建会话 2. 显示下图则表示已经成功连接服务器 Part2.在centos7.x服务器上安装sql server 参考博客:https://www.cnblogs.com/shapman/p/12347433.html 有一点需要注意:3.1 设置防火墙
Read More
posted @ 2020-11-04 17:19 玫瑰下的阿司匹林
Views(150)
Comments(0)
Diggs(0)
2020年11月3日
【C#】利用StopWatch监控代码执行时间
StopWatch:提供一组方法和属性,可用于准确地测量运行时间。 主要用到Start、Restart、Stop方法 ElapsedMilliseconds属性获取执行时间,单位:毫秒 缺点:不支持多线程,适用于单线程 Stopwatch execTime = new Stopwatch(); ex
Read More
posted @ 2020-11-03 15:26 玫瑰下的阿司匹林
Views(177)
Comments(0)
Diggs(0)
公告
点击右上角即可分享