We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新new 一个appdomain,老的等gc
老的appdomain里面的数值没有转移到new出来的新的这边,会引起一堆bug。怎么把旧appdomain里的内存数值转移到新new出来的appdomain?
大佬能告知下吗?非常感谢
The text was updated successfully, but these errors were encountered:
参考ET框架的,将数据和逻辑分离
Sorry, something went wrong.
是不是把跨域的内容,想办法放到静态代码环境中。动态代码在AppDomain中运行,访问静态跨域内容。
No branches or pull requests
新new 一个appdomain,老的等gc
老的appdomain里面的数值没有转移到new出来的新的这边,会引起一堆bug。怎么把旧appdomain里的内存数值转移到新new出来的appdomain?
大佬能告知下吗?非常感谢
The text was updated successfully, but these errors were encountered: