07 2023 档案

摘要:## 1. Python的序列化 使用`json.dumps()`方法对字典 `{"content": "你好"}` 进行序列化操作,下面分别演示 `ensure_ascii=True` 和 `ensure_ascii=False` 参数的效果。 示例代码如下: ```python import j 阅读全文
posted @ 2023-07-22 00:40 又是火星人 阅读(348) 评论(0) 推荐(0)
摘要:## Python中的操作 ### 1.1 相关链接 - [Python编码解码 字符集/base64](https://blog.csdn.net/qq_41123867/article/details/105491520) ### 1.2 举例说明 在Python中,`base64.b64enc 阅读全文
posted @ 2023-07-21 23:47 又是火星人 阅读(924) 评论(0) 推荐(0)
摘要:## 开天辟地 - [Task Execution and Scheduling](https://docs.spring.io/spring-boot/docs/2.7.13/reference/html/features.html#features.task-execution-and-sche 阅读全文
posted @ 2023-07-03 15:54 又是火星人 阅读(169) 评论(0) 推荐(0)