上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 187 下一页
摘要: 从根本上了解异步编程体系 https://mp.weixin.qq.com/s/q6BfOINeqgm5nffrHu4kQA 从根本上了解异步编程体系 原创 ronaldoliu 腾讯技术工程 2021-11-10 作者:ronaldoliu,腾讯 IEG 后台开发工程师 或许你也听说了,摩尔定律失 阅读全文
posted @ 2021-11-11 09:13 papering 阅读(265) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/isOzeuwsn_-5TUqsLcgTnQ 基于Protobuf共享字段的分包和透传零拷贝技术,你了解吗? 原创 朱文杰 云加社区 2021-11-10 导语 | 本文通过介绍实现Protobuf共享字段Guard,并将其应用于中控/召回场景, 阅读全文
posted @ 2021-11-11 09:07 papering 阅读(222) 评论(0) 推荐(0)
摘要: https://github.com/Technololist/golang-http-windows-service/blob/master/websvc.go golang.org\x\sys@v0.0.0-20210124154548-22da62e12c0c\windows\svc\exam 阅读全文
posted @ 2021-11-08 19:15 papering 阅读(320) 评论(0) 推荐(0)
摘要: 这两个函数在这个内存访问模式中处于不同的位置和内存层结构中的缓存有关 阅读全文
posted @ 2021-11-06 20:36 papering 阅读(57) 评论(0) 推荐(0)
摘要: 【精校中英字幕】2015 CMU 15-213 CSAPP 深入理解计算机系统 课程视频_哔哩哔哩_bilibili https://www.bilibili.com/video/BV1iW411d7hd 阅读全文
posted @ 2021-11-06 20:25 papering 阅读(114) 评论(0) 推荐(0)
摘要: Go/src/os/exec.go:96 // StartProcess starts a new process with the program, arguments and attributes// specified by name, argv and attr. The argv slic 阅读全文
posted @ 2021-11-05 15:12 papering 阅读(193) 评论(0) 推荐(0)
摘要: // Config provides the setup for a Service. The Name field is required.type Config struct { Name string // Required name of the service. No spaces sug 阅读全文
posted @ 2021-11-05 11:14 papering 阅读(65) 评论(0) 推荐(0)
摘要: Windows 服务应用程序介绍 | Microsoft Docs https://docs.microsoft.com/zh-cn/dotnet/framework/windows-services/introduction-to-windows-service-applications Micr 阅读全文
posted @ 2021-11-05 10:20 papering 阅读(3665) 评论(0) 推荐(0)
摘要: 小结: go build -ldflags "-H windowsgui -X main.BuildVersion=`date +%m-%d-%H-%M-%S-%Y` -X main.TaskType=PING" -o App.exe; go build -ldflags "-H windowsgu 阅读全文
posted @ 2021-11-05 09:52 papering 阅读(1221) 评论(0) 推荐(0)
摘要: 钉钉、企微、飞书背后体现了大厂对组织的理解,以及三观 https://mp.weixin.qq.com/s/I6kxN2lPS1EJQU3t_IzHdQ 钉钉、企微、飞书背后体现了大厂对组织的理解,以及三观 原创 iamsujie iamsujie 2021-01-21 09:35 收录于合集 #产 阅读全文
posted @ 2021-11-05 09:23 papering 阅读(649) 评论(0) 推荐(0)
摘要: 多租户环境中的 TCP 限速(基于 iptables) | 卡瓦邦噶! https://www.kawabangga.com/posts/4594 多租户环境中的 TCP 限速(基于 iptables) Posted on 2021年10月30日 by laixintao Leave a comme 阅读全文
posted @ 2021-11-05 09:10 papering 阅读(196) 评论(0) 推荐(0)
摘要: 基于 RocketMQ 构建阿里云事件驱动引擎EventBridge https://mp.weixin.qq.com/s/OUAuQCm3mITlOhx3amvPTA 原创 尘央 阿里巴巴中间件 2021-11-04 作者:尘央审核&校对:白玙 编辑&排版:酒圆 以 Kubernetes 为基础设 阅读全文
posted @ 2021-11-04 20:19 papering 阅读(303) 评论(0) 推荐(0)
摘要: Go/src/net/ip.go // ParseIP parses s as an IP address, returning the result.// The string s can be in IPv4 dotted decimal ("192.0.2.1"), IPv6// ("2001 阅读全文
posted @ 2021-11-04 17:13 papering 阅读(176) 评论(0) 推荐(0)
摘要: wsarecv: An existing connection was forcibly closed by the remote host. 优化方案: 1)客户端连接复用 2)压缩传输数据 rpc error: code = Unimplemented desc = grpc: Decompre 阅读全文
posted @ 2021-11-04 11:28 papering 阅读(4729) 评论(0) 推荐(0)
摘要: 2021 年 Angular vs. React vs. Vue 前端框架对比 - 知乎 https://zhuanlan.zhihu.com/p/359540593 2021 年 Angular vs. React vs. Vue 前端框架对比 一个是 UI 库(React),另一个是成熟的前端框 阅读全文
posted @ 2021-11-03 20:06 papering 阅读(154) 评论(0) 推荐(0)
摘要: 探索Virtual DOM的前世今生 - 知乎 https://zhuanlan.zhihu.com/p/35876032 阅读全文
posted @ 2021-11-03 20:04 papering 阅读(33) 评论(0) 推荐(0)
摘要: GRPC 负载均衡 阅读全文
posted @ 2021-11-03 18:17 papering 阅读(82) 评论(0) 推荐(0)
摘要: 揭秘!用标准Go语言能写脚本吗? https://mp.weixin.qq.com/s/NTA-Mf14gj-6nDTDekGNVA 揭秘!用标准Go语言能写脚本吗? 原创 张敏 云加社区 2021-11-03 导语 | Go作为一种编译型语言,经常用于实现后台服务的开发。由于Go初始的开发大佬都是 阅读全文
posted @ 2021-11-03 18:09 papering 阅读(1185) 评论(0) 推荐(0)
摘要: 开放平台-文档中心 https://open.taobao.com/api.htm?docId=121&docType=2 阅读全文
posted @ 2021-11-03 16:54 papering 阅读(154) 评论(0) 推荐(0)
摘要: gopacket package - github.com/google/gopacket - pkg.go.dev https://pkg.go.dev/github.com/google/gopacket#section-readme * pcap: C bindings to use libp 阅读全文
posted @ 2021-11-02 15:52 papering 阅读(71) 评论(0) 推荐(0)
摘要: rfc768 https://datatracker.ietf.org/doc/html/rfc768 Internet Standard RFC 768 J. Postel ISI 28 August 1980 User Datagram Protocol Introduction This Us 阅读全文
posted @ 2021-11-02 10:57 papering 阅读(108) 评论(0) 推荐(0)
摘要: regedit USB 设备注册表项 - Windows drivers | Microsoft Docs https://docs.microsoft.com/zh-cn/windows-hardware/drivers/usbcon/usb-device-specific-registry-se 阅读全文
posted @ 2021-11-01 15:52 papering 阅读(435) 评论(0) 推荐(0)
摘要: //定义过滤器func getFilter(port uint16) string { // filter := fmt.Sprintf("udp and ((src port %v) or (dst port %v))", port, port) filter := fmt.Sprintf("(( 阅读全文
posted @ 2021-11-01 13:47 papering 阅读(1580) 评论(0) 推荐(0)
摘要: Mysql 通信协议抓包分析_翔云-CSDN博客_mysql抓包分析 https://blog.csdn.net/lanyang123456/article/details/83096472 mysql在传输层使用的TCP协议。一个TCP payload可能有多个mysql packet。如下图所示 阅读全文
posted @ 2021-10-28 14:07 papering 阅读(375) 评论(0) 推荐(0)
摘要: 24.1 Sleep In some cases race conditions can be repeated when all but one thread are blocked (for example waiting for an SQL lock). Then the remaining 阅读全文
posted @ 2021-10-28 13:13 papering 阅读(68) 评论(0) 推荐(0)
摘要: 最大空闲连接数Go\src\database\sql\sql.go SetMaxIdleConns sets the maximum number of connections in the idle connection pool. If MaxOpenConns is greater than 阅读全文
posted @ 2021-10-28 11:11 papering 阅读(863) 评论(0) 推荐(0)
摘要: 千万级QPS-优惠券系统架构设计 https://mp.weixin.qq.com/s/M0m4N5hFwT9V_f35RxVo0w 千万级QPS-优惠券系统架构设计 原创 潘钊鹏 达达集团技术 2021-10-15 阅读全文
posted @ 2021-10-27 19:10 papering 阅读(328) 评论(0) 推荐(0)
摘要: 助力11.11 Deco 2.0 重磅发布 实现页面一站式开发提效50% 原创 凹凸实验室李 京东零售技术 2021-10-27 Deco 智能代码项目是在「前端智能化」方向上的探索,我们尝试从设计稿生成代码(DesignToCode)这个切入点入手,对现有的设计到研发这一环节进行能力补全,进而提升 阅读全文
posted @ 2021-10-27 19:08 papering 阅读(163) 评论(0) 推荐(0)
摘要: 原创|线程池详解 https://mp.weixin.qq.com/s/BXEYVfYCsZ5fD2IG6fNVrA 原创|线程池详解 原创 腾讯数据库技术 腾讯数据库技术 2021-10-20 收录于话题 #线程池2个内容 #MySQL8个内容 「第一部分 背景」 社区版的MySQL的连接处理方法 阅读全文
posted @ 2021-10-27 19:06 papering 阅读(397) 评论(0) 推荐(0)
摘要: 极光笔记丨百亿级数据的实时存取优化与实践 https://mp.weixin.qq.com/s/PCcms6Rs_B7z5InzZdvxCQ 原创 包利 极光JIGUANG 2021-10-26 摘要 极光推送后台标签/别名系统存储超过百亿条数据, 高峰期QPS超过50万, 且随着业务的发展,存储容 阅读全文
posted @ 2021-10-27 19:04 papering 阅读(371) 评论(0) 推荐(0)
摘要: power := func(i, j int) int { o := i for s := 0; s < j; s++ { fmt.Println("s,o",s,o) o = o * i } return o } power(256,3)==16777216 阅读全文
posted @ 2021-10-27 16:27 papering 阅读(382) 评论(0) 推荐(0)
摘要: 畅谈linux下TCP(下)-raochaoxun-ChinaUnix博客 http://blog.chinaunix.net/uid-27105712-id-5794026.html 2*16+16**2+7*16**3==28960 阅读全文
posted @ 2021-10-22 18:01 papering 阅读(36) 评论(0) 推荐(0)
摘要: 通信协议之序列化-raochaoxun-ChinaUnix博客 http://blog.chinaunix.net/uid-27105712-id-3266286.html 2012-07-07 15:15:34 stevenrao——2012-07-07于深圳 通信协议可以理解两个节点之间为了协同 阅读全文
posted @ 2021-10-22 17:59 papering 阅读(85) 评论(0) 推荐(0)
摘要: 理论联系实际:一套典型的IM通信协议设计详解-IM开发/专项技术区 - 即时通讯开发者社区! http://www.52im.net/forum.php?mod=viewthread&tid=283&highlight=%CD%A8%D0%C5%D0%AD%D2%E9 阅读全文
posted @ 2021-10-22 17:44 papering 阅读(77) 评论(0) 推荐(0)
摘要: Protobuf通信协议详解:代码演示、详细原理介绍等-IM开发/专项技术区 - 即时通讯开发者社区! http://www.52im.net/forum.php?mod=viewthread&tid=323&highlight=%CD%A8%D0%C5%D0%AD%D2%E9 阅读全文
posted @ 2021-10-22 17:43 papering 阅读(218) 评论(0) 推荐(0)
摘要: gosnmp/main.go at v1.35.0 · gosnmp/gosnmp · GitHub https://github.com/gosnmp/gosnmp/blob/v1.35.0/examples/example3/main.go params := &g.GoSNMP{ Target 阅读全文
posted @ 2021-10-22 17:39 papering 阅读(1404) 评论(0) 推荐(0)
摘要: https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers 阅读全文
posted @ 2021-10-19 15:20 papering 阅读(1002) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2021-10-14 16:20 papering 阅读(113) 评论(0) 推荐(0)
摘要: 开源 | 使用 Taro 高效开发 APP https://mp.weixin.qq.com/s/D2781PlmDgL4fpZWUCbxQg 开源 | 使用 Taro 高效开发 APP 原创 陈志庆、王信健 58技术 2021-10-14 阅读全文
posted @ 2021-10-14 09:39 papering 阅读(530) 评论(0) 推荐(0)
摘要: Go常见错误集锦之slice数据结构问答 https://mp.weixin.qq.com/s/fYKDZDQyw7vEDGokHQNCLQ 阅读全文
posted @ 2021-10-13 21:19 papering 阅读(30) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 187 下一页