- 博客(7)
- 收藏
- 关注
原创 Eslint配置问题
Eslint配置问题rule规则配置解释Eslint问题解决方案rule规则配置解释"no-alert": 0,//禁止使用alert confirm prompt"no-array-constructor": 2,//禁止使用数组构造器"no-bitwise": 0,//禁止使用按位运算符"no-caller": 1,//禁止使用arguments.caller或arguments.callee"no-catch-shadow": 2,//禁止catch子句参数与外部作用域变量同名"no-c
2020-07-01 10:19:17
430
原创 Java使用POI把word文档转化成html
/** * 将docx文件转成html. * <p> * * @Title: docxToHtml * </p> * <p> * @Description: * </p> * * @param inputStream docx文件流. * @r...
2020-03-19 23:16:35
1597
3
原创 JS鼠标的拖拽原理
一、拖拽的流程动作鼠标按下鼠标移动鼠标松开二、拖拽流程中对应的JS事件鼠标按下会触发onmousedown事件obj.onmousedown = function(e) { //.......... } 鼠标移动会触发onmousemove事件obj.onmousemove = function(e) { //...... } ...
2020-02-20 20:01:06
239
原创 eclipse工具设置
eclipse背景保护色的设置Window > Preferences > General > Editors > Text Editors选择Background color设置色调为90,饱和度为85,亮度为204
2019-04-13 23:14:31
107
原创 vscode添加注释模版
ctrl+shift+p打开。 输入snippets点击进入用户代码片段配置。 输入CSS配置css.json/css。 进入css.json输入:{ "Print to cssTitle": { "prefix": "cssNoteTitle", "body": [ "/*", " *@description: ", " *@author: 查嘉磊 ", ...
2019-04-13 23:03:02
6948
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人