上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: rabbitmq-exchange 交换机可以限定规则:除了转发规则,还可以指定各种规则,来限制能否转发都指定的队列。 Direct Exchange(直连交换机) Fanout Exchange(广播交换机) Topic Exchange(模糊匹配交换机) Header Exchange -- 阅读全文
posted @ 2023-02-11 12:27 Raymon撸码记 阅读(14) 评论(0) 推荐(0) 编辑
摘要: docker-安装RabbitMQ # 查看镜像仓库中的RabbitMQ docker search rabbitmq #拉取RabbitMQ镜像-这里是直接安装最新的,如果需要安装其他版本在rabbitmq后面跟上版 本号即可 docker pull rabbitmq #通过镜像启动RabbitM 阅读全文
posted @ 2023-02-10 22:07 Raymon撸码记 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 防火墙常见操作 一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start fir 阅读全文
posted @ 2023-02-09 22:22 Raymon撸码记 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 如何安装linux centos系统 linux系统两种方式安装 NetCore SDK 涉及到脚本 mkdir -p $HOME/dotnet tar zxf dotnet-sdk-6.0.405-linux-x64.tar.gz -C $HOME/dotnet export DOTNET_ROO 阅读全文
posted @ 2023-02-05 18:33 Raymon撸码记 阅读(268) 评论(0) 推荐(0) 编辑
摘要: AspNet Core两种托管模型 ASPNET Core运行机制 阅读全文
posted @ 2023-02-04 07:23 Raymon撸码记 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 幂等性 执行一次的结果跟执行多个的结果是一样的。 表单重复提交的常见应用场景 参考文章:https://www.cnblogs.com/xdp-gacl/p/3859416.html 阅读全文
posted @ 2023-02-01 22:27 Raymon撸码记 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 查询当前数据库中缺失的索引,知道你进行优化的参考 SELECT user_seeks * avg_total_user_cost * ( avg_user_impact * 0.01 ) AS [index_advantage] , migs.last_user_seek , --上一次访问时间 m 阅读全文
posted @ 2023-01-10 21:57 Raymon撸码记 阅读(119) 评论(0) 推荐(0) 编辑
摘要: `数据库死锁` `1:查找锁表进程` ~~~ select request_session_id spid, OBJECT_NAME(resource_associated_entity_id) tableName from sys.dm_tran_locks where resource_type 阅读全文
posted @ 2023-01-10 21:48 Raymon撸码记 阅读(23) 评论(0) 推荐(0) 编辑
摘要: redis分布式锁 C#集合线程问题:https://www.cnblogs.com/Clingingboy/archive/2010/12/06/1897534.html C# 多线程安全集合类:https://www.cnblogs.com/qingheshiguang/p/14360977.h 阅读全文
posted @ 2022-12-17 12:39 Raymon撸码记 阅读(18) 评论(0) 推荐(0) 编辑
摘要: `基于.NET Core的优秀开源项目合集` ~~~ https://github.com/dotnetcore/WTM https://github.com/orgs/dotnetcore/repositories https://www.cnblogs.com/sexintercourse/p/ 阅读全文
posted @ 2022-12-16 23:15 Raymon撸码记 阅读(209) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页
点击右上角即可分享
微信分享提示