摘要: Jodit是国外一款开源的WYSIWYG(What You See Is What You Get, 所见即所得)富文本编辑器,用纯TypeScript写成,功能齐全,风格简约,支持定制。 这是官网地址:https://xdsoft.net/jodit/ 本文使用的版本为Jodit-3.5.1,后端 阅读全文
posted @ 2021-01-21 16:09 //没有对象的空指针 阅读(1491) 评论(0) 推荐(0) 编辑
摘要: 懒汉式 public class Singleton { private static Singleton instance; private Singleton() {}; public static synchronized Singleton getInstance() { if (insta 阅读全文
posted @ 2021-01-06 15:02 //没有对象的空指针 阅读(96) 评论(0) 推荐(0) 编辑