08 2020 档案
摘要:参考链接: https://blog.csdn.net/fly7765/article/details/100160659 解决办法:
阅读全文
摘要:RequestOptions mRequestOptions = RequestOptions.circleCropTransform() .diskCacheStrategy(DiskCacheStrategy.NONE)//不做磁盘缓存 .skipMemoryCache(true);//不做内存
阅读全文
摘要:转自:https://blog.csdn.net/chuanyue11/article/details/103057768 三种方式: 1,配置文件修改 参考Spring文档 在**application.properties(/src/main/resources)**文件中添加或修改如下配置:
阅读全文
摘要:报错信息: Error:Maven Resources Compiler: Maven project configuration required for module 'user-web' isn't available. Compilation of Maven projects is sup
阅读全文
摘要:https://www.jianshu.com/p/9a3d5258fff8
阅读全文
摘要:转载:https://www.jianshu.com/p/30202f0b1a0a 现象:React0.54版本导入libc++.tbd、libz.tbd两个文件报错 解决办法: 搜索linking,Other Linker Flags选项 接下来继续,将你工程中这两tbd的删除,我的已经改好所以不
阅读全文
摘要:JSONObject jsonObject = new JSONObject(); try { jsonObject.put("code",code); } catch (JSONException e) { e.printStackTrace(); } String jsonStr = jsonO
阅读全文
摘要:https://blog.csdn.net/u014078990/article/details/83752223 1,app build.gradle: //微信登录 api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' 2,权
阅读全文
摘要:报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/samyao/Git/trace/node_modules/react-nati
阅读全文
摘要:参考链接:https://www.jianshu.com/p/1e5200898c7b public void request(String jsonStr, ApiSucess sucess, ApiErr err) { try { JSONObject obj = new JSONObject(
阅读全文
摘要:报错信息: Unknown argument type 'attribute' in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type 解决办法: 全局搜索RCTParseU
阅读全文
摘要:Xcode控制台报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/z/code/rntest/OldRNDemo/node_mod
阅读全文
摘要:error: Build input file cannot be found: '/Users/galahad/Desktop/ziliao/RN和Native交互/react-native-blog-examples/Chapter10-RNInteractionWithNative/RNAdd
阅读全文