随笔分类 -  encode

摘要:def remove_unprintable(s): return ''.join(ch for ch in s if ch.isprintable()) ‌ 它叫 全称是Zero Width Non Joiner,简称“ZWNJ”,是一个不打印字符,放在电子文本的两个字符之间,抑制本来会 阅读全文
posted @ 2026-01-30 16:39 papering 阅读(7) 评论(0) 推荐(0)
摘要:【java】Charset 字符集,字符串转 Unicode 字符串 - CharyGao - 博客园 https://www.cnblogs.com/Chary/articles/18270458 public static String string2Unicode(String string) 阅读全文
posted @ 2025-11-20 09:56 papering 阅读(22) 评论(0) 推荐(0)
摘要:Encodings | Parquet https://parquet.apache.org/docs/file-format/data-pages/encodings/ 翻译 搜索 复制 阅读全文
posted @ 2025-08-19 18:25 papering 阅读(8) 评论(0) 推荐(0)
摘要:The Unicode standard - Globalization | Microsoft Learn https://learn.microsoft.com/en-us/globalization/encoding/unicode-standard 翻译 搜索 复制 阅读全文
posted @ 2025-06-20 18:08 papering 阅读(22) 评论(0) 推荐(0)
摘要:BCD码 翻译 搜索 复制 阅读全文
posted @ 2023-12-26 12:17 papering 阅读(66) 评论(0) 推荐(0)
摘要:翻译 搜索 复制 阅读全文
posted @ 2023-12-12 15:12 papering 阅读(13) 评论(0) 推荐(0)
摘要:json int32 int64 翻译 搜索 复制 阅读全文
posted @ 2023-11-28 14:55 papering 阅读(7) 评论(0) 推荐(0)
摘要:揭开浮点数的谜团:陷阱、破解之道与测试要点 https://mp.weixin.qq.com/s/JsWDZZ1gEgDE0LzzTXFupg 翻译 搜索 复制 阅读全文
posted @ 2023-09-01 14:42 papering 阅读(19) 评论(0) 推荐(0)
摘要:数据序列化工具Protobuf编码&避坑指南 https://mp.weixin.qq.com/s/xH9v4Al3B2vPbZIp2yqZpQ 翻译 搜索 复制 阅读全文
posted @ 2023-08-09 19:40 papering 阅读(43) 评论(0) 推荐(0)
摘要:in-memory analytics Apache Arrow Apache Arrow is a development platform for in-memory analytics. It contains a set of technologies that enable big dat 阅读全文
posted @ 2023-08-02 16:43 papering 阅读(61) 评论(0) 推荐(0)
摘要:a 翻译 搜索 复制 阅读全文
posted @ 2023-06-03 13:16 papering 阅读(9) 评论(0) 推荐(0)
摘要:基础知识: 1、操作系统中的字体文件位置: C:\Windows\Fonts linux (Dockerfile中的命令) COPY kpr_draw_img/matplotlib_font/simsun.ttc /usr/share/fonts font.family mathtext.fonts 阅读全文
posted @ 2023-06-03 01:05 papering 阅读(410) 评论(0) 推荐(0)
摘要:区分 Protobuf 中缺失值和默认值 - 知乎 https://zhuanlan.zhihu.com/p/46603988 Since protobuf release 3.15, proto3 supports using the optional keyword (just as in pr 阅读全文
posted @ 2022-11-30 16:14 papering 阅读(1455) 评论(0) 推荐(1)
摘要:PPM文件格式详解_kinghzkingkkk的博客-CSDN博客_ppm格式 https://blog.csdn.net/kinghzkingkkk/article/details/70226214 PPM图像格式是由Jef Poskanzer 在1991年所创造的。 PPM(Portable P 阅读全文
posted @ 2022-10-13 09:22 papering 阅读(714) 评论(0) 推荐(0)
摘要:反序列化字符串逃逸 PHP反序列化字符逃逸详解 https://mp.weixin.qq.com/s/BB-nrO_4T9eU9jWJc_PheQ PHP反序列化字符逃逸详解 原创 伟大宝宝 白帽子社区 2020-04-26 20:00 收录于合集#安全研究院85个 作者 I 伟大宝宝 修改&排版  阅读全文
posted @ 2022-09-25 19:50 papering 阅读(97) 评论(0) 推荐(0)
摘要:Fastjson反序列化随机性失败 https://mp.weixin.qq.com/s/CFw6nNc3Vo2v3vPyejo5TQ 阅读全文
posted @ 2022-06-27 23:54 papering 阅读(69) 评论(0) 推荐(0)
摘要:图片存储格式之一,由JPEG格式衍生而来,后缀为".jfif"。 阅读全文
posted @ 2022-05-14 08:51 papering 阅读(375) 评论(0) 推荐(0)
摘要:实践: 1、 import "encoding/json" func mapVstruct2jsonMarshal() { t := struct { A string B int32 C bool }{"a", 123, true} m := map[string]interface{}{ "A" 阅读全文
posted @ 2022-05-13 12:34 papering 阅读(65) 评论(0) 推荐(0)
摘要:人人都是 Serverless 架构师 | 现代化 Web 应用开发实战 - 知乎 https://zhuanlan.zhihu.com/p/453254190 什么是"现代化应用" 文章标题提到了"现代化应用"的概念,在这里也跟大家解释一下,什么是 "Modern Application"。其实现 阅读全文
posted @ 2022-01-07 09:32 papering 阅读(162) 评论(0) 推荐(0)
摘要:RFC 2986: PKCS #10: Certification Request Syntax Specification Version 1.7 https://www.rfc-editor.org/rfc/rfc2986#page-5 翻译 搜索 复制 阅读全文
posted @ 2021-12-21 17:38 papering 阅读(129) 评论(0) 推荐(0)