在 Firefox 中实现 about:config 等配置设置最流行的方法是什么?
我想在 Firefox 中实现/使用现有的跨平台配置设置工具,例如 about:config
。 它必须能够在 Windows 和 Mac 上运行。 人们是否有推荐的库或设计模式?
另外,如果我要使用一个库,它必须“像啤酒一样免费”,并且不能是 GPL 许可证。 apache 许可证就可以了。
Windows端使用C++/MFC,Mac端使用Objective-C。 必须在两个平台上读取配置文件,但它们不必共享相同的库。
I would like to implement/use-existing a cross platform configuration settings tool like about:config
in Firefox. It would have to work on Windows and Mac. Are there any libraries or design patterns out there that people recommend?
Also, if I were to use a library, it would have to be "free as in beer" and couldn't be a GPL license. The apache license would be ok.
The Windows side uses C++/MFC and the Mac side uses Objective-C. The configuration file would have to be read on both platforms, but they don't have to share the same library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
属性文件/ini 文件。
Properties files/ini files.