如何在java中搜索特定单词以及现有应用程序中的静态文件
我需要在静态文件和 java 文件中搜索特定单词。
需求不仅针对静态单词搜索,还针对来自内容管理系统的动态单词。
目标是识别在屏幕上显示单词所涉及的 java 和静态组件。
示例:我想用一些“xyz”替换用户界面上显示的“abc”单词。
这里 abc 词在一些文件中是静态的,比如 HTML 中的,而动态的,比如来自数据库的,所以在这里我需要找到哪些 java 文件涉及到这个。
希望问题描述清楚!!
如果没有,请发表您的问题,
提前致谢!
I have a requirement to search a specific word in static files and as well in java files.
Requirement is not only for the static word search and for dynamic word which are coming from Content Mgmt system.
Goal is to identifying the java and static components which are involved to display the word on the screen.
Example: I would like to replace a "abc" word which is displaying on the UI with some "xyz".
Here abc word is coming static in some files like in HTML and dynamic like coming from Database so here i need to find which java files are involved in this.
Hope the problem description is clear!!
If not, please post with your questions
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论