上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 187 下一页
摘要: 复用 multiplexing 分用 demultiplexing 阅读全文
posted @ 2022-04-07 09:12 papering 阅读(54) 评论(0) 推荐(0)
摘要: Axios请求并发限制 - 简书 https://www.jianshu.com/p/d3529d18cf59 0.2352020.07.29 18:41:34字数 845阅读 6,213 标签 NodeJS并发请求,并行请求,QPS限制,Axios并发限制,Axios并发请求 背景 由于调用第三方 阅读全文
posted @ 2022-04-06 16:54 papering 阅读(2206) 评论(0) 推荐(0)
摘要: 实践: 1、 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/meta#attr-http- 阅读全文
posted @ 2022-04-06 16:38 papering 阅读(314) 评论(0) 推荐(0)
摘要: 返回的结果 { "Code": 0, "Total": 5, "List": [ [ 18, "abc" ], [ 17, "正则" ] ] } []interface{} type D struct { Total int32 List *[][]interface{} } var p [][]i 阅读全文
posted @ 2022-04-06 15:07 papering 阅读(64) 评论(0) 推荐(0)
摘要: 对比总结32/64位下Windows部分数据结构的异同 https://mp.weixin.qq.com/s/69xtr7Y67PHIMRsEFkTtmA 阅读全文
posted @ 2022-04-06 13:31 papering 阅读(56) 评论(0) 推荐(0)
摘要: 小结: 1、多语言联合优化编译器Android应用市场中TOP级APP,95%以上都是由多种开发语言来实现的。这些APP的逻辑部分是Java代码,但是为了增强app应用的安全性、可靠性、兼容性,开发者会用效率更高的C语言写库,供Java来调用。但跨语言调用,一定会导致额外的性能开销,并且调用的应用越 阅读全文
posted @ 2022-04-06 13:29 papering 阅读(217) 评论(0) 推荐(0)
摘要: 无分页的大数据接口 阅读全文
posted @ 2022-04-02 17:59 papering 阅读(40) 评论(0) 推荐(0)
摘要: TCP segment of a reassembled PDU Wireshark Q&A https://osqa-ask.wireshark.org/questions/58186/tcp-segment-of-a-reassembled-pdu/ It means that Wireshar 阅读全文
posted @ 2022-04-02 17:16 papering 阅读(631) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2022-04-02 16:25 papering 阅读(109) 评论(0) 推荐(0)
摘要: 企业微信扫码登录 阅读全文
posted @ 2022-04-02 09:48 papering 阅读(149) 评论(0) 推荐(0)
摘要: How Go Mitigates Supply Chain Attacks - The Go Programming Language https://go.dev/blog/supply-chain 阅读全文
posted @ 2022-04-01 10:54 papering 阅读(35) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 10.8.6 Examples of the Effect of Collation https://dev.mysql.com/doc/refman/8.0/en/charset-collation-effect.htm 阅读全文
posted @ 2022-03-31 16:28 papering 阅读(57) 评论(0) 推荐(0)
摘要: 大淘宝中后台页面无代码生产新模式探索 https://mp.weixin.qq.com/s/accbOv3RRpfQj8nvnUYEYw 大淘宝中后台页面无代码生产新模式探索 卢俊希(俊希) Alibaba F2E 2022-03-16 12:30 背景 电商发展至今,流量红利见顶,供给侧升级降本提 阅读全文
posted @ 2022-03-31 16:18 papering 阅读(409) 评论(0) 推荐(0)
摘要: a 搜索 复制 阅读全文
posted @ 2022-03-31 09:29 papering 阅读(56) 评论(0) 推荐(0)
摘要: 并发编程,为什么选Go? https://mp.weixin.qq.com/s/IVAM7mejrUjp3Ol78S6KIw 并发编程,为什么选Go? 吕吕 云加社区 2022-03-30 12:09 导语 | 代码的稳健、可读和高效是我们每一个coder的共同追求。本文将结合Go语言特性,为书写高 阅读全文
posted @ 2022-03-31 09:27 papering 阅读(157) 评论(0) 推荐(0)
摘要: 看完微软大神写的求平均值代码,我意识到自己还是too young了 https://mp.weixin.qq.com/s/r2nO-JvviqK2bZAumNkc7g 阅读全文
posted @ 2022-03-31 00:03 papering 阅读(49) 评论(0) 推荐(0)
摘要: 小结: 1、 A key property of Concurrent React is that rendering is interruptible. When you first upgrade to React 18, before adding any concurrent feature 阅读全文
posted @ 2022-03-30 14:26 papering 阅读(45) 评论(0) 推荐(0)
摘要: 阿里低代码引擎 LowCodeEngine 正式开源! https://mp.weixin.qq.com/s/T66LghtWLz2Oh048XqaniA 低代码平台衍生历程 - 知乎 https://zhuanlan.zhihu.com/p/484744401 低代码平台衍生历程 腾讯技术工程 ​ 阅读全文
posted @ 2022-03-30 09:41 papering 阅读(4665) 评论(1) 推荐(0)
摘要: Using the Effect Hook – React https://reactjs.org/docs/hooks-effect.html 阅读全文
posted @ 2022-03-30 01:42 papering 阅读(64) 评论(0) 推荐(0)
摘要: 小结: 1、 京东家庭号前端分层架构演进及赋能实践 https://mp.weixin.qq.com/s/-WjF0EhmnSH01oqaPYansw 京东家庭号前端分层架构演进及赋能实践 原创 平台研发石磊 京东零售技术 2021-07-21 18:21 导读 京东家庭号以家庭关系为核心,实现了家 阅读全文
posted @ 2022-03-29 17:34 papering 阅读(334) 评论(0) 推荐(0)
摘要: 小结: 1、 i、「信息透出,促成双方会面」阶段 在这个阶段,前端的架构视角的关键词是: 继承式代码复用,加载期性能治理。 大家会发现,这个阶段考虑的都是通用性问题。抛去电商的业务因素,可以发现这是个放之哪里都能用的架构,解决前端自身在研发过程中的问题占了绝对比重。 ii、「在线交易达成」的阶段 在 阅读全文
posted @ 2022-03-29 17:24 papering 阅读(179) 评论(0) 推荐(0)
摘要: NBF事件中心架构设计与实现 https://mp.weixin.qq.com/s/MCdVuaV7_dwJt0Ibe4sdHg 阅读全文
posted @ 2022-03-27 12:07 papering 阅读(308) 评论(0) 推荐(0)
摘要: 实践: 需求:cid0cid1cid2cid3将cid1、cid2、cid3压缩到cid0即压缩最近4次提交操作:git rebase -i cid0~4 修改提交信息 git commit --amend https://git-scm.com/book/zh/v2/Git-工具-重写历史 Git 阅读全文
posted @ 2022-03-25 17:15 papering 阅读(233) 评论(0) 推荐(0)
摘要: #!/bin/bash # 将testdb数据库名改为testdbbak U=root PWD=123456 mysql -u$U -p$PWD -e 'CREATE DATABASE if NOT EXISTS testdbbak' list_table=$(mysql -u$U -p$PWD - 阅读全文
posted @ 2022-03-24 13:53 papering 阅读(99) 评论(0) 推荐(0)
摘要: ARM编译器4字节对齐-电子工程世界 http://news.eeworld.com.cn/mcu/article_2016070727411.html (1)我们假设只有一个赋初值的char型全局变量,那么系统会在data区分配一个4字节的存储空间来存储它。实际上,只用了1个字节,但是为了4字节对 阅读全文
posted @ 2022-03-23 13:23 papering 阅读(300) 评论(0) 推荐(0)
摘要: Go 高性能编程技法 - 知乎 https://zhuanlan.zhihu.com/p/482547957 阅读全文
posted @ 2022-03-23 09:04 papering 阅读(60) 评论(0) 推荐(0)
摘要: 入参为接口类型对函数执行效率的影响 const test_host = "https://filehelper.weixin.qq.com/" func ImgUrl_interface(i interface{}) (string, []string) { switch i.(type) { de 阅读全文
posted @ 2022-03-22 11:17 papering 阅读(104) 评论(0) 推荐(0)
摘要: The Go Programming Language Specification - The Go Programming Language https://golang.google.cn/ref/spec#Numeric_types 阅读全文
posted @ 2022-03-22 10:46 papering 阅读(39) 评论(0) 推荐(0)
摘要: HTML使用treeTable实现树形表格_不再年少LIFE的博客-CSDN博客_树形表格 https://blog.csdn.net/weixin_39336385/article/details/100629157 HTML使用treeTable实现树形表格_不再年少LIFE的博客-CSDN博客 阅读全文
posted @ 2022-03-19 11:57 papering 阅读(416) 评论(0) 推荐(0)
摘要: KeenLab Tech Talk(二)| 浅谈React框架的XSS及后利用 https://mp.weixin.qq.com/s/M4APSXfDu0Rw2G06Rc3NxQ 阅读全文
posted @ 2022-03-17 21:48 papering 阅读(126) 评论(0) 推荐(0)
摘要: 浅析V8引擎,让你更懂JavaScript! https://mp.weixin.qq.com/s/X0RCk2ggncB6_CjF4W6meA 阅读全文
posted @ 2022-03-16 19:32 papering 阅读(49) 评论(0) 推荐(0)
摘要: Tutorial: Getting started with generics - The Go Programming Language https://go.dev/doc/tutorial/generics 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(54) 评论(0) 推荐(0)
摘要: Tutorial: Getting started with fuzzing - The Go Programming Language https://go.dev/doc/tutorial/fuzz 阅读全文
posted @ 2022-03-16 14:52 papering 阅读(37) 评论(0) 推荐(0)
摘要: Go 1.18 is released! - The Go Programming Language https://go.dev/blog/go1.18 Go 1.18 is released! The Go Team15 March 2022 Today the Go team is thril 阅读全文
posted @ 2022-03-16 14:51 papering 阅读(555) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Formal_methods https://zh.wikipedia.org/wiki/形式化方法 形式化方法,中文也称形式方法[1]、正规方法[2]。在计算机科学和软件工程领域,形式化方法是基于数学的特种技术,适合于软件和硬件系统的描述 阅读全文
posted @ 2022-03-16 14:33 papering 阅读(243) 评论(0) 推荐(0)
摘要: 因果推断:效应估计的常用方法及工具变量讨论 https://mp.weixin.qq.com/s/oNu3wim9mXGzW2D9eeq_CQ 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(123) 评论(0) 推荐(0)
摘要: 什么是好的技术氛围? https://mp.weixin.qq.com/s/L7vOx8cwJzAmYZCHnrav4w 阅读全文
posted @ 2022-03-15 22:00 papering 阅读(35) 评论(0) 推荐(0)
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2022-03-15 21:58 papering 阅读(117) 评论(0) 推荐(0)
摘要: 58集团IAST/RASP调研与实践:IAST调研 https://mp.weixin.qq.com/s/54gpaEz9DtXB-GuRGLT0dQ 阅读全文
posted @ 2022-03-15 21:57 papering 阅读(57) 评论(0) 推荐(0)
摘要: package runtime import "runtime/internal/sys" // Caller reports file and line number information about function invocations on // the calling goroutin 阅读全文
posted @ 2022-03-15 17:59 papering 阅读(61) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 187 下一页