摘要:
安装教程:注意我是使用root 用户安装的 ubuntu系统镜像连接: https://releases.ubuntu.com/18.04/ 我下载的版本是 “ubuntu-18.04.6-desktop-amd64.iso” 用VMware 启动安装ubuntu系统 安装教程连接参考其他博主: h 阅读全文
摘要:
1.vue -v 检查自己的 vue-cli 版本号是否新版 2. 最好卸载旧版vue-cli npm uninstall vue-cli -g 3.重新安装新版vue-cli npm install -g @vue/cli 4. 创建vue项目命令 vue create demo //文件名 不支 阅读全文
摘要:
报错前代码 代码修改为 阅读全文
摘要:
(function (window) { // *****fomr表单提交解决地址栏过长********************************************************************************************************** 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
摘要:
<iframe frameborder="0" width="100%" height="100%" id="gzglym" scroll="no" src=""></iframe> 父页面代码 // iframe自适应高度 function changeFrameHeight(){ var ifm 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文