摘要:
1.signer information does not match signer information of other classes in the same package,当遇到这种安全异常时:最简单的解决方法,重新找一个包,替换它。其他:很多时候是应为缺少jar包引起的异常,添加必要的... 阅读全文
摘要:
设置:在发布选项中勾选“允许给应用程序传递URL参数”;启动程序并传参:比如:名字为HelloWorld的程序。调用时的URL:Http://域名/HelloWorld.application?para1='123'¶2=456接收参数:通过如下几行代码:1 if (ApplicationD... 阅读全文