240 发简信
IP属地:北京
  • electron-vue发布(笔记)

    本地下载运行 1、vue init simulatedgreg/electron-vue my-project打包工具用的electron-bu...

  • linux 安装node (笔记)

    1、选择文件夹(我放到了home下) 下载wget https://npm.taobao.org/mirrors/node/v12.14.1/n...

  • async/await (笔记)

    fun (n) {return new Promise((resolve, reject) => {setTimeout(() => {reso...

  • Resize,w 360,h 240
    nginx 解决跨域(笔记)

    location / { root html; index index.html index.htm; try_files uri/ /in...

  • Resize,w 360,h 240
    vue-cli3 css中使用全局变量(笔记)

    css: { / / loaderOptions: { sass: { data: } } } $mainBg: var(--test, red);

  • linux docker 安装 mysql

    1、拉取镜像 (这里是最新版本)docker pull mysql:latest2、查看是否已安装 mysqldocker images3、启动...

  • linux 安装 docker / docker 安装 nginx

    参考https://www.runoob.com/docker/centos-docker-install.html[https://www.r...

  • linux 安装 nginx

    1、 进入 home 目录cd home2、 下载nginx网站下载地址: https://nginx.org/download[https:/...

  • Resize,w 360,h 240