- 博客(7)
- 资源 (3)
- 收藏
- 关注
原创 使用android的ContentProvider进行数据共享报错E/ActivityThread: Failed to find provider info for com.example.xxx
Failed to find provider info for com.example.xxx
2022-03-28 20:16:05
6928
5
原创 java.lang.IllegalAccessException:is not accessible from java.lang.Class<android.app.Instrumentation>
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.classwork10b/com.example.classwork10b.Sea_del_Avtivity}: java.lang.IllegalAccessException: java.lang.Class<com.example.classwork10b.Sea_del_Avtivity> is not accessib
2022-03-22 13:10:11
3763
原创 springb关于Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure错误
springb关于Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure错误如果sprinigboot启动时,遇见如下错误:原因可能是Mysql服务没有开启,把Mysql服务开启后接可以了。
2022-03-21 10:34:24
1641
原创 Java数组
java数组:day6数组初始化方法:1 : int [] a;(静态初始化)a = new int[]{1,2,3,4,5};2 : int[] a = new int[5];(动态初始化)3 : int a[] = newe int[5];(动态初始化)数组初始化后长度是确定的。各种类型数组初始化默认值:byte、short、int:0;char:0或’\u000’,而不是...
2022-03-09 21:26:29
231
原创 java基础知识笔记
java学习重要知识点变量命名规则:只能包含大小写字母,下划线(_)和$,且不能以数字开头。ps:(不遵守,将不能通过编译)变量命名规范:包名:xxyyzz;类名、接口名:XxYyZz;变量名、方法名:xxYyZz;常量名:XX_YY_ZZ;ps:(不遵守,编译,运行都能通过)。标识符的定义:凡是自己可以取名字的地方都叫做标识符。关于char类型变量的定义:1、char c=‘...
2022-03-09 21:26:13
109
原创 关于springboot+Mybatis启动时报错 A component required a bean of type ‘xxx.Omapper‘ that could not be found.
关于springboot+Mybatis启动时报错 A component required a bean of type 'xxx.Omapper' that could not be found.已解决。
2022-03-09 21:07:02
3515
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人