会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
44
下一页
2025年7月30日
git patch
摘要: git patch 在 Git 中,打补丁(Patch)是将代码变更以文件形式保存和共享的方式。以下是详细的操作步骤和示例: 1. 生成 Patch 文件 1.1 未提交的修改生成 Patch # 生成工作区所有未暂存的修改 git diff > changes.patch # 生成已暂存的修改(s
阅读全文
posted @ 2025-07-30 11:14 michaelchengjl
阅读(795)
评论(0)
推荐(0)
2025年7月18日
onnx-mlir
摘要: onnx-mlir https://github.com/onnx/onnx-mlir https://onnx.org.cn/onnx-mlir/ImportONNXDefs.html https://zhuanlan.zhihu.com/p/349912488 https://blog.csdn
阅读全文
posted @ 2025-07-18 14:14 michaelchengjl
阅读(55)
评论(0)
推荐(0)
2025年7月16日
C++ 动态多态与静态多态
摘要: C++ 动态多态与静态多态 在 C++ 中,动态多态(Dynamic Polymorphism) 和 静态多态(Static Polymorphism) 是两种不同的多态实现方式,分别通过 运行时动态绑定 和 编译时静态决议 来实现代码的灵活性和复用性。以下是它们的详细对比与实现原理分析: 1. 动
阅读全文
posted @ 2025-07-16 17:53 michaelchengjl
阅读(194)
评论(0)
推荐(0)
2025年7月14日
C/C++ 混合编程 预处理指令组合
摘要: C/C++ 混合编程 预处理指令组合 #ifdef __cplusplus extern "C" { #endif // 这里是需要处理的代码块 #ifdef __cplusplus } #endif 这段代码是 C/C++ 混合编程中用于 解决名称修饰(Name Mangling)问题 的经典预处
阅读全文
posted @ 2025-07-14 15:06 michaelchengjl
阅读(84)
评论(0)
推荐(0)
2025年7月11日
C/C++ 内存管理, 内存池
摘要: C/C++ 内存管理 https://zhuanlan.zhihu.com/p/344377490 https://blog.csdn.net/chenlong_cxy/article/details/117622502 https://chenqx.github.io/2014/09/25/Cpp
阅读全文
posted @ 2025-07-11 17:34 michaelchengjl
阅读(21)
评论(0)
推荐(0)
python3 内存管理
摘要: python3 内存管理 https://docs.python.org/zh-cn/3.12/c-api/memory.html https://blog.csdn.net/weixin_47552266/article/details/139826908 https://zhuanlan.zhi
阅读全文
posted @ 2025-07-11 17:23 michaelchengjl
阅读(17)
评论(0)
推荐(0)
2025年7月10日
python3 内置高级模块及CPython 解释器
摘要: python3 内置高级模块及CPython解释器 https://www.cnblogs.com/traditional/tag/Python中你不可不知的模块/default.html?page=1 https://www.cnblogs.com/traditional/tag/深度剖析CPyt
阅读全文
posted @ 2025-07-10 11:05 michaelchengjl
阅读(17)
评论(0)
推荐(0)
python3 weakref的用法 -- 优化内存的方法
摘要: python3 weakref的用法 -- 优化内存的方法 https://docs.python.org/zh-cn/3.13/library/weakref.html https://blog.csdn.net/NeverLate_gogogo/article/details/107021695
阅读全文
posted @ 2025-07-10 11:03 michaelchengjl
阅读(14)
评论(0)
推荐(0)
2025年7月9日
python3 中使用ctypes
摘要: python3 中使用ctypes https://docs.python.org/zh-cn/3.13/library/ctypes.html https://python-cookbook.readthedocs.io/zh-cn/latest/c15/p01_access_ccode_usin
阅读全文
posted @ 2025-07-09 19:46 michaelchengjl
阅读(23)
评论(0)
推荐(0)
2025年7月8日
Python3-进阶-itertools模块
摘要: Python3-进阶-itertools模块 https://docs.python.org/zh-cn/3.13/library/itertools.html https://cloud.tencent.com/developer/article/2442698 https://wklken.me
阅读全文
posted @ 2025-07-08 13:54 michaelchengjl
阅读(14)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
44
下一页
公告