Owen Gong
Owen Gong
感谢感谢,我现在主要是要解决`TemplatesImpl`中Java字节码解析和重新生成的问题,主要代码在`class/`目录下,做了一半的。
只是Java字节码的可视化,以及修改。完全生成的话相当于重写一个前端了,工作量很大,兼容性也很难做好。
Vulhub 
不好意思,conote-community处于待更新的状态。有开发能力的可以自己去掉这些内部版才有的限制,没有开发能力的可以等待后续完全更新发布。
那应该是你操作有误
应该是扩展so的问题,可以在Linux上编译好一个exp.so,放到mac系统下,再执行。
> 我在ubuntu(2020.3)系统上执行这个脚本,也出现了同样的情况 如果加载so不成功都会出现这个错误,并不能说明你们遇到的同一个问题,还是需要自己深入研究具体原因。
> Thanks, we had 2 PR's for this one it seems. This was fixed in #361 Good job, thanks~
similar issue when I run migration: `./manage.py migrate xxxx zero` my django version is 4.0.5: ``` ValueError: The field oauth2_provider.AccessToken.application was declared with a lazy reference to 'ucenter.application', but app...
Hi @n2ygk , I think I may have found the problem. Refer to the document , everything is OK after I added `run_before = [('oauth2_provider', '0001_initial'),]` to the migrations that...