一、安装element plus:$ yarn add element-plus --dev 二、导入、引用: 三、首次运行时:$ yarn install 四、启动项目:$ yarn dev ...
分类:
系统相关 时间:
2021-04-21 11:52:31
阅读次数:
0
很多人第一想法就是重新安装Xcode,但是Xcode对内存要求很高,并不是每个人都想安装或者说都能安装的,其实,只需要安装个别配置就好了。 删除已经安装的CommandLineTools sudo rm -rf $(xcode-select -p) 重新安装 sudo xcode-select -- ...
分类:
系统相关 时间:
2021-04-21 11:51:43
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:
系统相关 时间:
2021-04-21 11:49:55
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
分类:
Web程序 时间:
2021-04-21 11:46:08
阅读次数:
0
###重装系统,安装python3.7.5之后,使用pip3 install ipython时出现了报错信息: Can't connect to HTTPS URL because the SSL module is not available 1、cd 到Python-3.7.5目录下,重新编译安 ...
分类:
Web程序 时间:
2021-04-20 15:43:58
阅读次数:
0
No module named 'skimage' ModuleNotFoundError: No module named 'skimage' (wind_202104) F:\TensorflowProject\maks_rcnn_2018> (wind_202104) F:\Tensorflo ...
分类:
其他好文 时间:
2021-04-20 15:34:04
阅读次数:
0
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:
系统相关 时间:
2021-04-20 15:02:28
阅读次数:
0
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:
其他好文 时间:
2021-04-19 15:45:32
阅读次数:
0
每隔 0.5 秒输出当前 .git 目录的文件 watch -n .5 "tree .git" 需要安装 watch 和 tree 命令, brew install watch brew install tree ...
分类:
系统相关 时间:
2021-04-19 15:36:48
阅读次数:
0
UGUI源码 地址:https://github.com/Unity-Technologies/uGUI 文档:https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/index.html URP源码 于Package Manager里 ...
分类:
编程语言 时间:
2021-04-19 15:35:05
阅读次数:
0