Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我想提供一个只能查看,既不能编辑也不能以任何其他方式使用的java代码。可能吗。
注意:这与交付 .class 文件无关。客户想查看 .java 文件中的代码。
问候
这是不可能的。
您可以将文件设置为只读。但查看者也可以更改权限!
如果他们可以阅读它,他们可以复制它。您可以通过将文件作为一组 PNG 或 JPEG 屏幕截图发送,强制他们重新输入(或使用好的 OCR 程序)来增加难度。如果您需要让他们阅读 Java 代码,那么他们可以制作副本。
你对此无能为力。