博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
从写博文,看模块化思维的应用
阅读量:2024 次
发布时间:2019-04-28

本文共 257 字,大约阅读时间需要 1 分钟。

  嗯?写博文也能体现模块化思维?是的。

  举例来说,吾编译ffmpeg的博文:

  如果有人搜索到此博文,就会发现其中各个模块的编译方法,都是有独立博文的链接。网上其他介绍编译ffmpeg的博文,则都是在一篇文章中写了所有步骤。二者各有缺点:

  • 有的人就喜欢一篇文章中包含所有东西,这样省事,不用找其他博文。事实上也确实方便。
  • 对于这种大型编译博文,当然是分模块的方法最好。整篇文章结构清晰;别人在编译个别模块时遇到问题,可以搜索到相应博文;模块修改补充时也比较方便。

  建议大家写博文,都参考吾之模块化方法。

转载地址:http://sgkaf.baihongyu.com/

你可能感兴趣的文章
LeetCode166. Fraction to Recurring Decimal(思路及python解法)
查看>>
LeetCode454. 4Sum II(思路及python解法)
查看>>
LeetCode395. Longest Substring with At Least K Repeating Characters(思路及python解法)
查看>>
LeetCode29. Divide Two Integers(思路及python解法)
查看>>
LeetCode1038. Binary Search Tree to Greater Sum Tree(思路及python解法)
查看>>
LeetCode18. 4Sum (思路及python解法)
查看>>
LeetCode16. 3Sum Closest(思路及python解法)
查看>>
LeetCode31. Next Permutation(思路及python解法)
查看>>
LeetCode80. Remove Duplicates from Sorted Array II(思路及python解法)
查看>>
LeetCode40. Combination Sum II(思路及python解法)
查看>>
LeetCode43. Multiply Strings(思路及python解法)
查看>>
LeetCode001 Two Sum
查看>>
LeetCode172. Factorial Trailing Zeroes
查看>>
LeetCode268. Missing Number
查看>>
****LeetCode257. Binary Tree Paths
查看>>
LeetCode345. Reverse Vowels of a String
查看>>
解决ImportError: cannot import name 'main'
查看>>
LeetCode374. Guess Number Higher or Lower
查看>>
LeetCode383. Ransom Note
查看>>
LeetCode387. First Unique Character in a String
查看>>