普通网友 2017-04-22 09:54
浏览 20
已采纳

如何防止我的代码修改或复制[重复]

This question already has an answer here:

I develop a small website now some of my friends asking to give us the code.so i want now to do a trick in my code that no one can copy or modify my code.if any one know's please post.

</div>
  • 写回答

1条回答 默认 最新

  • douyi1982 2017-04-22 09:59
    关注

    Copy: Forget it. If you give the code to someone, he can just copy and re-use it. Consider using an appropriate license for your code to make shure the receiver knows what he is allowed to do with your code

    Changes: Use a version control system. As a developer you must learn to use at least one. Do it now. I recommend git, but there are plenty of VCS`ses available (svn,bazaar,cvs...)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?