上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 马的 搞了我半个钟 出现这种情况是我们当前安装的webpack版本和原项目对比的版本太高了 首先 卸载 cnpm uninstall webpack -D 然后安装4.0.0这个版本 cnpm install webpack@^4.0.0 -D 阅读全文
posted @ 2021-12-01 22:55 南柯Dream丶 阅读(704) 评论(0) 推荐(0)
摘要: 全局安装 cnpm webpack -g 或者项目目录直接 cnpm install webpack -D 安装后webpack -v 会提示是否安装webpack-cli脚手架 yes就完事 阅读全文
posted @ 2021-12-01 22:32 南柯Dream丶 阅读(183) 评论(0) 推荐(0)
摘要: 将lang="scss"改为type="text/scss" 阅读全文
posted @ 2021-12-01 20:10 南柯Dream丶 阅读(1926) 评论(0) 推荐(0)
摘要: 1、我的项目问题原因:我的node的版本影响了node-sass的应用。 2、解决办法:卸载当前版本,安装最新版本的node-sass yarn remove node-sass yarn add node-sass --save-dev 删除node_modules依赖,重新安装依赖 yarn i 阅读全文
posted @ 2021-12-01 10:00 南柯Dream丶 阅读(1022) 评论(0) 推荐(0)
摘要: cmd窗口 1、查看端口占用 netstat -ano 2.查看指定端口的占用情况netstat -aon|findstr 8080 数字为端口号 3.查看PID对应的进程tasklist|findstr 5769 数字为PID 4.显示出当前运行的程序 tasklist 4.结束该进程 taskk 阅读全文
posted @ 2021-11-30 19:53 南柯Dream丶 阅读(133) 评论(0) 推荐(0)
摘要: 在官网后缀添加robots.txt 网站的根路径/robots.txt User-agent: * Disallow: /?* Disallow: /pop/*.html Disallow: /pinpai/*.html?* User-agent: EtaoSpider Disallow: / Us 阅读全文
posted @ 2021-11-30 15:22 南柯Dream丶 阅读(975) 评论(0) 推荐(1)
摘要: NetBeans配置:https://www.lanzouw.com/ihYGGxoenrg 下载:https://wss1.cn/f/78j83r1711q 复制链接到浏览器打开 FinalShell下载 https://www.lanzouw.com/ienN9x1cq7e密码:byo2 FTP 阅读全文
posted @ 2021-11-29 23:32 南柯Dream丶 阅读(141) 评论(0) 推荐(0)
摘要: 文字:https://www.cnblogs.com/yjd_hycf_space/p/7730690.html 图文:https://blog.csdn.net/xiaoguaihai/article/details/8705992 端口占用:https://www.runoob.com/w3cn 阅读全文
posted @ 2021-11-29 16:12 南柯Dream丶 阅读(58) 评论(0) 推荐(0)
摘要: python基础教程 pandas中文文档 xlwings中文文档 requests中文文档 pyecharts官方文档 github :https://github.com/jobbole/awesome-python-cn 阅读全文
posted @ 2021-11-29 16:05 南柯Dream丶 阅读(38) 评论(0) 推荐(0)
摘要: 1. (其它) 在服务器上面搭建httpd服务器,首页是你个人的简单的自我介绍页面(拼音),并且附上你舍友的链接跳转。记得用ipconfig -all 合影 安装Apache-httpd yum install httpd -y cd到var/www/html下 cd /var/www/html 创 阅读全文
posted @ 2021-11-26 19:56 南柯Dream丶 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页