大飞_dafei

导航

上一页 1 2 3 4 5 6 7 ··· 49 下一页

2022年12月22日 #

Vue2和Vue3使用vue-print-nb实现打印功

摘要: Vue2和Vue3使用vue-print-nb实现打印功 Vue2使用vue-print-nb实现打印功Vue3使用vue3-print-nb实现打印功 Vue2 Vue2.0版本安装方法: npm install vue-print-nb --save // 1. 全局挂载 import Prin 阅读全文

posted @ 2022-12-22 21:55 大飞_dafei 阅读(1415) 评论(0) 推荐(0)

2022年12月2日 #

artDialog

摘要: jquery.artDialog.js 简单使用 需要引入三个文件 jquery.min.js, jquery.artDialog.js, iframeTools.js jquery.min.js, jquery.artDialog.js, iframeTools.js 01) 打开一个基本弹窗 < 阅读全文

posted @ 2022-12-02 20:34 大飞_dafei 阅读(105) 评论(0) 推荐(0)

2022年11月28日 #

滚动条滚动到起始的实现方式

摘要: 滚动条滚动到起始的实现方式 window.scrollTo({ left: 0, top: 0, behavior: 'smooth' }) window.scrollTo(0, 0); 阅读全文

posted @ 2022-11-28 18:36 大飞_dafei 阅读(40) 评论(0) 推荐(0)

2022年10月24日 #

浏览器Chrome 截屏命令

摘要: 01) F12 02) Ctrl+Shift +P(Windows) 或 Command+Shift+P(Mac)03) ◆ 整个网页:Capture full size screenshot ◆ 节点网页:Capture node screenshot ◆ 当前屏幕:Capture screens 阅读全文

posted @ 2022-10-24 08:33 大飞_dafei 阅读(221) 评论(0) 推荐(0)

2022年10月21日 #

JavaScript禁止在网页中右键和选取功能

摘要: JavaScript禁止在网页中右键和选取功能 document.oncontextmenu = new Function('event.returnValue=false;') document.onselectstart = new Function('event.returnValue=fal 阅读全文

posted @ 2022-10-21 16:51 大飞_dafei 阅读(38) 评论(0) 推荐(0)

2022年9月27日 #

IDEA控制台输出中文为乱码解决方法

摘要: IDEA控制台输出中文为乱码解决方法 当前环境: IntelliJ IDEA 2021.3 he JDK18 01)在IDEA设置中修改编码设置 02)修改IDEA安装文件idea64.exe.vmoptions修改 -Xms128m -Xmx750m -XX:ReservedCodeCacheSi 阅读全文

posted @ 2022-09-27 10:28 大飞_dafei 阅读(1503) 评论(0) 推荐(0)

2022年9月23日 #

IDEA 中jdk版本切换

摘要: IDEA 中jdk版本切换 idea中引入的jdk版本是11,由于11中有些包和8中有区别,需要切换回jdk8 在 settings 中修改 在 project Structrue 中修改 阅读全文

posted @ 2022-09-23 16:51 大飞_dafei 阅读(253) 评论(0) 推荐(0)

mvn 下载依赖 pinyin4j 出错

摘要: mvn 下载依赖 pinyin4j 出错 Cannot resolve net.sourceforge.pinyin4j:pinyin4j:2.5.0 Cannot resolve net.sourceforge.pinyin4j:pinyin4j:2.5.0 SpringBoot 项目中处理 到h 阅读全文

posted @ 2022-09-23 10:56 大飞_dafei 阅读(1600) 评论(0) 推荐(0)

2022年9月22日 #

Intellij IDEA 2021.3 开发插件

摘要: Intellij IDEA 2021.3 开发插件 注意JDK版本最低要11 01) 使用Jetbrains的github模板 intellij-platform-plugin-template https://github.com/JetBrains/intellij-platform-plugi 阅读全文

posted @ 2022-09-22 10:03 大飞_dafei 阅读(859) 评论(0) 推荐(0)

2022年8月30日 #

JetBrains 里不为人知的秘密(17)---对比文件

摘要: JetBrains 里不为人知的秘密(17) 对比文件 比较项目文件 在 macOS 上按 ⌘ 1(在 Windows 和 Linux 上按 Alt+1)打开 Project(项目)工具窗口,或者导航到 View | Tool Windows | Project(视图 | 工具窗口 | 项目)。 然 阅读全文

posted @ 2022-08-30 13:49 大飞_dafei 阅读(192) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 49 下一页