2020年1月17日

解决虚拟机centOs不能上网问题

摘要: https://baijiahao.baidu.com/s?id=1597809303775176940&wfr=spider&for=pc 阅读全文

posted @ 2020-01-17 11:25 芦荟~lh 阅读(109) 评论(0) 推荐(0) 编辑

svn冲突解决

摘要: 先revert 再更新 即放弃现有的修改 更新为服务器端最新的版本 https://blog.csdn.net/qq_36607076/article/details/82804232 阅读全文

posted @ 2020-01-17 11:24 芦荟~lh 阅读(63) 评论(0) 推荐(0) 编辑

cookie、session、localStorage

摘要: https://www.cnblogs.com/pengc/p/8714475.html https://segmentfault.com/a/1190000017962411 token:https://www.cnblogs.com/nickjiang/p/9148136.html 阅读全文

posted @ 2020-01-17 11:15 芦荟~lh 阅读(64) 评论(0) 推荐(0) 编辑

python使用pip安装第三方库(工具包)速度慢、超时、失败的解决方案

摘要: https://www.cnblogs.com/zxyza/p/10050686.html 阅读全文

posted @ 2020-01-17 11:10 芦荟~lh 阅读(147) 评论(0) 推荐(0) 编辑

单位换算

摘要: 1Mb=1024k=1024 1024Byte 阅读全文

posted @ 2020-01-17 11:04 芦荟~lh 阅读(119) 评论(0) 推荐(0) 编辑

Chrome浏览器network使用

摘要: https://segmentfault.com/a/1190000012057767 格式化查看前端代码 查看盒子模型 编辑样式 双击转成可编辑模式以后可以通过上下方向键调整数值 阅读全文

posted @ 2020-01-17 11:00 芦荟~lh 阅读(438) 评论(0) 推荐(0) 编辑

2020年1月16日

一次完整的仓库建立、推送、远程拉取

摘要: 创建本地仓库: 1)进入工程目录下,打开git bash 2)i初始化仓库:git init 查看状态:git status 1)任何使用都可以使用 提交到暂存区,提交后会提示:changes to be commited...to unstage 1)提交1个文件: git add log.txt 阅读全文

posted @ 2020-01-16 22:05 芦荟~lh 阅读(209) 评论(0) 推荐(0) 编辑

推送至远程仓库使用git push -u的原因

摘要: 第一次把本地仓库推送至远端时,为了以后方便一定要使用 git push u origin master [此处是把本地的master分支推送至远程的master分支] 阅读全文

posted @ 2020-01-16 21:23 芦荟~lh 阅读(284) 评论(0) 推荐(0) 编辑

warning: LF will be replaced by CRLF in ** 的原因及解决办法

摘要: https://blog.csdn.net/man_zuo/article/details/88651416 阅读全文

posted @ 2020-01-16 21:18 芦荟~lh 阅读(262) 评论(0) 推荐(0) 编辑

ffmpeg使用

摘要: https://www.jianshu.com/p/ddafe46827b7 提取视频第一帧:ffmpeg i 录屏.mp4 vframes 1 f image2 out.jpg 录屏.mp4是文件的路径和文件名,out.jpg是提取后的图片命名 基于python: https://www.cnbl 阅读全文

posted @ 2020-01-16 17:15 芦荟~lh 阅读(92) 评论(0) 推荐(0) 编辑

导航