管理我的应用程序属性运行
我有一个应用程序 - 一个运行程序,每次都使用不同的参数一遍又一遍地运行相同的逻辑。
我正在寻找一种已经实现属性机制的机制/代码,其中包含参数名称、参数类型、参数值等。
我记得我过去见过这个,但我在网上找不到它(甚至还有很多其他优点)。
有人知道这样的实现可用吗?
I have application - a runner that runs the same logic over and over with different parameters every time.
I'm looking for a mechanism/code that already implemented properties mechanism that contains the parameter name, parameter type, parameter value and stuff like that.
I remember that I saw this in the past but I can't find it on the web (and even had lots of other advantages).
does someone know such implementation that is available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我理解你的问题,但我相信你的意思是命令行解析库。
有很多这样的库 - 这里是一个。
请参阅关于此主题的这个SO问题 - 有答案中的建议。
Not sure I understand your question, but I believe you mean a command line parsing library.
There are many such libraries - here is one.
See this SO question about this subject - there are recommendations in the answers.