上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 187 下一页
摘要: mysql中find_in_set()函数的使用 - 平凡希 - 博客园 https://www.cnblogs.com/xiaoxi/p/5889486.html 阅读全文
posted @ 2021-09-16 14:12 papering 阅读(58) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/波特/35033 在电子通信领域,波特率(Baud rate)即调制速率,指的是有效数据信号调制载波的速率,即单位时间内载波调制状态变化的次数。它是对符号传输速率的一种度量,1波特即指每秒传输1个符号,而通过不同的调制方式,可以在一个码元符号 阅读全文
posted @ 2021-09-13 11:11 papering 阅读(1068) 评论(0) 推荐(0)
摘要: What is the difference between Ethernet and Serial communication? - Electrical Engineering Stack Exchange https://electronics.stackexchange.com/questi 阅读全文
posted @ 2021-09-13 09:32 papering 阅读(71) 评论(0) 推荐(0)
摘要: 一次 close_wait 问题的深度解析 https://mp.weixin.qq.com/s/miJg4TbVkOjEAQ66eqAx6w 一次 close_wait 问题的深度解析 原创 潘志超 Qunar技术沙龙 2019-11-08 背景 前些天 QA 同学为保证服务的高可用,为所有线上机 阅读全文
posted @ 2021-09-09 11:19 papering 阅读(394) 评论(0) 推荐(0)
摘要: CSD-83-146.pdf https://digitalassets.lib.berkeley.edu/techreports/ucb/text/CSD-83-146.pdf BSD Networking Implementation Notes 阅读全文
posted @ 2021-09-08 16:49 papering 阅读(39) 评论(0) 推荐(0)
摘要: golang 请求 https 网站跳过证书验证 - 简书 https://www.jianshu.com/p/3e9893a2eaf5 // InsecureSkipVerify controls whether a client verifies the server's// certifica 阅读全文
posted @ 2021-09-06 14:06 papering 阅读(3039) 评论(0) 推荐(0)
摘要: 机器铃砍菜刀 - 知乎 https://www.zhihu.com/people/golangShare https://www.ietf.org/rfc/rfc1442.txt https://www.ietf.org/rfc/rfc1442.txt The OCTET STRING type r 阅读全文
posted @ 2021-09-03 13:23 papering 阅读(626) 评论(0) 推荐(0)
摘要: SSH隧道:端口转发功能详解 阅读全文
posted @ 2021-09-03 09:09 papering 阅读(64) 评论(0) 推荐(0)
摘要: uint, not []uint8 阅读全文
posted @ 2021-08-31 13:26 papering 阅读(44) 评论(0) 推荐(0)
摘要: 我是如何实现Go性能5倍提升的? https://mp.weixin.qq.com/s/SlPdSoMs1po1l19uaNMrIQ 01 为什么要进行性能优化对 Golang 程序进行性能优化,可以在提升业务收益的同时,起到降低成本的作用。笔者在做一次代码重构时发现过一个问题,DeepCopy 占 阅读全文
posted @ 2021-08-31 11:26 papering 阅读(2066) 评论(0) 推荐(0)
摘要: 小结: 【CPU热点】go tool pprof -seconds 30 https://<测试域名>/debug/pprof/profile【内存分配】go tool pprof -seconds 30 https://<测试域名>/debug/pprof/allocs 采样依据sample_in 阅读全文
posted @ 2021-08-31 09:33 papering 阅读(901) 评论(0) 推荐(0)
摘要: golang:快来抓住让我内存泄漏的“真凶”! https://mp.weixin.qq.com/s/FyHEiaa-UfyLStMKl2VFGA 原创 李卓奕 云加社区 2021-08-30 导语 | 有句话说得好:“golang10次内存泄漏,8次goroutine泄漏,1次真正内存泄漏”,那还 阅读全文
posted @ 2021-08-31 09:27 papering 阅读(1271) 评论(0) 推荐(0)
摘要: create_socket(socket.AF_INET, socket.SOCK_RAW, ICMP_CODE) 阅读全文
posted @ 2021-08-27 17:03 papering 阅读(184) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 12.8 String Functions and Operators https://dev.mysql.com/doc/refman/8.0/en/string-functions.html#function_find 阅读全文
posted @ 2021-08-27 14:02 papering 阅读(161) 评论(0) 推荐(0)
摘要: 微信 libco 协程库原理剖析 https://mp.weixin.qq.com/s/sy26w9XVvQsQoVhbQoN3vQ 微信 libco 协程库原理剖析 原创 alexzmzheng 腾讯技术工程 2021-08-26 作者:alexzmzheng 同 Go 语言一样,libco 也是 阅读全文
posted @ 2021-08-27 09:12 papering 阅读(352) 评论(0) 推荐(0)
摘要: 如何做一款面向企业客户的商用级 SDK https://mp.weixin.qq.com/s/DcDZad4UP4VUSWRnfVy9MQ 如何做一款面向企业客户的商用级 SDK rexchang 腾讯技术工程 2021-08-23 19:15 作者:rexchang,腾讯 CSIG 客户端开发工程 阅读全文
posted @ 2021-08-26 18:40 papering 阅读(193) 评论(0) 推荐(0)
摘要: 比耦合架构更好的架构 https://yanhaijing.com/program/2021/07/17/coupling-and-composition/ 背景 本文用上传组件作为例子,一般业务中的上传组件都有自己的逻辑,现在假设我们有如下多个不同的上传组件: 文件上传组件,通用的上传组件 图片上 阅读全文
posted @ 2021-08-26 17:57 papering 阅读(531) 评论(0) 推荐(0)
摘要: 解密IoT物联网平台设备如何快速上云、实现全球就近接入 https://mp.weixin.qq.com/s/NDTNdTreKnz4UzggocIIEA 阿里云AIoT 2021-08-07 近年来,物联网技术正以指数级的速度日渐成熟,并潜移默化的改变着人们的生活。根据国际数据公司IDC的预测估计 阅读全文
posted @ 2021-08-23 16:11 papering 阅读(752) 评论(0) 推荐(0)
摘要: 短视频go研发框架实践 原创 ma78794656 百度Geek说 2021-08-18 18:09 短视频go研发框架实践 https://mp.weixin.qq.com/s/JdBjyb95U_oijYoszJubEw 导读:hulk是短视频研发部研发的基于GDP2(Go Develop Pl 阅读全文
posted @ 2021-08-20 17:21 papering 阅读(1230) 评论(0) 推荐(0)
摘要: QQ物联智能硬件开放平台—平台介绍 https://iot.open.qq.com/introduction ZigBee Zwave 阅读全文
posted @ 2021-08-19 18:01 papering 阅读(38) 评论(0) 推荐(0)
摘要: 物联网数据:如何收集、处理和分析 https://mp.weixin.qq.com/s/p9AKPMKNWj6xH_3GRGiM7A 物联网数据:如何收集、处理和分析 iothome.com 物联网智库 2019-06-05 物联网智库“2019-2020中国物联网产业全景图谱” 阅读全文
posted @ 2021-08-19 17:51 papering 阅读(82) 评论(0) 推荐(0)
摘要: 物联网采集监控一体化系统 https://mp.weixin.qq.com/s/UT9zlz5YA0NcE1ew_P6e6A 智慧街道办建设方案 原创 卓安电子 烟台卓安电子科技有限公司 2020-07-01 平台基础架构 街道办是城市治理能力建设的重要承载单位,我司秉承着“互联互通,自底向上,构建 阅读全文
posted @ 2021-08-19 17:38 papering 阅读(437) 评论(0) 推荐(0)
摘要: gRPC-web现状及测试 https://mp.weixin.qq.com/s/lIcNB6_69exfciiRQd7rGQ 阅读全文
posted @ 2021-08-18 10:49 papering 阅读(91) 评论(0) 推荐(0)
摘要: 文件差异性 订单列表差异性 列表数据更新 比较 阅读全文
posted @ 2021-08-13 20:35 papering 阅读(51) 评论(0) 推荐(0)
摘要: Writing a Time Series Database from Scratch | Fabian Reinartz https://fabxc.org/tsdb/ 阅读全文
posted @ 2021-08-13 15:01 papering 阅读(171) 评论(0) 推荐(0)
摘要: FAQ | Prometheus https://prometheus.io/docs/introduction/faq/#how-to-feed-logs-into-prometheus How to feed logs into Prometheus? Short answer: Don't! 阅读全文
posted @ 2021-08-13 14:31 papering 阅读(68) 评论(0) 推荐(0)
摘要: The Whisper Database — Graphite 1.2.0 documentation https://graphite.readthedocs.io/en/latest/whisper.html 阅读全文
posted @ 2021-08-13 13:41 papering 阅读(54) 评论(0) 推荐(0)
摘要: New in Prometheus v2.19.0: Memory-mapping of full chunks of the head block reduces memory usage by as much as 40% | Grafana Labs https://grafana.com/b 阅读全文
posted @ 2021-08-13 13:30 papering 阅读(93) 评论(0) 推荐(0)
摘要: 1 Server [Zabbix Documentation 5.0] https://www.zabbix.com/documentation/5.0/zh/manual/concepts/server Zabbix 的所有配置信息都存储在 Server 和Web前端进行交互的数据库中。例如,当你 阅读全文
posted @ 2021-08-13 10:44 papering 阅读(274) 评论(0) 推荐(0)
摘要: t 阅读全文
posted @ 2021-08-12 08:54 papering 阅读(38) 评论(0) 推荐(0)
摘要: SSO登录 企业域名 阅读全文
posted @ 2021-08-11 14:13 papering 阅读(115) 评论(0) 推荐(0)
摘要: github.com/gosnmp/gosnmp@v1.32.0/gosnmp.go:133 rxBuf *[rxBufSize]byte // has to be pointer due to https://github.com/golang/go/issues/11728 指针分析/Point 阅读全文
posted @ 2021-08-11 10:20 papering 阅读(488) 评论(0) 推荐(0)
摘要: OpenConfig - Streaming Telemetry https://openconfig.net/projects/telemetry/ 阅读全文
posted @ 2021-08-10 17:22 papering 阅读(74) 评论(0) 推荐(0)
摘要: 乐维Zabbix技术资料Zabbix交流区解决方案 ——惠普服务器SNMP采集频繁导致服务停止 http://www.lwops.cn/forum.php?mod=viewthread&tid=68&fromuid=1 018-11-14 18:50:34 运维软件:zabbix采集方式:snmp采 阅读全文
posted @ 2021-08-10 17:02 papering 阅读(817) 评论(0) 推荐(0)
摘要: func increaseA() int { var i int defer func() { i += 256 }() return i } func increaseB() (r int) { defer func() { r += 256 }() return r } func increas 阅读全文
posted @ 2021-08-09 16:50 papering 阅读(42) 评论(0) 推荐(0)
摘要: 停止等待协议(SW)——可靠传输协议的实现机制一_越努力越幸运的博客-CSDN博客 https://blog.csdn.net/weixin_44741023/article/details/110038142 阅读全文
posted @ 2021-08-09 16:30 papering 阅读(310) 评论(0) 推荐(0)
摘要: 干货 | 后微服务时代,领域驱动设计在携程国际火车票的实践 原创 Ma Ning 携程技术 2021-08-05 干货 | 后微服务时代,领域驱动设计在携程国际火车票的实践 原创 Ma Ning 携程技术 2021-08-05 阅读全文
posted @ 2021-08-06 09:01 papering 阅读(101) 评论(0) 推荐(0)
摘要: 如何避免JS内存泄漏? 原创 木及 阿里技术 2021-08-05 如何避免JS内存泄漏? 原创 木及 阿里技术 2021-08-05 阅读全文
posted @ 2021-08-06 08:58 papering 阅读(120) 评论(0) 推荐(0)
摘要: SNMP常用OID列表 - 乌合之众 - 博客园 https://www.cnblogs.com/oloroso/articles/4720372.html SNMP常用OID列表 系统参数(1.3.6.1.2.1.1) OID 描述 备注 请求方式 .1.3.6.1.2.1.1.1.0 获取系统基 阅读全文
posted @ 2021-08-06 08:56 papering 阅读(76) 评论(0) 推荐(0)
摘要: Counter64 https://www.webnms.com/snmp/help/snmpapi/snmpv3/using_mibs_in_applns/cntr64.html 阅读全文
posted @ 2021-08-05 19:39 papering 阅读(100) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 187 下一页