08 2019 档案

摘要:aardio 文档 根据官方帮助手册制作了一份文档,添加了一些特性。 支持手机阅读 不用电脑也可以学习 aau 了,不受屏幕大小限制,你的小清新还是你的小清新~ 简单的搜索功能 快捷复制示例代码 基于URL定位文档位置 群里小白太多(我也是小白),有某个知识点不了解?直接丢给他一个URL,自动定位到 阅读全文
posted @ 2019-08-29 12:51 程序媛李李李李蕾 阅读(2117) 评论(0) 推荐(0) 编辑
摘要:修改 commit 历史 参考:修改 git 历史提交 commit 信息(重写历史)git 修改已提交的内容 git init echo t.md>.gitignore git add .gitignore git commit -m "gitignore" # 创建文件并提交修改 echo a> 阅读全文
posted @ 2019-08-27 15:41 程序媛李李李李蕾 阅读(727) 评论(0) 推荐(0) 编辑
摘要:var Run = function (arg) { return new Run.prototype.init(arg) } Run.prototype = { init: function () { this.name = 'xw' return this }, save: function ( 阅读全文
posted @ 2019-08-24 16:55 程序媛李李李李蕾 阅读(253) 评论(0) 推荐(0) 编辑
摘要:腾讯云短信 nodejs 接入, 通过验证码修改手机示例 参考:腾讯云短信文档国内短信快速入门qcloudsms Node.js SDK文档中心>短信>错误码 nodejs sdk 使用示例 const QcloudSms = require('qcloudsms_js'); const cfg = 阅读全文
posted @ 2019-08-23 17:33 程序媛李李李李蕾 阅读(1422) 评论(0) 推荐(0) 编辑
摘要:vue 上拉加载更多示例代码 可以比较简单的改为 mpvue , 去除滚动判断,直接放在 onReachBottom 周期即可。 html <div id="app"> <div class="integralPage"> <div class="itemList"> <div class="ite 阅读全文
posted @ 2019-08-22 16:22 程序媛李李李李蕾 阅读(1730) 评论(0) 推荐(0) 编辑
摘要:curl 转 wget // sed -e 's@-H @--header=@g;s@^curl @wget @g;s@--compressed$@@g' $crf var curlStr = `curl 'https://www.baidu.com/favicon.ico' -H 'Pragma: 阅读全文
posted @ 2019-08-19 09:56 程序媛李李李李蕾 阅读(959) 评论(0) 推荐(0) 编辑
摘要:A locket on a chainA bow that's made from rainA briar grows entwined with roseI've come to be forever at your feet项链上的小吊盒雨水划出的弧线缠绕着月季的野蔷薇我将与你永相随A blos 阅读全文
posted @ 2019-08-18 19:30 程序媛李李李李蕾 阅读(448) 评论(0) 推荐(0) 编辑
摘要:Ubuntu 配置镜像源 注, 如果添加镜像后没有自己要安装的软件, 切回原镜像即可, 只是有点慢. cp /etc/apt/sources.list /etc/apt/sources.list.bak echo ''>/etc/apt/sources.list echo deb https://m 阅读全文
posted @ 2019-08-15 15:48 程序媛李李李李蕾 阅读(3732) 评论(0) 推荐(0) 编辑
摘要:查看正在运行的容器是通过什么命令启动的: docker ps -a --no-trunc查看容器或镜像的详细信息命令: docker inspect 容积或镜像ID查看容器列表中的某些列: docker ps -a --format "{{.ID}}: {{.Command}}" ​ 查看正在运行的 阅读全文
posted @ 2019-08-09 11:00 程序媛李李李李蕾 阅读(198) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示