会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MAUI程序员
博客园
首页
新随笔
联系
订阅
管理
2025年8月
vs code 中 git 使用
摘要: 1. git init 2.git add . 3.git commit -m 'int' 4.git remote add origin 'url' 5.git push -u origin main //提交输入用户名及密码 6.git push -f origin master //强制覆盖远
阅读全文
posted @ 2025-08-06 10:26 MAUI程序员
阅读(8)
评论(0)
推荐(0)
2022年10月
sql server 占用80 端口
摘要: 1、找到World Wide Web 发布服务 并停止。 2、运行-》regedit 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP找到Start,将它的值修改为0,然后电脑重启即可。
阅读全文
posted @ 2022-10-25 11:41 MAUI程序员
阅读(115)
评论(0)
推荐(0)
2022年9月
identity server 4 connect/userinfo 401
摘要: identity server 4 connect/userinfo 通过token访问报 401 解决方法:检查一下OpenApiServer url 是否为localhost ,应改为ip地址或网址
阅读全文
posted @ 2022-09-14 15:46 MAUI程序员
阅读(181)
评论(0)
推荐(0)
2022年7月
c# form-data表单提交,post form上传数据、文件
摘要: 引自:https://www.cnblogs.com/xiaosuxing/p/13403172.html 表单提交协议规定:要先将 HTTP 要求的 Content-Type 设为 multipart/form-data,而且要设定一个 boundary 参数,这个参数是由应用程序自行产生,它会用
阅读全文
posted @ 2022-07-26 17:42 MAUI程序员
阅读(7630)
评论(1)
推荐(0)
2022年5月
Prometheus&Grafana 的安装
摘要: Prometheus&Grafana 下载地址:https://pan.baidu.com/s/1KYdt-8STrjfFH7ebBoSXzg 提取码 3v3d 1.上传到 /opt/software 1.1 安装 Prometheus [atguigu@hadoop1 software]$ tar
阅读全文
posted @ 2022-05-16 17:34 MAUI程序员
阅读(137)
评论(0)
推荐(0)
linux 打开端口命令
摘要: firewall-cmd --add-port=3000/tcp --permanent firewall-cmd --reload
阅读全文
posted @ 2022-05-16 17:02 MAUI程序员
阅读(151)
评论(0)
推荐(0)
2022年4月
windbg NetExt 的使用
摘要: 下载地址:https://github.com/rodneyviana/netext 下载后在文件夹 \Binaries\x64中找到相关dll文件 windows 10系统将 文件 NetExt.dll 和 NetExtShim.dll放到windbg安装目录 C:\Program Files\D
阅读全文
posted @ 2022-04-28 15:07 MAUI程序员
阅读(40)
评论(0)
推荐(0)
windbg 常用命令
摘要: .time //代表进程运行时间 !runaway //查看所有线程所用时间 !t //显示所有线程 ~10s;!clrstack; //显示10号线程堆栈信息 !tp // 服务器的cpu值 !syncblk //有没有发生死锁 ~0s , ~1s 进入某个线程~*kbn //显示所有线程信息kb
阅读全文
posted @ 2022-04-22 10:40 MAUI程序员
阅读(601)
评论(0)
推荐(0)
2022年1月
element ui 设置select 不启作用
摘要: 注意赋值的类型 value = 1 设置时应用int 类型!!!
阅读全文
posted @ 2022-01-10 11:03 MAUI程序员
阅读(96)
评论(0)
推荐(0)
2021年12月
CentOS7下,报The type initializer for 'Gdip' threw an exception.异常.
摘要: 方法1. yum -y install autoconf automake libtoolyum -y install freetype-devel fontconfig libXft-develyum -y install libjpeg-turbo-devel libpng-devel gifl
阅读全文
posted @ 2021-12-21 17:23 MAUI程序员
阅读(257)
评论(0)
推荐(0)
下一页
公告