上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 187 下一页
摘要: 腾讯企点 API 网关技术探索与实践 https://mp.weixin.qq.com/s/dLIq58C-kQZlOMnl_Md4SA 阅读全文
posted @ 2022-02-10 18:16 papering 阅读(85) 评论(0) 推荐(0)
摘要: 小结: 1)接口名称做为请求参数,不在请求路径中体现。 2) 实践 type CommonResp struct { Code int32 } type CommonReq struct { Action string } package server import ( "WebSvc/intern 阅读全文
posted @ 2022-02-10 09:22 papering 阅读(642) 评论(0) 推荐(0)
摘要: 认识:ThinkPHP的编译缓存文件~runtime.php - 安迪9468 - 博客园 https://www.cnblogs.com/andy9468/p/4254051.html 阅读全文
posted @ 2022-02-09 20:38 papering 阅读(66) 评论(0) 推荐(0)
摘要: Rob Pike interview for Evrone: “Go has become the language of cloud infrastructure” https://evrone.com/rob-pike-interview 阅读全文
posted @ 2022-02-09 13:45 papering 阅读(53) 评论(0) 推荐(0)
摘要: Mac OS X背后的故事(十一)Mac OS X文件系统的来龙去脉(上) - xust - 博客园 https://www.cnblogs.com/xust/archive/2012/10/23/2735435.html Mac OS X背后的故事(十一)Mac OS X文件系统的来龙去脉(下) 阅读全文
posted @ 2022-02-08 09:39 papering 阅读(270) 评论(0) 推荐(0)
摘要: GitHub - openzfs/zfs: OpenZFS on Linux and FreeBSD https://github.com/openzfs/zfs ZFS_百度百科 https://baike.baidu.com/item/ZFS/4367733 ZFS文件系统的英文名称为Zetta 阅读全文
posted @ 2022-02-07 19:35 papering 阅读(460) 评论(0) 推荐(0)
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2022-02-01 10:02 papering 阅读(42) 评论(0) 推荐(0)
摘要: Golang如何把json中的unicode编码转换成中文字符? - 知乎 https://www.zhihu.com/question/330544039 import ( "strconv" "strings" ) func UnescapeUnicode(raw []byte) (string 阅读全文
posted @ 2022-01-30 17:56 papering 阅读(62) 评论(0) 推荐(0)
摘要: 我云了,原来wireshark可以抓HTTPS明文包 - SegmentFault 思否 https://segmentfault.com/a/1190000023568902 我云了,原来wireshark可以抓HTTPS明文包 阅读全文
posted @ 2022-01-30 17:43 papering 阅读(154) 评论(0) 推荐(0)
摘要: GitHub - tidwall/gjson: Get JSON values quickly - JSON parser for Go https://github.com/tidwall/gjson import jsons ="[[['o3', 'pm10', 'pm2_5'], ['pm2_ 阅读全文
posted @ 2022-01-29 22:04 papering 阅读(50) 评论(0) 推荐(0)
摘要: 实践: 1) 需要修改C:\Program Files\Git\etc\profile.d\aliases.sh,添加对应的alias即可 alias p='/d/phpstudy_pro/Extensions/php/php7.3.4nts/php' p test.php 注意:不加.exe al 阅读全文
posted @ 2022-01-29 20:57 papering 阅读(88) 评论(0) 推荐(0)
摘要: 商城系统中商品规格使用笛卡尔积运算 - 龚哥哥的博客 - gong.gg https://gong.gg/post-122.html 商城系统中商品规格使用笛卡尔积运算 发表于 2019-9-22 | 前端 /** * 笛卡尔积生成规格 * @author Devil * @blog http:// 阅读全文
posted @ 2022-01-29 20:11 papering 阅读(137) 评论(0) 推荐(0)
摘要: 小结: 1、 场景:代码中表名区分大小写,数据库没有区分 检查 SHOW VARIABLES LIKE "%lower_case_table_names%"; 如果为0:; 修改my.cnf设置lower_case_table_names为1; 重启mysql。 0数据库区分大小写,要求代码中按大小 阅读全文
posted @ 2022-01-28 22:30 papering 阅读(137) 评论(0) 推荐(0)
摘要: 贝壳IM群聊优化之路 https://mp.weixin.qq.com/s/ybzq5etos8Y7HE_p3Z95Sg 贝壳IM群聊优化之路 原创 叶欢欢 贝壳产品技术 2022-01-27 15:11 收录于合集#后端26个 介绍 贝壳IM为贝壳找房提供了70%以上的线上商机。为上百万的经纪人提 阅读全文
posted @ 2022-01-28 14:21 papering 阅读(431) 评论(0) 推荐(0)
摘要: 快看移动端日志库 https://mp.weixin.qq.com/s/piNcs_L_qrln6fA6uMCGgw 阅读全文
posted @ 2022-01-28 14:19 papering 阅读(42) 评论(0) 推荐(0)
摘要: AI + CRM 提高企业的 "绩" 和 "效" https://mp.weixin.qq.com/s/0b1oOvUZaEa4oLf88dfocA 58同城AI Lab产品能力介绍 https://mp.weixin.qq.com/s/sR_EedFNWrcULybxJyPJ1A 特征存储及计算在 阅读全文
posted @ 2022-01-28 09:44 papering 阅读(389) 评论(0) 推荐(0)
摘要: USENIX Technical Program - Abstract - USENIX 99 https://www.usenix.org/legacy/events/usenix99/provos.html Introduction https://www.usenix.org/legacy/e 阅读全文
posted @ 2022-01-27 17:51 papering 阅读(46) 评论(0) 推荐(0)
摘要: How To Safely Store A Password | codahale.com https://codahale.com/how-to-safely-store-a-password/ How To Safely Store A Password In which I recommend 阅读全文
posted @ 2022-01-27 17:48 papering 阅读(54) 评论(0) 推荐(0)
摘要: RSA and ECC in JavaScript RSA and ECC in JavaScript http://www-cs-students.stanford.edu/~tjw/jsbn/ 阅读全文
posted @ 2022-01-27 17:30 papering 阅读(52) 评论(0) 推荐(0)
摘要: 解读Go语言的2021:稳定为王-InfoQ https://www.infoq.cn/article/eMLshYbKJTEIEiMVzwBJ 2.4 标准库 下面,我们来简要地说一下 Go 语言标准库中的变化。其中大大小小的变更有很多,但从整体来看它们都不是最关键的。因此,作者只会在这里提及那几 阅读全文
posted @ 2022-01-27 17:15 papering 阅读(181) 评论(0) 推荐(0)
摘要: Semantic Versioning 2.0.0 | Semantic Versioning https://semver.org/spec/v2.0.0.html 解读Go语言的2021:稳定为王-InfoQ https://www.infoq.cn/article/eMLshYbKJTEIEi 阅读全文
posted @ 2022-01-27 16:59 papering 阅读(66) 评论(0) 推荐(0)
摘要: 登录加密算法破解秘籍 https://mp.weixin.qq.com/s/V_Z3tvWG-MbrsCKYcMkGKg 阅读全文
posted @ 2022-01-27 14:31 papering 阅读(63) 评论(0) 推荐(0)
摘要: GraphQL及元数据驱动架构在后端BFF中的实践 - 美团技术团队 https://tech.meituan.com/2021/05/06/bff-graphql.html GraphQL及元数据驱动架构在后端BFF中的实践 2021年05月06日 作者: 陆晨 致远 陈琦 文章链接 18473字 阅读全文
posted @ 2022-01-27 14:05 papering 阅读(172) 评论(0) 推荐(0)
摘要: MySQL :: MySQL 8.0 Reference Manual :: 15.10 InnoDB Row Formats https://dev.mysql.com/doc/refman/8.0/en/innodb-row-format.html When a table is created 阅读全文
posted @ 2022-01-27 09:46 papering 阅读(76) 评论(0) 推荐(0)
摘要: 小结: 1)mysql查询优化 做搜索查询量大的表一般都以空间来换取时间,设计成静态表 MySQL :: MySQL 8.0 Reference Manual :: 15.10 InnoDB Row Formats https://dev.mysql.com/doc/refman/8.0/en/in 阅读全文
posted @ 2022-01-27 09:12 papering 阅读(163) 评论(0) 推荐(0)
摘要: io.Reader 解析 - 简书 https://www.jianshu.com/p/03db37ca3249 简介 io.Reader 是一个 Interface 类型,功能非常强大,在任何需要读的地方我们都尽量使用它。先来看下它的原型: type Reader interface { Read 阅读全文
posted @ 2022-01-26 19:18 papering 阅读(88) 评论(0) 推荐(0)
摘要: a 阅读全文
posted @ 2022-01-26 18:51 papering 阅读(35) 评论(0) 推荐(0)
摘要: 1、 并发下载图片的goroutine数为CPU数加1 package goroutin import ( "fmt" "io" "net/http" "os" "sync" ) func dlImg(threadPool, batchNum int) { var wg sync.WaitGroup 阅读全文
posted @ 2022-01-26 11:38 papering 阅读(96) 评论(0) 推荐(0)
摘要: eapache/queue: Fast golang queue using ring-buffer https://github.com/eapache/queue 阅读全文
posted @ 2022-01-25 14:31 papering 阅读(130) 评论(0) 推荐(0)
摘要: Facebook React 和 Web Components(Polymer)对比优势和劣势 - 司徒正美 - 博客园 https://www.cnblogs.com/rubylouvre/p/4072979.html 阅读全文
posted @ 2022-01-25 10:21 papering 阅读(81) 评论(0) 推荐(0)
摘要: 1.2.1【必须】 路径穿越检查 在进行文件操作时,如果对外部传入的文件名未做限制,可能导致任意文件读取或者任意文件写入,严重可能导致代码执行。 // bad: 任意文件读取 func handler(w http.ResponseWriter, r *http.Request) { path := 阅读全文
posted @ 2022-01-25 09:47 papering 阅读(463) 评论(0) 推荐(0)
摘要: secguide/Go安全指南.md at main · Tencent/secguide · GitHub https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md#119%E6% 阅读全文
posted @ 2022-01-25 09:43 papering 阅读(62) 评论(0) 推荐(0)
摘要: 小结: 1) 使用defer延迟关闭channel secguide/Go安全指南.md at main · Tencent/secguide · GitHub https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6 阅读全文
posted @ 2022-01-25 09:35 papering 阅读(77) 评论(0) 推荐(0)
摘要: secguide/Go安全指南.md at main · Tencent/secguide · GitHub https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md#112%E5% 阅读全文
posted @ 2022-01-25 09:33 papering 阅读(392) 评论(0) 推荐(0)
摘要: secguide/Go安全指南.md at main · Tencent/secguide · GitHub https://github.com/Tencent/secguide/blob/main/Go%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md 1.1.3【必 阅读全文
posted @ 2022-01-25 09:32 papering 阅读(132) 评论(0) 推荐(0)
摘要: npm install xxxx --legacy-peer-deps命令是什么? - 知乎 https://zhuanlan.zhihu.com/p/506596270 npm install xxxx --legacy-peer-deps命令是什么? 华为云开发者联盟 ​ 已认证帐号 43 人赞 阅读全文
posted @ 2022-01-24 10:59 papering 阅读(4936) 评论(0) 推荐(0)
摘要: 小结: 1) "react": "15.2.1" -- 只匹配一个版本,代表锁死版本,只下载15.2.1的版本 "react": "~15.2.1" -- 匹配最近的小版本依赖包,比如 ~15.2.1会匹配所有15.2.x的版本,但不包括15.3.0以上,即 >= 15.2.1 && < 15.3. 阅读全文
posted @ 2022-01-24 09:55 papering 阅读(143) 评论(0) 推荐(0)
摘要: node.js - sh: 1: node: Permission denied - Stack Overflow https://stackoverflow.com/questions/51811564/sh-1-node-permission-denied npm config set user 阅读全文
posted @ 2022-01-24 09:43 papering 阅读(1114) 评论(0) 推荐(0)
摘要: colly 随机UA标识 下载图片 package main import ( "io/ioutil" "strings" "github.com/gocolly/colly" "github.com/gocolly/colly/extensions" ) func dlImg(uri string 阅读全文
posted @ 2022-01-23 12:21 papering 阅读(96) 评论(0) 推荐(0)
摘要: Apache log4php - Quick start - Apache log4php https://logging.apache.org/log4php/quickstart.html 阅读全文
posted @ 2022-01-22 20:18 papering 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 187 下一页