摘要: 1. 必要环境 请确保已安装 node npm webpack 2.创建一个test文件夹 mkdir test && cd test && npm init 3. 创建 webpack.dev.config.js const path = require('path') const {CleanW 阅读全文
posted @ 2021-05-10 19:19 qukaige 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 请确保已经安装完一下命令: npm node webpack zip cp 命令 1. 安装 mendix-cli npm install mendix-cli -g 2. 创建widget项目 mendix create widgetName 3. 执行命令 cd widgetName && np 阅读全文
posted @ 2021-05-10 18:37 qukaige 阅读(321) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/violet_echo_0908/article/details/50129679 netstat -ano | findstr 80 //列出进程极其占用的端口,且包含 80 tasklist | findstr 9268 //第二步, 据进程号寻找进程 阅读全文
posted @ 2021-05-10 11:29 qukaige 阅读(74) 评论(0) 推荐(0) 编辑