今天写程序,想输出一个array的shape,原程序为: print('shape of testUImatrix:%s\nStart to make testUImatrix...'%(testuimat.shape)) 结果报错: TypeError: not all arguments converted during string formatting 这句话有什么问题嘛??感觉有点奇怪,之后google到了这个网页https://segmentfault.com/q/101000000…
android studio 错误汇总以及解决办法 参考 https://www.jianshu.com/p/7c7de6562231 问题1. Error:Execution failed for task ':app:preDebugAndroidTestBuild'. > Conflict with dependency 'com.android.support:support-annotations' in project ':app'. Resolved versions for a…