大飞_dafei

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页

2021年11月23日 #

Element Plus 中 icon 使用

摘要: Element Plus 中 icon 使用 <el-icon> <!-- 动态组件 --> <component :is="`edit`" /> <component :is="`avatar`" /> <el-icon :size="20"> <component :is="`box`" /> 阅读全文

posted @ 2021-11-23 15:24 大飞_dafei 阅读(3202) 评论(0) 推荐(0)

简单form表单样式

摘要: 简单form表单样式 01) 输入框 input <style type="text/css"> .input-wrapper{ width: 20%; border: 2px solid #ff6b81; } input{ outline: none; color: #90ee90; border 阅读全文

posted @ 2021-11-23 12:07 大飞_dafei 阅读(199) 评论(0) 推荐(0)

2021年11月18日 #

Element UI Dropdown 下拉菜单

摘要: Element UI Dropdown 下拉菜单 Element UI Dropdown 下拉菜单 简单使用 <el-dropdown trigger="click" @command="handleChange"> <span class="el-dropdown-link"> 下拉菜单<i cl 阅读全文

posted @ 2021-11-18 14:04 大飞_dafei 阅读(849) 评论(0) 推荐(0)

2021年11月14日 #

Microsoft OneNote 简单使用

摘要: Microsoft OneNote 简单使用 可以手写的笔记 阅读全文

posted @ 2021-11-14 23:22 大飞_dafei 阅读(160) 评论(0) 推荐(0)

Webstorm 根据当前项目配置ESlint

摘要: Webstorm 根据当前项目配置ESlint 阅读全文

posted @ 2021-11-14 16:48 大飞_dafei 阅读(112) 评论(0) 推荐(0)

查看npm配置

摘要: 查看npm配置 fei@DESKTOP-J45LEIL MINGW64 ~/Desktop $ npm config list // 执行命令 ; cli configs metrics-registry = "https://registry.npmjs.org/" scope = "" user 阅读全文

posted @ 2021-11-14 16:42 大飞_dafei 阅读(256) 评论(0) 推荐(0)

2021年11月12日 #

Windwos 10中80端口被系统占用

摘要: Windows 10中80端口被系统占用 01) 查看那个进程占用80端口 netstat -ano|findstr 80 02) 再次确定80端口是谁在使用 02-1) 直接用浏览器访问 127.0.0.1:80 ,结果访问不到 02-2) 改用 telnet 测试 telnet 127.0.0. 阅读全文

posted @ 2021-11-12 01:53 大飞_dafei 阅读(135) 评论(0) 推荐(0)

Node 版本管理nvm使用

摘要: Node 版本管理nvm使用 01) 下载 nvm nvm-setup.zip https://github.com/coreybutler/nvm-windows/releases 选择 nvm-setup.zip 版本 nvm-setup.zip 02) nvm version 查看版本03) 阅读全文

posted @ 2021-11-12 00:35 大飞_dafei 阅读(54) 评论(0) 推荐(0)

2021年11月10日 #

JetBrains 里不为人知的秘密(15)---Webstorm 内置预览功能

摘要: JetBrains 里不为人知的秘密(15) Webstorm 内置预览功能 Built-in Preview 内置预览功能快捷键: Alt + F2 阅读全文

posted @ 2021-11-10 09:50 大飞_dafei 阅读(1044) 评论(0) 推荐(0)

Visual Studio Code 关闭自动更新

摘要: Visual Studio Code 关闭自动更新 VS Code 关闭自动更新 Update: Enable Windwos Background Updates Enable to download and install new VS Code versions in the backgrou 阅读全文

posted @ 2021-11-10 09:08 大飞_dafei 阅读(291) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 49 下一页