Cao Zihang - Blog

「抵近知识无人区」

Advanced Vim

Practical Vim Notes VIM实用技巧 第二版 笔记 .命令 上一次修改可以指代很多东西,修改的范围不仅仅是字符,还可以是整行,甚至是整个文件。 >G命令会增加从当前行到文档末尾处的缩进层级。.命令会对当前行重新执行>G命令。 进入插入模式 (i)也会形成一次修改,Vim会记录直到返回普通模式<Esc>的所有按键命令。在这样的修改后,使用.命令会重新执行所有按键操作。 在插入模式中,使用了上下左右方向键,会产生新的撤销块,等价于<Esc>...

Advanced Python

Advanced Python 整理自be better coder微信公众号、Fluent Python, Second Edition、码农高天和Python官方文档。 数据处理 *拆包与强制关键字参数 拆包 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 a, *b, c = [1, 2, 3, 4, 5] sum(*b) list = [1, *b, 5] def func(*args)...

ESP32 DevKit V4复刻

ESP32 DevKit V4复刻 基于乐鑫官方ESP32 DevKit V4方案进行复刻。 将原方案使用的Micro USB调整为Type C接口。 将原方案使用CP2102芯片进行USB-UART调整为使用CH340c。 保持原方案使用AMS1117进行降压。 V1.0 为便于新手焊接,V1.0方案将原方案0402和0603封装的元器件调整为0805封装。 V1.0 PCB布线存在较大优化空间。 电路图 PCB 实物模型 要点与分析 天线与...

【阅】本周阅读摘选2024-12-02 → 2024-12-08

本周阅读摘选 2024-12-02 → 2024-12-08 目录 学术相关 Data-driven reliable facility location design 技术技巧 Django丨WebSocket实时通信 Python丨微信与定时任务 Python丨云朵君:python字典超级技巧 dict.get()默认值 字典计数器 合...

【阅】本周阅读摘选2024-11-25 → 2024-12-01

本周阅读摘选 2024-11-25 → 2024-12-01 目录 学术相关 Consumer search and product returns The click-based MNL model: a framework for modeling click data in assortment optimization On the equilibrium properties of spatial models Caution an...

【阅】本周阅读摘选2024-11-18 → 2024-11-24

本周阅读摘选 2024-11-18 → 2024-11-24 目录 学术相关 Personalized Pricing and Assortment Optimization Under Consumer Choice Models with Local Network Effects Customer voice on two-sided platforms: the effect of surge pricing on customer complaints ...

【阅】本周阅读摘选2024-11-11 → 2024-11-17

本周阅读摘选 2024-11-11 → 2024-11-17 目录 学术相关 Real‐time demands, restaurant density, and delivery reliability: an empirical analysis of on‐demand meal delivery Consumers prefer products that work using directionally consistent causal chains ...

【阅】本周阅读摘选2024-11-04 → 2024-11-10

本周阅读摘选 2024-11-04 → 2024-11-11 目录 学术相关 Bayesian ensembles of exponentially smoothed life-cycle forecasts Large language models empowered agent-based modeling and simulation: a survey and perspectives Is US trade policy reshaping ...

【阅】本周阅读摘选2024-10-28 → 2024-11-03

本周阅读摘选 2024-10-28 → 2024-11-04 目录 学术相关 Bundling and Line Extensions in Distribution Channels Higher Precision Is Not Always Better: Search Algorithm and Consumer Engagement 技术技巧 Python库丨logging模块的6个配置选项 学术...

【阅】本周阅读摘选2024-10-21 → 2024-10-27

本周阅读摘选 2024-10-14 → 2024-10-20 目录 学术相关 Player-vs.-player game design and pricing: a tournament design perspective 基于沙堆模型的国家动力学研究——以中国历史为例(前221年到1912年) 业界动态 全域用户建模在美团首页推荐的探索与实践 技术技巧 Python丨内置函数速查表...