本文介绍了使用什么设计模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

必须创建一个多线程工具来比较两个excel文件..

单元格明智,公式化,格式化,颜色,宽度基于用户复选框选择。

我应该参考哪些设计方法/模式来构建一个强大的应用程序。





请建议

A multi threaded tool has to be created that compares two excel files..
Cell wise, Formula wise,formatting,colors,width based on users checkbox selections.
What could be the design approaches/patterns I should refer to build a robust application.


Please suggest

推荐答案



这篇关于使用什么设计模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-14 18:16