会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
二维一加零
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
2022年2月27日
System.ServiceModel找不到?
摘要: 可以自己添加引用; 我本地的电脑引用地址为: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1
阅读全文
posted @ 2022-02-27 17:49 二维一加零
阅读(163)
评论(0)
推荐(0)
2022年1月15日
查看网络
摘要: (mynet是自定义的网络名称) docker network inspect mynet
阅读全文
posted @ 2022-01-15 08:17 二维一加零
阅读(293)
评论(0)
推荐(0)
创建自定义网络
摘要: mynet是网络名称 docker network create mynet
阅读全文
posted @ 2022-01-15 08:16 二维一加零
阅读(32)
评论(0)
推荐(0)
2022年1月14日
查看镜像
摘要: docker images
阅读全文
posted @ 2022-01-14 15:58 二维一加零
阅读(32)
评论(0)
推荐(0)
容器内部操作
摘要: docker exec -it xxxContainerName /bin/bashcd /usr/share/nginx/html echo "dxxxh" >> test.html
阅读全文
posted @ 2022-01-14 15:57 二维一加零
阅读(32)
评论(0)
推荐(0)
Linux 端口是否被占用
摘要: 输入:netstat -lntp | grep 32768 (32768是端口号) 此图,说明被占用;(如果没有结果,则说明没有被占用)
阅读全文
posted @ 2022-01-14 15:46 二维一加零
阅读(41)
评论(0)
推荐(0)
win7不能ping通虚拟机?
摘要: 我的解决方案; 编辑=》虚拟网络编辑器 选择桥接模式 最后点击“确定”,问题解决!
阅读全文
posted @ 2022-01-14 14:13 二维一加零
阅读(43)
评论(0)
推荐(0)
Abuntu中切换到超级管理员
摘要: 输入:sudo su 之后,输入秘密,回车即可;
阅读全文
posted @ 2022-01-14 12:23 二维一加零
阅读(42)
评论(0)
推荐(0)
2022年1月8日
None of the specified endpoints were reachable
摘要: 我连接RabbitMQ的代码如下: var connectionFactory = new ConnectionFactory() { HostName = "192.168.1.5", Port = 15672, UserName = "guest", Password = "gues", Vir
阅读全文
posted @ 2022-01-08 17:25 二维一加零
阅读(2595)
评论(0)
推荐(0)
Enabling plugins on node rabbit
摘要: (在windows7 安装RabbitMQ) cmd输入 rabbitmq-plugins enable rabbitmq_management 问题如下: 解决方式(cmd): C:\xxx\RabbitMQ\rabbitmq_server-3.7.16\sbin>rabbitmq-service
阅读全文
posted @ 2022-01-08 11:26 二维一加零
阅读(3467)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
公告