上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 187 下一页
摘要: 哈希查找 硬件加速 阅读全文
posted @ 2021-06-10 12:48 papering 阅读(70) 评论(0) 推荐(0)
摘要: HEAD - HTTP | MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/HEAD PATCH - HTTP | MDN https://developer.mozilla.org/zh-CN/docs/Web/HTTP/ 阅读全文
posted @ 2021-06-10 10:12 papering 阅读(71) 评论(0) 推荐(0)
摘要: Android客户端网络预连接优化机制探究 https://mp.weixin.qq.com/s/8bEb4kPKLK19jMN20Mcmkg 阅读全文
posted @ 2021-06-10 10:04 papering 阅读(109) 评论(0) 推荐(0)
摘要: // insert_inUpsSQL = "INSERT INTO %s (mid,nickname,account_type,category_id,fans,account_state,sign_type,apply_at,%s,is_deleted) VALUES (?,?,?,?,?,?,? 阅读全文
posted @ 2021-06-09 20:57 papering 阅读(143) 评论(0) 推荐(0)
摘要: 页帧 阅读全文
posted @ 2021-06-09 12:25 papering 阅读(43) 评论(0) 推荐(0)
摘要: 实践: 1) 当前分支 b1 增改了部分代码 ;git stash; git checkout b2; b2代码;git checkout b1;git stash apply 2) 在分支b上提交了c0,继续在b上开发f1;过程中收到对c0的code review CR0 后,git stash, 阅读全文
posted @ 2021-06-09 12:03 papering 阅读(33) 评论(0) 推荐(0)
摘要: type reverse struct { // This embedded Interface permits Reverse to use the methods of // another Interface implementation. Interface} // Package sort 阅读全文
posted @ 2021-06-08 21:05 papering 阅读(82) 评论(0) 推荐(0)
摘要: // Auto-generated variant of sort.go:quickSortfunc quickSort_func(data lessSwap, a, b, maxDepth int) { for b-a > 12 { if maxDepth == 0 { heapSort_func 阅读全文
posted @ 2021-06-08 15:36 papering 阅读(170) 评论(0) 推荐(0)
摘要: C:/Go/pkg/mod/google.golang.org/grpc@v1.29.1/metadata/metadata.go:180 // FromOutgoingContextRaw returns the un-merged, intermediary contents// of rawM 阅读全文
posted @ 2021-06-08 14:24 papering 阅读(69) 评论(0) 推荐(0)
摘要: window.setTimeout - Web API 接口参考 | MDN https://developer.mozilla.org/zh-CN/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout window.setTimeout WindowO 阅读全文
posted @ 2021-06-08 10:07 papering 阅读(338) 评论(0) 推荐(0)
摘要: IOPS(Input/Output Operations Per Second)是一个用于计算机存储设备(如硬盘(HDD)、固态硬盘(SSD)或存储区域网络(SAN))性能测试的量测方式,可以视为是每秒的读写次数。和其他性能测试一样,存储设备制造商提出的IOPS不保证就是实际应用下的性能。 IOPS 阅读全文
posted @ 2021-06-07 11:48 papering 阅读(458) 评论(0) 推荐(0)
摘要: Working Around Memory Leaks in Your Django Application - Adam Johnson https://adamj.eu/tech/2019/09/19/working-around-memory-leaks-in-your-django-app/ 阅读全文
posted @ 2021-06-07 10:41 papering 阅读(59) 评论(0) 推荐(0)
摘要: celery 内存泄露 阅读全文
posted @ 2021-06-07 10:37 papering 阅读(84) 评论(1) 推荐(0)
摘要: 509 Bandwidth Limit Exceeded 服务器达到带宽限制。这不是一个官方的状态码,但是仍被广泛使用。 阅读全文
posted @ 2021-06-07 10:27 papering 阅读(971) 评论(0) 推荐(0)
摘要: linux FIO命令详解(一):磁盘IO测试工具 fio (并简要介绍iostat工具)_Yannick Jiang 的专栏-CSDN博客_fio https://blog.csdn.net/don_chiang709/article/details/92628623 阅读全文
posted @ 2021-06-07 00:29 papering 阅读(209) 评论(0) 推荐(0)
摘要: 计算机硕士如何规划研究生学习与生活 - 知乎 https://zhuanlan.zhihu.com/p/47716443 fio: 大名鼎鼎的fio,用来直接评估裸盘以及文件系统的I/O性能。 perf:可以用来生成火焰图分析程序中的热点函数以及CPU使用率等,直观的分析出程序中的瓶颈以及问题所在。 阅读全文
posted @ 2021-06-07 00:25 papering 阅读(1274) 评论(0) 推荐(0)
摘要: mysql 枚举值 注意这里 枚举值,从1开始编号,=1,即取第一个枚举值;=1,='1' 区别 翻译 搜索 复制 阅读全文
posted @ 2021-06-05 16:20 papering 阅读(134) 评论(0) 推荐(0)
摘要: 实践: 1、 开启事务1,不提交,事务2,无法查询; 应用:分布式锁。 SHOW VARIABLES LIKE "%transaction%"; transaction_isolation REPEATABLE-READ Locking reads are only possible when au 阅读全文
posted @ 2021-06-05 16:14 papering 阅读(211) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/_SYT7zWqvFnfH02cHFOgow 阅读全文
posted @ 2021-06-04 23:53 papering 阅读(64) 评论(0) 推荐(0)
摘要: 货 | Trip.com APP 启动优化实践 原创 Shanks 携程技术 2021-06-03 阅读全文
posted @ 2021-06-03 21:24 papering 阅读(52) 评论(0) 推荐(0)
摘要: context deadline exceeded 阅读全文
posted @ 2021-06-03 19:48 papering 阅读(1094) 评论(0) 推荐(0)
摘要: / Canceled if the context was canceled// or DeadlineExceeded if the context's deadline passed.// After Err 阅读全文
posted @ 2021-06-02 16:24 papering 阅读(89) 评论(0) 推荐(0)
摘要: DELETE FROM tmp_debug WHERE Id NOT IN (SELECT Id FROM tmp_debug ORDER BY Id DESC LIMIT 2)-- DELETE FROM tmp_debug WHERE Id NOT IN (SELECT * FROM ((SEL 阅读全文
posted @ 2021-06-02 13:52 papering 阅读(133) 评论(0) 推荐(0)
摘要: 赞TCP网络编程最佳实践 原创 有赞技术 有赞coder 2021-05-31 阅读全文
posted @ 2021-05-31 22:42 papering 阅读(75) 评论(0) 推荐(0)
摘要: CAST(IF(f IS NULL,0,f)*100 AS signed) 阅读全文
posted @ 2021-05-31 12:00 papering 阅读(110) 评论(0) 推荐(0)
摘要: 多状态场景:后端只记录行为,不记录行为的含义,比如产品定义的状态值含义;行为是客观的,不变的。 阅读全文
posted @ 2021-05-28 15:29 papering 阅读(67) 评论(0) 推荐(0)
摘要: Golang协程池的使用 原创 360质量效能 360质量效能 2021-05-28 阅读全文
posted @ 2021-05-28 12:23 papering 阅读(60) 评论(0) 推荐(0)
摘要: &strct new 阅读全文
posted @ 2021-05-27 23:42 papering 阅读(45) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/zcqzarXMJrDUY5DLXZXY1Q 【Golang】图解函数调用栈 原创 封幼麟 幼麟实验室 2020-07-20 阅读全文
posted @ 2021-05-26 22:57 papering 阅读(201) 评论(0) 推荐(0)
摘要: Mybatis-Plus的应用场景及注入SQL原理分析 https://mp.weixin.qq.com/s/Fm8YsIlUfsar7zscrOYEdg Mybatis-Plus的应用场景及注入SQL原理分析 原创 Li Lei vivo互联网技术 2021-05-19 阅读全文
posted @ 2021-05-26 22:47 papering 阅读(135) 评论(0) 推荐(0)
摘要: uni-countdown 倒计时 - DCloud 插件市场 https://ext.dcloud.net.cn/plugin?id=25 阅读全文
posted @ 2021-05-26 20:37 papering 阅读(131) 评论(0) 推荐(0)
摘要: 浅析软件供应链攻击之包抢注低成本钓鱼 https://mp.weixin.qq.com/s/JWSjKZWyuSvXdzYhU0INmQ 阅读全文
posted @ 2021-05-25 22:09 papering 阅读(75) 评论(0) 推荐(0)
摘要: 腾讯代码安全指南开源,涉及C/C++、Go等六门编程语言 https://mp.weixin.qq.com/s/yzg5uVnoJDTyaH2Wn8Vo7w 阅读全文
posted @ 2021-05-25 20:34 papering 阅读(392) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/IdQBnLiu5v9_H7Hc8JVGCw 58黄页标签提取及海量多分类优化 原创 朱东昌 58技术 2021-05-24 阅读全文
posted @ 2021-05-24 23:17 papering 阅读(167) 评论(0) 推荐(0)
摘要: 引用站点策略: strict-origin-when-cross-origin 引用站点策略: no-referrer-when-downgrade Referrer Policy: strict-origin-when-cross-origin 阅读全文
posted @ 2021-05-24 11:46 papering 阅读(21890) 评论(0) 推荐(0)
摘要: grpc: received message larger than max (12242225 阅读全文
posted @ 2021-05-22 17:42 papering 阅读(312) 评论(0) 推荐(0)
摘要: MQTT - The Standard for IoT Messaging https://mqtt.org/ 什么是 MQTT?- MQTT 协议简介 - AWS https://aws.amazon.com/cn/what-is/mqtt/ MQTT 协议背后的历史是什么? MQTT 协议于 1 阅读全文
posted @ 2021-05-21 23:10 papering 阅读(385) 评论(0) 推荐(0)
摘要: Go和HTTPS | Tony Bai https://tonybai.com/2015/04/30/go-and-https/ 阅读全文
posted @ 2021-05-21 14:42 papering 阅读(71) 评论(0) 推荐(0)
摘要: https://mp.weixin.qq.com/s/HGfRRO1Acz-sVe_vLau2FA 初学Go语言时常见的小坑:goroutine、panic和recover 原创 博文视点 博文视点Broadview 2020-07-23 阅读全文
posted @ 2021-05-19 00:21 papering 阅读(88) 评论(0) 推荐(0)
摘要: Panic异常 | Go语言圣经 https://docs.hacknode.org/gopl-zh/ch5/ch5-09.html 5.9. Panic异常 Go的类型系统会在编译时捕获很多错误,但有些错误只能在运行时检查,如数组访问越界、空指针引用等。这些运行时错误会引起painc异常。 一般而 阅读全文
posted @ 2021-05-18 12:20 papering 阅读(323) 评论(0) 推荐(0)
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 187 下一页