上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 186 下一页
摘要: Introduction to Go Modules – Roberto Selbach https://roberto.selbach.dev/intro-to-go-modules/ go mod使用 - 简书 https://www.jianshu.com/p/760c97ff644c 一个包 阅读全文
posted @ 2021-04-30 11:31 papering 阅读(3071) 评论(0) 推荐(0) 编辑
摘要: 正则耗时 比较 字符串切割 阅读全文
posted @ 2021-04-28 22:26 papering 阅读(74) 评论(0) 推荐(0) 编辑
摘要: Linters | golangci-lint https://golangci-lint.run/usage/linters/ 阅读全文
posted @ 2021-04-28 20:21 papering 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 领域驱动设计(DDD)在有赞教育线索资源管理的实践-InfoQ https://www.infoq.cn/article/HVTWari0Ru4MSSGPvkYv 同样以“有赞精选内容平台”为例说明下,用户可以针对博文发起留言,同时,我们会精选出一些留言置顶,对于“置顶的留言”我们可以定义为值对象, 阅读全文
posted @ 2021-04-28 19:26 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 领域驱动设计(DDD)在百度爱番番的实践 原创 飞邪 爱番番技术 2021-02-05 阅读全文
posted @ 2021-04-28 19:12 papering 阅读(110) 评论(0) 推荐(0) 编辑
摘要: BILISRC 漏洞处理和评分标准 V1.3.docx https://security.bilibili.com/static/docs/BILISRC_V1.3.pdf 撰写 哔哩哔哩安全应急响应中心 文档版本 1.3 更新日期 2020-09-28 根据漏洞的危害程度将漏洞等级分为【严重】、【 阅读全文
posted @ 2021-04-28 18:15 papering 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 百分数 def convert_percent(i: float) -> tuple[str, str]: def f(i: float) -> str: ''' 四十五入,百分数,2位 0.12345 12.35% 0.12344 12.34% :param i: :return: ''' ret 阅读全文
posted @ 2021-04-27 20:12 papering 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 安全指引 | 微信开放文档 https://developers.weixin.qq.com/miniprogram/dev/framework/security.html 阅读全文
posted @ 2021-04-27 11:57 papering 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 获取微信服务器IP地址 | 微信开放文档 https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_the_WeChat_server_IP_address.html 阅读全文
posted @ 2021-04-27 11:45 papering 阅读(713) 评论(0) 推荐(0) 编辑
摘要: 另一张表聚合后的数据,取出Id,过滤条件 JOIN 新表 临时表 SELECT u.id, u.`BizName` ,u.`Phone` ,from_unixtime(t.`CreateTs`) AS CreateTime ,tr.Num FROM `team` t LEFT JOIN `playe 阅读全文
posted @ 2021-04-26 18:53 papering 阅读(361) 评论(0) 推荐(0) 编辑
摘要: C++ 异常处理 | 菜鸟教程 https://www.runoob.com/cplusplus/cpp-exceptions-handling.html C++ 异常处理 异常是程序在执行期间产生的问题。C++ 异常是指在程序运行时发生的特殊情况,比如尝试除以零的操作。 异常提供了一种转移程序控制 阅读全文
posted @ 2021-04-26 12:06 papering 阅读(449) 评论(0) 推荐(0) 编辑
摘要: API 请求全异步化 阅读全文
posted @ 2021-04-26 10:16 papering 阅读(82) 评论(0) 推荐(0) 编辑
摘要: https://static001.geekbang.org/con/84/pdf/1381527735/file/美团自研API网关服务的探索与实践-陈充泽.pdf 阅读全文
posted @ 2021-04-26 10:10 papering 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 技术攻关:从零到精通 https://mp.weixin.qq.com/s/mix-0Ft9G1F5yddNjSzkrw 阅读全文
posted @ 2021-04-26 10:00 papering 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 如何在团队中推广一项技术 —— 解决Odin一站式微前端的缓存问题 – 滴滴云博客 https://blog.didiyun.com/index.php/2020/06/10/%e5%a6%82%e4%bd%95%e5%9c%a8%e5%9b%a2%e9%98%9f%e4%b8%ad%e6%8e%a 阅读全文
posted @ 2021-04-26 09:54 papering 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/qRjn_4xZdmuUPQFoWMBQ4Q 洞察设计模式的底层逻辑 原创 不拔 阿里技术 2021-04-15 设计模式是开发同学经常聊到的话题,也经常被用到实际的开发项目中,熟练的人可以做到信手拈来,不熟悉的人陷入苦思冥想中。笔者认为,不仅仅 阅读全文
posted @ 2021-04-25 23:14 papering 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 从Android内存到图片缓存优化 小书童 京东大数据 2015-07-15 在我们买Android手机的时候必看的两个参数,那就是RAM和ROM的大小,这两个参数对我们来说当然是越大越好。RAM就是我们今天的主角Android内存。 我们使用Windows时有一个习惯:为了保证我们想要运行的程序有 阅读全文
posted @ 2021-04-24 11:53 papering 阅读(91) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/wF4M2pqlVq7KljaHAruRug 百度C++工程师的那些极限优化(内存篇) 原创 凯文神父 百度Geek说 2021-04-21 阅读全文
posted @ 2021-04-24 10:39 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 5. 享元模式 — Graphic Design Patterns https://design-patterns.readthedocs.io/zh_CN/latest/structural_patterns/flyweight.html Docs » 结构型模式 » 5. 享元模式 5. 享元模 阅读全文
posted @ 2021-04-24 10:34 papering 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 协同编辑冲突处理算法综述 原创 jaysonxiao 腾讯AlloyTeam 2021-04-07 阅读全文
posted @ 2021-04-24 10:28 papering 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 大型前端项目内存优化总结 原创 zhongzhong 腾讯AlloyTeam 2021-04-21 阅读全文
posted @ 2021-04-24 10:26 papering 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2021-04-24 08:13 papering 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://github.com/golang/go/wiki/CodeReviewComments#interfaces 阅读全文
posted @ 2021-04-24 00:07 papering 阅读(58) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2021-04-23 23:57 papering 阅读(136) 评论(0) 推荐(0) 编辑
摘要: C++枚举类型enum与enum class的使用 C++枚举类型enum与enum class的使用_C 语言_脚本之家 https://www.jb51.net/article/193758.htm 一.关于枚举类型 1. 什么是枚举类型? 答:如果一个变量只有几种可能的值,那么就可以定义为枚举 阅读全文
posted @ 2021-04-23 20:42 papering 阅读(696) 评论(0) 推荐(0) 编辑
摘要: https://blog.golang.org/go1.13-errors Working with Errors in Go 1.13 - The Go Blog https://blog.golang.org/go1.13-errors Introduction Examining Errors 阅读全文
posted @ 2021-04-23 16:45 papering 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 配置缓存过期时间 - CDN - 阿里云 https://help.aliyun.com/document_detail/27136.html accept-ranges: bytesage: 0ali-swift-global-savetime: 1619162787content-encodin 阅读全文
posted @ 2021-04-23 15:39 papering 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 设置HTTP/2 - CDN - 阿里云 https://help.aliyun.com/document_detail/59894.html 新时间:2021-01-26 09:48 说明 如果您是第一次配置HTTPS证书,则需要等证书配置完成且生效后,才能开启HTTP/2。 如果您开启HTTP/ 阅读全文
posted @ 2021-04-23 15:33 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Redis databases should be used to separate different keys belonging to the same application (if needed), SELECT – Redis https://redis.io/commands/sele 阅读全文
posted @ 2021-04-23 14:59 papering 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 工厂模式 | 菜鸟教程 https://www.runoob.com/design-pattern/factory-pattern.html 抽象工厂模式 | 菜鸟教程 https://www.runoob.com/design-pattern/abstract-factory-pattern.ht 阅读全文
posted @ 2021-04-23 01:03 papering 阅读(450) 评论(0) 推荐(0) 编辑
摘要: C++ 友元函数和友元类 - 菜鸟教程 https://www.cainiaojc.com/cpp/cpp-friend-function-class.html OOP的重要概念之一是数据隐藏,即非成员函数无法访问对象的私有或受保护的数据。 但是,有时这种限制可能迫使程序员编写冗长而复杂的代码。因此 阅读全文
posted @ 2021-04-22 12:52 papering 阅读(633) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/NIYxzycAqHzeVSgU7ixhNg 代码会死循环吗?Go 异步抢占 GCTT:lxbwolf Go语言中文网 2021-04-21 Go: Goroutine and Preemption. ℹ️ This article is bas 阅读全文
posted @ 2021-04-22 00:35 papering 阅读(545) 评论(0) 推荐(0) 编辑
摘要: delete xx;Local variable 'xx' may point to deallocated memory Allocating and deallocating memory in the heap http://www.cs.ecu.edu/karl/3300/spr14/Not 阅读全文
posted @ 2021-04-21 14:59 papering 阅读(710) 评论(0) 推荐(0) 编辑
摘要: nothing to commit, working tree cleanRemote "origin" does not support the LFS locking API. Consider disabling it with: $ git config lfs.https://code.a 阅读全文
posted @ 2021-04-21 14:10 papering 阅读(998) 评论(0) 推荐(0) 编辑
摘要: 详解企业增长利器——A/B 测试 https://mp.weixin.qq.com/s/GrS7FgrDl5cFJiTarm-H9A 流量正交 流量互斥 翻译 搜索 复制 详解企业增长利器——A/B 测试 https://mp.weixin.qq.com/s/GrS7FgrDl5cFJiTarm-H 阅读全文
posted @ 2021-04-21 10:09 papering 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、不是我们要解决的目标,甚至可能都不是重要的方法2、不断驱赶体验差的用户,平均时长却变长了 https://mp.weixin.qq.com/s/iuSO2Uyrjo4oR-k5hmSPFA 字节跳动杨震原:A/B测试不是万能的,但不会一定不行 杨震原 字节跳动技术范儿 2021-04-2 阅读全文
posted @ 2021-04-20 23:44 papering 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 集成显卡 独显 阅读全文
posted @ 2021-04-20 01:14 papering 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Jenkins中无法启动子进程的解决办法 Jenkins中无法启动子进程的解决办法_wangbin0016的专栏-CSDN博客 https://blog.csdn.net/wangbin0016/article/details/41948171 阅读全文
posted @ 2021-04-19 23:21 papering 阅读(114) 评论(0) 推荐(0) 编辑
摘要: [GIN-debug] GET /CICD/TestApp/ --> main.main.func1 (3 handlers)[GIN-debug] POST /CICD/TestApp/ --> main.main.func1 (3 handlers)[GIN-debug] PUT /CICD/T 阅读全文
posted @ 2021-04-19 21:19 papering 阅读(121) 评论(0) 推荐(0) 编辑
摘要: Executing a Bash Script from Golang go - Executing a Bash Script from Golang - Stack Overflow https://stackoverflow.com/questions/25834277/executing-a 阅读全文
posted @ 2021-04-19 15:56 papering 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 186 下一页