11 2023 档案

常用工具网站链接
摘要:工具网站集合 在线工具集合: https://tool.lu 字符 串 处理 在线sha512 在线计算Sha512摘要工具 (config.net.cn) 图片 处理 HoloCubic 图片专C代码 Online image converter - BMP, JPG or PNG to C ar 阅读全文

posted @ 2023-11-28 11:38 kitesong 阅读(83) 评论(0) 推荐(0)

python PEP
摘要:python 库地址: PEP 0 – Index of Python Enhancement Proposals (PEPs) | peps.python.org 阅读全文

posted @ 2023-11-03 23:32 kitesong 阅读(20) 评论(0) 推荐(0)

python 字符串格式化
摘要:Python字符串的格式化分为两种:1)% 方式 2)str.format() 方式。 str.format() 是比 % 较新的方式, 大多数的 Python 代码仍然使用 % 操作符。但最终会被str.format()代替,推荐使用str.format() 1、% 方式 1)用法 %[(name 阅读全文

posted @ 2023-11-03 23:30 kitesong 阅读(84) 评论(0) 推荐(0)

导航