会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃喝玩乐
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
65
下一页
2021年10月19日
高性能IO之Reactor模式
摘要: from :https://www.cnblogs.com/doit8791/p/7461479.html 讲到高性能IO绕不开Reactor模式,它是大多数IO相关组件如Netty、Redis在使用的IO模式,为什么需要这种模式,它是如何设计来解决高性能并发的呢? 最最原始的网络编程思路就是服务器
阅读全文
posted @ 2021-10-19 10:33 94cool
阅读(88)
评论(0)
推荐(0)
2021年8月16日
cmpp短信网关对接MSGID问题
摘要: 1:CMPP_SUBMIT【提交】->sp侧生成msgId(A)及seqId(B),缓存并保持对应关系【msgId(A)<->seqId(B)】 2:CMPP_SUBMIT_RESP【提交应答】->ISMG侧生成的msgId(C)及sp侧生成seqId(B) ,由seqId(B)找个到msgId
阅读全文
posted @ 2021-08-16 16:05 94cool
阅读(579)
评论(0)
推荐(0)
2021年8月5日
一文带解读C# 动态拦截覆盖第三方进程中的函数(外挂必备)
摘要: from :https://mp.weixin.qq.com/s/1wTstZHRVQIzu0twVcVmew
阅读全文
posted @ 2021-08-05 10:05 94cool
阅读(184)
评论(0)
推荐(0)
2021年8月3日
C#中的解构
摘要: 记录类型既可以和类一样有具名成员,也可以和元组一样有基于成员顺序的可解构特性,不需要单独定义 Deconstruct() 方法。
阅读全文
posted @ 2021-08-03 17:54 94cool
阅读(554)
评论(0)
推荐(0)
2021年8月2日
如何科学破解慢SQL?
摘要: from: https://mp.weixin.qq.com/s/OVBUS0x5SCwATsZWsxa1zQ
阅读全文
posted @ 2021-08-02 13:03 94cool
阅读(111)
评论(0)
推荐(0)
2021年7月26日
c# HttpClient 上传文件并带参
摘要: public class Class1 { private readonly string url = "https://*****"; private readonly string file = Path.Combine(AppDomain.CurrentDomain.BaseDirectory
阅读全文
posted @ 2021-07-26 10:26 94cool
阅读(890)
评论(0)
推荐(0)
2021年7月21日
React 页面跳转传值
摘要: 页面跳转传值:value router.push({ pathname: '/list', state: value }); list页面取值: const { location: { state } } = this.props;
阅读全文
posted @ 2021-07-21 11:46 94cool
阅读(91)
评论(0)
推荐(0)
2021年6月25日
Jenkins 构建自动化 .NET Core 发布镜像
摘要: from : https://www.cnblogs.com/whuanle/p/14928651.html 导读部署 Jenkins安装插件拉取镜像制作 Jenkinsfile 脚本构建流水线观察 请参考:https://www.cnblogs.com/harlanzhang/p/9965534.
阅读全文
posted @ 2021-06-25 10:03 94cool
阅读(252)
评论(0)
推荐(0)
2021年6月24日
高考志愿极简指南(修订版)(摘)
摘要: 总体原则:城市第一,学校第二,专业第三。
阅读全文
posted @ 2021-06-24 14:26 94cool
阅读(82)
评论(0)
推荐(0)
2021年6月22日
如何利用Chrome浏览器截屏
摘要: 二、如何利用Chrome浏览器截屏
阅读全文
posted @ 2021-06-22 11:01 94cool
阅读(6950)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
65
下一页
公告