会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
36
37
···
44
下一页
2021年10月15日
python3 教程
摘要: Python3 教程 https://cs.pynote.net/sf/python/ https://amontalenti.com/python-training https://www.w3cschool.cn/python3/python3-thz7323h.html https://doc
阅读全文
posted @ 2021-10-15 18:58 michaelchengjl
阅读(102)
评论(0)
推荐(0)
2021年10月9日
.toml 文件简介
摘要: .toml 文件简介 http://php-note.com/article/475.html
阅读全文
posted @ 2021-10-09 13:51 michaelchengjl
阅读(241)
评论(0)
推荐(0)
2021年10月6日
编码规范
摘要: 编码规范 Linux kernel coding style Linux kernel coding style
阅读全文
posted @ 2021-10-06 10:18 michaelchengjl
阅读(33)
评论(0)
推荐(0)
2021年9月28日
python3 基本用法
摘要: python3 基本用法 1. Python3的格式化输出 使用str.format()方法。 for x in range(1, 11): print('{0:2d} {1:3d} {2:4d}'.format(x, x*x, x*x*x)) print("\n {:-^120}".format(
阅读全文
posted @ 2021-09-28 14:27 michaelchengjl
阅读(406)
评论(1)
推荐(0)
KVM, Docker, K8S 到底是什么
摘要: KVM, Docker, K8S到底是什么 TBD https://www.cnblogs.com/misswangxing/p/10669444.html https://1o24bbs.com/t/topic/9279 https://medium.com/@ivzhh/%E7%9F%A5%E4
阅读全文
posted @ 2021-09-28 14:23 michaelchengjl
阅读(389)
评论(0)
推荐(0)
编译器以及编译过程简介
摘要: 编译器以及编译过程简介 TBD https://tech.meituan.com/2015/01/22/linker.html https://www.jianshu.com/p/57da8e359115 https://www.cnblogs.com/mickole/articles/365911
阅读全文
posted @ 2021-09-28 14:17 michaelchengjl
阅读(37)
评论(0)
推荐(0)
pytest -- pytest-timeouts 简介
摘要: pytest -- pytest-timeouts 简介 pytest-timeouts 简介
阅读全文
posted @ 2021-09-28 14:13 michaelchengjl
阅读(74)
评论(0)
推荐(0)
2021年9月17日
TensorRT 介绍
摘要: TensorRT 介绍 https://arleyzhang.github.io/articles/7f4b25ce/ https://developer.nvidia.com/blog/speeding-up-deep-learning-inference-using-tensorrt/ http
阅读全文
posted @ 2021-09-17 18:25 michaelchengjl
阅读(194)
评论(0)
推荐(0)
私有云搭建Discourse 博客系统
摘要: 私有云搭建 Discourse 博客系统 1. 前期准备 一台配置合适的服务器(笔记本也可), 装有Ubuntu1804。机器配置局域网 IP: 192.168.10.XXX, 机器的ip 对应配置域名:discourse.test.com hostname ip地址 cpu 内存 磁盘 系统版本
阅读全文
posted @ 2021-09-17 16:05 michaelchengjl
阅读(1233)
评论(0)
推荐(0)
2021年9月15日
简述Clang 与LLVM 以及其关系
摘要: 简述Clang 与LLVM 以及其关系 随着 Android P 的逐步应用,越来越多的客户要求编译库时用 libc++ 来代替 libstdc++。libc++ 和 libstdc++ 这两个库有关系呢?它们两个都是 C++ 标准库,libc++ 是针对 Clang 编译器特别重写的 C++ 标准
阅读全文
posted @ 2021-09-15 10:09 michaelchengjl
阅读(1894)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
36
37
···
44
下一页
公告