logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

ubuntu 命令行删除apt-key

如何删除呢?First you need to find the key id of the key you added. Do this by the command:sudo apt-key listIt will list all the keys that you have, with each entry looking like this:pub1024R/B4...

Anaconda 删除自己配置的镜像源

显示原来的镜像源$ conda config --showchannels:- https://pypi.doubanio.com/simple/- defaults添加新镜像源$ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ch...

Win10安装CUDA10和cuDNN

官方安装教程CUDA:https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.htmlcuDNN:https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#installwindowsWIN10安装CUDA10CUDA...

docker国内拉取镜像太慢的问题

docker国内pull镜像太慢,可以用下面到命令来加速:docker pull daocloud.io/daocloud/yourImageName:latest

强烈推荐一个开源的根据json schema生成form表单的开源项目

如题,最近发现一个很不错的开源项目,使用json schema生成form表单,极大地方便数据校验和与后端api的对接能力,因为最后post到后端的可以是一个非常复杂的json,而用传统的form表单要做出复杂json非常麻烦!废话不多说,先上效果图:有没有被惊艳到?整个技术栈用的是vue+elementui+json schema,感兴趣的朋友可以点开下面的链接看一下:https://githu

#vue.js
vscode 中,vue导入组件路径提示

下载vscode插件 Path Autocompletevscode安装 Path Autocomplete插件在项目根目录创建一个 jsconfig.json文件,内容如下jsconfig.json{"compilerOptions": {"baseUrl": ".","paths": {"@/*": ["src/*"]},"target": "ES6",...

到底了