fraInterface是自己定义的一个frame的名字,是通过在frame标签中设置name属性实现的.以上那句代码就是通过parent这个公共接口在各个frame间,也就是调用拥有同一个父亲的名为 ...
fraInterface是自己定义的一个frame的名字,是通过在frame标签中设置name属性实现的.以上那句代码就是通过parent这个公共接口在各个frame间,也就是调用拥有同一个父亲的名为 ...
运行一个工程的时候时logcat中出现了“Unable to instantiate receiver XX..”。 检查后发现,由于是东拼西凑的代码,所以在Manifest文件里注册了Receiv ...
1、配置用户信息 git config --global user.name [username] git config --global user.email ...
python编程,从入门到实践 9_6 错题 Traceback (most recent call last): File "9_6.py", line 46, in <module> ...
this license XXXXXX has been cancelled问题解决:首先修改hosts 文件 加入0.0.0.0 account.jetbrains.comhosts 目录 windows下:C:\Windows\System32\drivers\etc\hosts修改hosts ...
如果Unity中遇到了这样的错误, 这里发现了两个同名的脚本, 原因想必大家都懂了吧。 ...
Maven项目pom.xml文件报错“ ArtifactDescriptorException: Failed to read artifact descriptor for ...” ...
删除所有镜像 docker rmi $(docker images -aq) 删除失败,报错 Error: No such image: 7e4d58f0e5f3 查看路径 ...