大飞_dafei

导航

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

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 阅读(210) 评论(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 阅读(30) 评论(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 阅读(1429) 评论(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 阅读(223) 评论(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 阅读(1358) 评论(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 阅读(831) 评论(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 阅读(155) 评论(0) 推荐(0) 编辑

2022年8月28日 #

Vue3+vite+js 配置别名@报错

摘要: Vue3+vite+js 配置别名@报错 vue3项目中配置vite.config.js时使用path模块报错,一直警告找不大到path模块 原因:path模块是node.js内置的功能,但是node.js本身并不支持ts解决方案:安装@types/node npm install @types/n 阅读全文

posted @ 2022-08-28 12:05 大飞_dafei 阅读(1708) 评论(1) 推荐(0) 编辑

2022年8月26日 #

Webstorm 开发格式化时之 rpx 出现空格解决方案

摘要: Webstorm 开发格式化时之 rpx 出现空格解决方案 当写好程序后, 格式化如下: rpx 前自动出现空格, 或者一直是红色波浪线 使用插件 wechat-miniprogram-plugin 阅读全文

posted @ 2022-08-26 07:14 大飞_dafei 阅读(850) 评论(0) 推荐(1) 编辑

2022年8月23日 #

uniapp 使用Vue3 setup组合式API 引入 uniapp 的 页面生命周期

摘要: uniapp 使用Vue3 setup组合式API 引入 uniapp 的 页面生命周期 <template> <view class="content"> <image class="logo" @click="handleFei" src="/static/logo.png"></image> 阅读全文

posted @ 2022-08-23 00:10 大飞_dafei 阅读(2296) 评论(0) 推荐(0) 编辑

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