10 2019 档案

摘要:初始化本地仓库 添加工作区内容到暂存区 提交到本地仓库 将本地代码push到远程库 从github clone项目 git全局设置 阅读全文
posted @ 2019-10-29 14:46 _DC 阅读(148) 评论(0) 推荐(0) 编辑
摘要:使用ssh地址 clone 时可能会出现以下错误 解决方案: 先删除.ssh文件夹 在cmd执行以下操作 此时已生成id_rsa.pub 文件,到github等远端仓库配置ssh公钥,即可 阅读全文
posted @ 2019-10-29 14:45 _DC 阅读(1284) 评论(0) 推荐(0) 编辑
摘要:1.下载源码 https://www.shikexu.com/wp-content/uploads/2019/01/openssl-1.0.2q.tar.gz 2.解压 3.配置 ./config 4.安装 make install 默认会安装在 /usr/local/ssl 中 config的时候 阅读全文
posted @ 2019-10-29 13:55 _DC 阅读(537) 评论(0) 推荐(0) 编辑
摘要:1.把canvas转为base64编码的数据 2.生成下载连接 a标签中的download 属性规定被下载的超链接目标。 阅读全文
posted @ 2019-10-18 16:23 _DC 阅读(3374) 评论(2) 推荐(0) 编辑
摘要:一个h5唤醒app的工具包 https://github.com/suanmei/callapp lib 启动手机chrome 的 url Schema 阅读全文
posted @ 2019-10-18 15:56 _DC 阅读(1823) 评论(0) 推荐(0) 编辑
摘要:火狐浏览器中的 autocompletion 火狐浏览器提供了表单自动填充的功能,当页面被刷新后会根据表单的历史数据自动填写表单的value值。 关闭自动填写表单 登录表单 禁止记住密码 autocomplete="new password" 更多内容查看:https://developer.moz 阅读全文
posted @ 2019-10-18 15:29 _DC 阅读(642) 评论(0) 推荐(0) 编辑
摘要:1.获取当前时间(年月日时分秒) Date 对象方法 阅读全文
posted @ 2019-10-15 18:25 _DC 阅读(429) 评论(0) 推荐(0) 编辑