@@ -14,20 +14,22 @@ Base64编码会把3字节的二进制数据编码为4字节的文本数据。
1414
1515 - [ demo1.py] [ 2 ] (内建模块的使用 - Use of built-in modules)
1616 - [ mybase.py] [ 3 ] (编码过程的实现 - Coding implementation)
17- - BaseUtil .py(封装base64模块 - Encapsulate the module)
18- - demo2.py(使用BaseUtil类 - Use the BaseUtil class)
17+ - [ base .py] [ 4 ] (封装base64模块 - Encapsulate the module)
18+ - [ demo2.py] [ 5 ] (使用BaseUtil类 - Use the BaseUtil class)
1919
2020### 参考博客
21- [ 【廖雪峰的官方网站】Python内建模块 Base64] [ 4 ]
21+ [ 【廖雪峰的官方网站】Python内建模块 Base64] [ 6 ]
2222
23- [ 【CSDN viclee108】关于Base64编码的理解] [ 5 ]
23+ [ 【CSDN viclee108】关于Base64编码的理解] [ 7 ]
2424
25- [ 【博客园 luguo3000】从原理上搞定Base64编码] [ 6 ]
25+ [ 【博客园 luguo3000】从原理上搞定Base64编码] [ 8 ]
2626
2727
2828 [ 1 ] : https://raw.githubusercontent.com/scriptgeeker/python-demo/master/__CDN__/Base64-principle.png
29- [ 2 ] : https://github.com/scriptgeeker/python-demo/blob/master/BaseCode/demo .py
29+ [ 2 ] : https://github.com/scriptgeeker/python-demo/blob/master/BaseCode/demo1 .py
3030 [ 3 ] : https://github.com/scriptgeeker/python-demo/blob/master/BaseCode/mybase.py
31- [ 4 ] : https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431954588961d6b6f51000ca4279a3415ce14ed9d709000
32- [ 5 ] : https://blog.csdn.net/goodlixueyong/article/details/52132250
33- [ 6 ] : http://www.cnblogs.com/luguo3000/p/3940197.html
31+ [ 4 ] : https://github.com/scriptgeeker/python-demo/blob/master/BaseCode/base.py
32+ [ 5 ] : https://github.com/scriptgeeker/python-demo/blob/master/BaseCode/demo2.py
33+ [ 6 ] : https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431954588961d6b6f51000ca4279a3415ce14ed9d709000
34+ [ 7 ] : https://blog.csdn.net/goodlixueyong/article/details/52132250
35+ [ 8 ] : http://www.cnblogs.com/luguo3000/p/3940197.html
0 commit comments