上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 90 下一页
摘要: 1 chown -R work:work 3:https://blog.csdn.net/uniquewonderq/article/details/50774484 u 代表用户. g 代表用户组. o 代表其他. a 代表所有 这意味着chmod u+x somefile 只授予这个文件的所属者 阅读全文
posted @ 2020-09-15 17:40 Running00 阅读(70) 评论(0) 推荐(0)
摘要: 将 Library=>Application Support=>Google=>Chorme 删除 阅读全文
posted @ 2020-08-21 21:15 Running00 阅读(237) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/dac73dea0fec https://juejin.im/post/6844904095652790285 chrome 默认字体 阅读全文
posted @ 2020-08-21 19:55 Running00 阅读(98) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_39953750/article/details/103223332?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~rank_v25 阅读全文
posted @ 2020-08-14 21:53 Running00 阅读(129) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/a07777d0b018 git tag tag_name git push origin tag_name 删除tag git tag -d v1.0.1 阅读全文
posted @ 2020-08-14 20:01 Running00 阅读(85) 评论(0) 推荐(0)
摘要: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes https://lzw.me/a/chrome-flags-autoplay-policy.html https://blog.p2hp.com/arc 阅读全文
posted @ 2020-08-13 17:07 Running00 阅读(110) 评论(0) 推荐(0)
摘要: open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir 自动播放 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Ch 阅读全文
posted @ 2020-08-13 15:37 Running00 阅读(78) 评论(0) 推荐(0)
摘要: /* Enable the "Request Desktop Site" functions on mobile chrome (android and iOS) allow users to see desktop layouts on responsive sites. Note that th 阅读全文
posted @ 2020-08-11 17:03 Running00 阅读(112) 评论(0) 推荐(0)
摘要: this.connect = new WebSocket(ws://${location.host}/ws); this.connect.onmessage // 数据处理 this.connect.onclose // 重新连接 阅读全文
posted @ 2020-08-11 14:15 Running00 阅读(85) 评论(0) 推荐(0)
摘要: 情况一: 公告栏轮播:每1s执行一次1-3 1)step1:将数组第一个push到数组末尾 2)transform:translateY,改变Y的值到 负数 元素的高度位置,transition:transform 500ms ease,(500ms之后到达负元素高度位置) 3)500ms之后,将第 阅读全文
posted @ 2020-08-11 10:43 Running00 阅读(309) 评论(0) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 90 下一页