笔记

Adobe Zii 2020 已损坏打不开解决方法

Adobe Zii 2020 已损坏打不开的解决方法: 1、点击桌面底部程序坞的“访达”(笑脸图标),再点击访达左侧边栏“应用程序”进入应用程序目录,将加载的dmg安装包内的 Adobe Zii 2020 5.1.1.app 拖到“应用程序”目录...

gitee https 方式每次都要输入密码的解决

1、打开 git bush 执行一下这个命令 git config --global credential.helper store 2、触发下(拉取),输入帐号密码 3、再拉取下,就不会出现要输入帐号密码了

windows安装paddle

windows需手动下载shpely https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely pip install Shapely-1.7.1-cp38-cp38-win_amd64.whl pip install numpy==1.19 pip install paddlepaddle==2.0.0rc0 -i https...

在使用之前,这个缓存组件并没有默认集成,需要自己安装后才可以使用 yarn add lru-cache 1.nuxt.config.js module.exports = { render: { bundleRenderer: { cache: require('lru-cache')({ ...

设置NPM/Electron国内源

Yarn设置国内镜像 yarn config set registry https://registry.npm.taobao.org yarn config set disturl https://npm.taobao.org/dist yarn config set electron_mirror https://npm.taobao.org/mirrors/elect...

npm设置python路径

npm config set python=E:/command_program/Miniconda2/envs/py27_32/python.exe  

conda安装32位python

set CONDA_FORCE_32BIT=1 conda create -n py27_32 python=2.7  

windows手动安装宝塔

0.复制windows server的btsoft到本地 1.新建环境变量 BT_PANEL=D:\Btsoft\panel BT_PYTHON=E:\command_program\Miniconda2\envs\bt3 BT_SETUP=D:\Btsoft 加入path环境变量 E:\command_program\sqlite3 E...