Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Django配置MYSQL
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), } } 这是django默认的sqlite数据库,以下是常见的数据库 django.db.backends.postgresql # PostgreSQL django.db.backends.mysql # ...
Vue踩坑手册
Vue3安装配置、开发环境搭建(卸载2) 开发需知 1node:简单来讲就是环境。支持前端框架的开发环境 node -v 2npm:是下载node的时候一起下载下来的下载工具,类似python的pip。 npm -v 3cnpm:是因为npm属于外国的东西。下载的时候总是出现网络问题。然后淘宝安排的镜像安装工具。(在安装完淘宝镜像后把npm指令换成cnpm就行。) cnpm -v 4vue-cli:这个是vue官方给配置的脚手架,用来快速启动一个vue项目而设计出来的。 vue -V 5...
Git上传文件到GitHub仓库
步骤1:Git基本设置 1、前置准备 本地需要安装git:https://git-scm.com/download/。 安装完成以后从桌面或开始菜单打开Git工具{点击Git bash 打开}。 2、Git基本信息设置 在git命令行内输入以下代码:引号内的填写你注册github时的用户名和电子邮件。 git config --global user.name "your name" git config --global user.email "your_email@163....
开源的Windows和office激活脚本
一条命令即可,无需安装任何软件