Skip to content

Commit 9d1ba96

Browse files
committed
25/06/21
1 parent 10c74f0 commit 9d1ba96

11 files changed

+276
-227
lines changed

Plugin/BGF处理Git历史Blob文件.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ git push
9797

9898
而对于其他问题,通常都是无法避免的问题,因为`Git`的特性决定了这个问题的存在。如果需要处理历史提交中私有文件的泄漏,则通常认为是不可靠的,此时必须要立即修正密钥。因此无论是当前提交还是在处理历史提交的时候,需要谨慎操作,不要泄漏私密文件,尽量避免对历史提交的处理。
9999

100-
## Blog
100+
## 每日一题
101101

102102
- <https://github.com/WindRunnerMax/EveryDay>
103103

Plugin/Git与SVN对比.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| 内容管理 | `SVN`对中文支持好,操作简单。 | 对程序的源代码管理方便,代码库占用的空间少,易于分支化管理。 |
2323
| 学习成本 | 使用起来更方便,`SVN`对中文支持好,操作简单。 | 更在乎效率而不是易用性,成本较高,有很多独有的命令如`rebase`、远程仓库交互的命令等等。 |
2424
| 权限管理 | `SVN`的权限管理相当严格,可以按组、个人针对某个子目录的权限控制,每个目录下都会有个`.SVN`的隐藏文件。 | `Git`没有严格的权限管理控制,只有账号角色划分。 |
25-
| 管理平台 | 有功能非常完善的插件。 | 除功能插件外,还有`Gitlab``Gerrit``GitHub`等。 |
25+
| 管理平台 | 有功能非常完善的插件。 | 除功能插件外,还有`GitLab``Gerrit``GitHub`等。 |
2626

2727
## 每日一题
2828

Plugin/基于ServiceWorker的文件传输方案.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -739,23 +739,19 @@ const postToMain = (id: string, payload: string) => {
739739

740740
## 每日一题
741741

742-
```
743-
https://github.com/WindrunnerMax/EveryDay
744-
```
742+
- <https://github.com/WindRunnerMax/EveryDay>
745743

746744
## 参考
747745

748-
```
749-
https://juejin.cn/post/6844904029244358670
750-
https://github.com/jimmywarting/StreamSaver.js
751-
https://github.com/jimmywarting/native-file-system-adapter
752-
https://developer.mozilla.org/zh-CN/docs/Web/API/FetchEvent
753-
https://nodejs.org/docs/latest/api/stream.html#types-of-streams
754-
https://developer.mozilla.org/en-US/docs/Web/API/TransformStream
755-
https://help.aliyun.com/zh/oss/user-guide/map-custom-domain-names-5
756-
https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/a#download
757-
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Content-Disposition
758-
https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Concepts#backpressure
759-
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects
760-
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
761-
```
746+
- <https://juejin.cn/post/6844904029244358670>
747+
- <https://github.com/jimmywarting/StreamSaver.js>
748+
- <https://github.com/jimmywarting/native-file-system-adapter>
749+
- <https://developer.mozilla.org/zh-CN/docs/Web/API/FetchEvent>
750+
- <https://nodejs.org/docs/latest/api/stream.html#types-of-streams>
751+
- <https://developer.mozilla.org/en-US/docs/Web/API/TransformStream>
752+
- <https://help.aliyun.com/zh/oss/user-guide/map-custom-domain-names-5>
753+
- <https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/a#download>
754+
- <https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Content-Disposition>
755+
- <https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Concepts#backpressure>
756+
- <https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects>
757+
- <https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm>

Plugin/基于WebRTC的局域网文件传输.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -898,32 +898,29 @@ const onDownloadFile = (id: string, fileName: string) => {
898898
899899
## 每日一题
900900
901-
```
902-
https://github.com/WindrunnerMax/EveryDay
903-
```
901+
- <https://github.com/WindRunnerMax/EveryDay>
904902
905903
## 参考
906904
907-
```
908-
http://v6t.ipip.net/
909-
https://icetest.info/
910-
https://www.stunprotocol.org/
911-
https://global.v2ex.co/t/843359
912-
https://webrtc.github.io/samples/
913-
https://bford.info/pub/net/p2pnat/
914-
https://blog.p2hp.com/archives/11075
915-
https://zhuanlan.zhihu.com/p/86759357
916-
https://zhuanlan.zhihu.com/p/621743627
917-
https://github.com/RobinLinus/snapdrop
918-
https://web.dev/articles/webrtc-basics
919-
https://juejin.cn/post/6950234563683713037
920-
https://juejin.cn/post/7171836076246433799
921-
https://chidokun.github.io/p2p-file-transfer
922-
https://bloggeek.me/webrtc-vs-websockets/amp
923-
https://github.com/wangrongding/frontend-park
924-
https://web.dev/articles/webrtc-infrastructure
925-
https://socket.io/zh-CN/docs/v4/server-socket-instance/
926-
https://socket.io/zh-CN/docs/v4/client-socket-instance/
927-
https://developer.mozilla.org/zh-CN/docs/Web/API/RTCPeerConnection/createDataChannel
928-
https://developer.mozilla.org/zh-CN/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample
929-
```
905+
- <http://v6t.ipip.net/>
906+
- <https://icetest.info/>
907+
- <https://www.stunprotocol.org/>
908+
- <https://global.v2ex.co/t/843359>
909+
- <https://webrtc.github.io/samples/>
910+
- <https://bford.info/pub/net/p2pnat/>
911+
- <https://blog.p2hp.com/archives/11075>
912+
- <https://zhuanlan.zhihu.com/p/86759357>
913+
- <https://zhuanlan.zhihu.com/p/621743627>
914+
- <https://github.com/RobinLinus/snapdrop>
915+
- <https://web.dev/articles/webrtc-basics>
916+
- <https://juejin.cn/post/6950234563683713037>
917+
- <https://juejin.cn/post/7171836076246433799>
918+
- <https://chidokun.github.io/p2p-file-transfer>
919+
- <https://bloggeek.me/webrtc-vs-websockets/amp>
920+
- <https://github.com/wangrongding/frontend-park>
921+
- <https://web.dev/articles/webrtc-infrastructure>
922+
- <https://socket.io/zh-CN/docs/v4/server-socket-instance/>
923+
- <https://socket.io/zh-CN/docs/v4/client-socket-instance/>
924+
- <https://developer.mozilla.org/zh-CN/docs/Web/API/RTCPeerConnection/createDataChannel>
925+
- <https://developer.mozilla.org/zh-CN/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample>
926+

0 commit comments

Comments
 (0)