上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 报错 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Traili 阅读全文
posted @ 2022-08-09 14:47 MikiKawai 阅读(1132) 评论(0) 推荐(0) 编辑
摘要: 异常 Installation did not succeed. The application could not be installed: INSTALL_FAILED_MISSING_SHARED_LIBRARY List of apks: [0] 'app\build\outputs\ap 阅读全文
posted @ 2022-08-09 11:49 MikiKawai 阅读(1834) 评论(0) 推荐(0) 编辑
摘要: idea开发 android 报错 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJ 阅读全文
posted @ 2022-08-08 14:38 MikiKawai 阅读(7874) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tyvbpq/article/details/83588508 WebMvcConfigurerAdapter可以来扩展 springmvc的功能。 是WebMvcConfigurerAdapter类型;不能标注 @EnableWebMvc 既保留了所有的 阅读全文
posted @ 2022-07-19 17:10 MikiKawai 阅读(107) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wisdo/p/4252980.html https://www.cnblogs.com/Robert-huge/p/5481515.html 阅读全文
posted @ 2022-07-19 16:57 MikiKawai 阅读(33) 评论(0) 推荐(0) 编辑
摘要: springboot 2.5之后更新根据sql文件自动创建数据库 https://segmentfault.com/a/1190000040052376 阅读全文
posted @ 2022-07-19 16:17 MikiKawai 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_20143059/article/details/115701152 阅读全文
posted @ 2022-07-13 21:44 MikiKawai 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 栈的应用场景和介绍 栈的一个实际需求 请输入一个表达式 计算式:[7*2*2-5+1-5+3-3] 请问:计算机低沉是如何运算得到结果?注意不是简单的把算式列出运算,因为我们看这个算式 7*2*2-5,但是计算机怎么理解这个算式的(对计算机而言,它接受到的就是一个字符串),我们讨论的这个问题。=》栈 阅读全文
posted @ 2022-07-08 11:21 MikiKawai 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 单向环形链表应用场景 Josephu(约瑟夫.约瑟夫环)问题 Josephu问题:设编号为 1,2,...的 n个人围坐一圈,约定编号为 k(1<=k<=n)的人从1开始报数,数到m的那个人出列,它的下一位从1开始报数,数到 m的那个人又出列,以此类推,直到所有人出列位置,由此产生一个出列编号的序列 阅读全文
posted @ 2022-07-05 20:46 MikiKawai 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 类加载的时机 类从被加载到虚拟机内存中开始,到卸载出内存为止,它的整个生命周期包括: 加载(Loading)==》验证(Verification)==》准备(Preparation)==》解析(Resolution)==》初始化(Initialization)==》使用(Using)==》卸载(Un 阅读全文
posted @ 2022-07-04 23:35 MikiKawai 阅读(391) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页