摘要: echarts测试 页面中快速使用echarts {echarts=4 width=[100%,50,50,46] height=80%} var data = [ [5000, 10000, 6785.71], [4000, 10000, 6825], [3000, 6500, 4463.33], 阅读全文
posted @ 2020-01-11 14:11 xunhanliu 阅读(420) 评论(1) 推荐(0) 编辑
摘要: MathJax官网 官网: https://www.mathjax.org/ 文档: https://docs.mathjax.org/en/latest/index.html 官网例子(稍加修改): <!DOCTYPE html> <html lang="en"> <head> <meta cha 阅读全文
posted @ 2020-01-11 13:56 xunhanliu 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 先来开心一下{icon=开心}开心不起来 给爷笑一个{icon=smile} ,再笑一个{icon=smile},再笑一个{icon=smile},再笑一个{icon=smile} 三种动物:{icon=cat} {icon=man} {icon=woman} 搞笑一下{icon=搞笑},悲伤一下{ 阅读全文
posted @ 2020-01-07 05:06 xunhanliu 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 版本 图片。如果有svg格式的,请给我留个言,分享一下资源! 部署效果 书写格式: <span>[微笑]</span> --> [微笑] 而且会随着字体的变大而变大<h1>中部署的效果: <h1>微笑一下:<span>[微笑]</span><h1> --> 微笑一下:[微笑] 资源来源 https: 阅读全文
posted @ 2020-01-06 00:19 xunhanliu 阅读(266) 评论(0) 推荐(0) 编辑
摘要: yellowpencil官网 https://yellowpencil.waspthemes.com/ tips: 在官网中的Docs中,已经简短的不能再简短了(不详细)。 原生的限制[弱] yellowpencil原版有几点限制: 1、平台依赖。yellowpencil是在wordpress平台下 阅读全文
posted @ 2020-01-05 22:19 xunhanliu 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 可使用分治法求解的一些经典问题(常结合递归) (1)二分搜索 (2)大整数乘法 (3)Strassen矩阵乘法 (4)棋盘覆盖 (5)合并排序 (6)快速排序 (7)线性时间选择 (8)最接近点对问题 (9)循环赛日程表 (10)汉诺塔 每个阶段只有一个状态->递推;每个阶段的最优状态都是由上一个阶 阅读全文
posted @ 2019-11-11 15:50 xunhanliu 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 2D: 1、点线面的关系: https://blog.csdn.net/lltaoyy/article/details/516052162、凸包构建: https://blog.csdn.net/peng0614/article/details/81154213 3、多边形点集排序: http:// 阅读全文
posted @ 2019-11-11 15:38 xunhanliu 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 代码实现参考:https://highlightjs.org/ 实现原理,基于link标签的disable。 演示代码: index.html <!DOCTYPE /> <html> <head> <meta charset="utf-8"> <title>setTimeout</title> <l 阅读全文
posted @ 2019-11-07 05:48 xunhanliu 阅读(704) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.cnblogs.com/hajerbin/p/7098055.html 解决的问题: 1、代码中改变了dom,又想在后续的代码中操作此dom(自己不知道dom什么时候渲染就绪)。此用法对比Vue的nextTick()。 2、onkeypress等事件的触发是有先后顺序 阅读全文
posted @ 2019-11-07 04:09 xunhanliu 阅读(741) 评论(0) 推荐(0) 编辑
摘要: 当使用commit提交载荷的时候,mutation中接受参数使用解构的方式获取,如果解构不正确的话,程序就进入“黑洞了”!(不会卡死掉,但commit后面的程序不会执行)。 阅读全文
posted @ 2019-10-26 12:52 xunhanliu 阅读(420) 评论(0) 推荐(0) 编辑