随笔分类 -  开发文档小技巧

ASCII码表在线查找
摘要:ASCII在线查找表 https://www.qqxiuzi.cn/bianma/ascii.htm 阅读全文
posted @ 2021-04-17 10:59 谢晨锋
开源免费的图标字体
摘要:https://fontawesome.com/ 阅读全文
posted @ 2021-04-13 19:16 谢晨锋
typora编写流程图
摘要:graph TD A(JAVA数据类型)-->B1(基本数据类型) A(JAVA数据类型)-->B2(引用数据类型) B1(基本数据类型)-->C1(byte) B1(基本数据类型)-->C2(boolean) B1(基本数据类型)-->C3(char) B1(基本数据类型)-->C4(short) 阅读全文
posted @ 2021-03-01 11:48 谢晨锋
Typora添加水印
摘要:路径 C:\Users\wenyuan\AppData\Roaming\Typora\themes 或者 点击文件 => 点击偏号设置 => 点击外观 => 打开主题文件夹 => github.css 图片 logo.png github.css添加如下样式 // #write { // max-w 阅读全文
posted @ 2021-03-01 11:07 谢晨锋
将PDF文件转MD
摘要:https://pdf2md.morethan.io/ 阅读全文
posted @ 2021-01-06 16:18 谢晨锋