摘要:
vs code配置vue自动格式化 我他妈的要被这个vs code的格式化逼疯了。我在网上看了很多的文章,不是太老就是不好使,遇到太多坑了。在这贴出自己的配置,虽然有多余的代码,虽然可能在未来的更新中用不了,虽然功能不是十分完全,但是希望能帮助到被逼疯的你。希望大神能给我挑挑毛病,下面开始。 控制变 阅读全文
摘要:
话不多说,直接上 if (window.performance.navigation.type 0/* 正常访问 */) { // 你要干的事 } else if (window.performance.navigation.type 1/* 刷新 */) { // 你要干的事 } else if 阅读全文
摘要:
一.推荐方法 "scripts": { "serve": "vue-cli-service serve --port 3000", "build": "vue-cli-service build", }, 在package.json中的scripts下的serve追加--port 3000 二.np 阅读全文
摘要:
index.html <html> <body> <h2> perl read img </h2> <img src = "display.html"> </body> </html> display.html可以改写成display.cgi display.html #! /usr/bin/per 阅读全文