会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱迪的懂
博客园
首页
新随笔
联系
管理
订阅
02 2020 档案
【Android】出现 Activity supporting ACTION_VIEW is not set as BROWSABLE 问题
摘要:【爱迪】AndroidManifest.xml 这里出现 Activity supporting ACTION_VIEW is not set as BROWSABLE 问题! 这个错误的意思是:支持ACTION_VIEW的活动未设置为BROWSABLE 解决方法: 添加如下一段代码: <categ
阅读全文
posted @
2020-02-25 23:02
爱迪的懂
阅读(677)
评论(0)
推荐(0)
【Spring】通过注解自动装配 @Autowired, @Resource区别,科普:@Nullable, @Autowired
摘要:【爱迪】Spring 之 自动装配 @Autowired, @Resource区别,科普:@Nullable, @Autowired: 使用注解前步骤: 1.导入约束 :在 beans 头部配置 context 约束 2.配置开启注解的支持 : <context:annotation-config/
阅读全文
posted @
2020-02-17 21:21
爱迪的懂
阅读(540)
评论(0)
推荐(0)
【Spring】 Spring 之 autowire(自动装配) : ByName 和 ByType
摘要:【爱迪】Spring 之 autowire(自动装配) : ByName 和 ByType 我们给People类里 嵌的 Dog 和 Cat 类,在 bean.xml 文件里添加配置(有一个类就要配置一个) , beans.xml 在向 People 类中的这两个 类属性 注入引用 时可自动装配:
阅读全文
posted @
2020-02-17 16:25
爱迪的懂
阅读(2310)
评论(0)
推荐(2)
公告