摘要: TypeScript error in D:/yfhx/reactspace/react-admin-master/node_modules/jest-diff/build/diffLines.d.ts(8,13): '=' expected. React项目报错如上 解决思路 typescript 阅读全文
posted @ 2020-07-30 11:03 TracyRanch 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 报错如下 > Task :app:processDebugResources FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use ' 阅读全文
posted @ 2020-07-09 19:49 TracyRanch 阅读(1625) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 执行sql语句查询空表 select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0; 将结果粘贴执行即可导出空表 恢复内容结束 阅读全文
posted @ 2020-06-12 11:18 TracyRanch 阅读(1441) 评论(0) 推荐(0) 编辑
摘要: 1.准备文件 1.1./gradle外网跑好本项目所需的jar包 外网jar包缓存路径于C:\Users\hp\.gradle\caches\modules-2\files-2.1 路径差异此处参考https://blog.csdn.net/yuhaihua529/article/details/7 阅读全文
posted @ 2020-04-30 14:45 TracyRanch 阅读(868) 评论(0) 推荐(0) 编辑
摘要: 1.编写java辅助类 public class Helper { /** * js调用后进行跳转 * * @param activity * 传入当前Activity */ public void jump(Activity activity) { Intent mIntent = new Int 阅读全文
posted @ 2020-04-16 16:15 TracyRanch 阅读(3272) 评论(0) 推荐(0) 编辑
摘要: 导入依赖项目报错 “Unsupported Modules Detected: Compilation is not supported for following modules” 解决方法 1.file-Sync Project With Gradle Files 2.File - > Inva 阅读全文
posted @ 2020-04-16 15:57 TracyRanch 阅读(8648) 评论(0) 推荐(0) 编辑
摘要: Android studio运行make build报错 解决方法 在studio的File-->Settings-->Build, Execution, Deployment > Java Compiler 选项中, 将javac改为eclipse,最后apply一下,如图 阅读全文
posted @ 2020-01-17 14:17 TracyRanch 阅读(6966) 评论(0) 推荐(0) 编辑
摘要: 首先用数据线连接真机 1.打开开发者模式(小米手机mix2s为例 设置->我的设备->全部参数->连续点击MIUI版本——开启成功) 2.在更多设置中找到系统安全设置——允许安装未知来源的应用 3.在更多设置中选择开发者选项,在开发者选项中同时勾选USB调试和USB安装的开关 4.进入AS 开始调试 阅读全文
posted @ 2019-12-23 12:25 TracyRanch 阅读(3531) 评论(0) 推荐(0) 编辑
摘要: 2019-08-13 09:41:19.216 WARN [-,,,] 10084 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - can 阅读全文
posted @ 2019-08-13 10:10 TracyRanch 阅读(1204) 评论(0) 推荐(0) 编辑
摘要: pom文件引入以下依赖 阅读全文
posted @ 2019-08-12 09:29 TracyRanch 阅读(2390) 评论(0) 推荐(0) 编辑