摘要:
挂载云硬盘 最近更新时间:2021-01-27 22:01:29 前往 GitHub 编辑 我的收藏 本页目录: 自动挂载 挂载数据盘(Windows) 挂载数据盘(Linux) 手动挂载 使用控制台挂载云硬盘 使用 API 挂载云硬盘 开启磁盘热插拔功能 您可以将弹性云硬盘(作为云服务器的数据盘使 阅读全文
posted @ 2021-06-13 09:50
奋斗小青年1
阅读(346)
评论(0)
推荐(0)
摘要:
Centos安装脚本 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh Ubuntu/Deepin安装脚本 wget -O install.s 阅读全文
posted @ 2021-06-08 12:11
奋斗小青年1
阅读(266)
评论(0)
推荐(0)
摘要:
Google开发者证书信息有误,请重新填写相关信息 Android 证书文件不是有效的keystore文件Hbulider 一开始一直按网上的方法生成证书发现生成出来的证书一直是无效的证书。然后就想到应该是hbuilder解析不了证书格式于是开始折腾先去下载了hbuilder官方的证书,用keyto 阅读全文
posted @ 2021-06-08 11:10
奋斗小青年1
阅读(392)
评论(0)
推荐(0)
摘要:
form.submit is not a function 解决办法 form 表单中有 name='submit' 导致js 不认识submit(), 解决方法:将 form 中 name 为 'submit' 的元素名改掉。 阅读全文
posted @ 2021-06-02 14:48
奋斗小青年1
阅读(53)
评论(0)
推荐(0)
摘要:
检查状态:git status 提交代码git add --all / .git commit -m 'xxx' git push origin master 初始化:git init 添加远程仓库:git remote add origin addr 检查远程仓库是否成功:git remote s 阅读全文
posted @ 2021-06-01 15:41
奋斗小青年1
阅读(36)
评论(0)
推荐(0)