三合一
博客
Android开发
AI助手
站内
搜索
选择分类
数据库
SQL Server
Oracle
MySQL
PostgreSQL
NoSQL
大数据
其他数据库
操作系统
Windows
Windows Server
Linux
macOS
嵌入式
APACHE
NGINX
redis
Docker
git
互联网
tomcat
前端开发
Html/Css
JavaScript
jQuery
HTML5
Angular
React
Vue
小程序
软件设计
架构设计
面向对象
设计模式
领域驱动设计
移动端开发
Android开发
iOS开发
Flutter
鸿蒙
其他手机开发
软件工程
敏捷开发
项目与团队管理
软件工程其他
后端开发
.NET
Java
Python
Go
PHP
C++
Ruby
Swift
C语言
Erlang
Delphi
Scala
R语言
Verilog
Dart
Rust
其他语言
asp
nodejs
其他
读书区
翻译区
求职面试
计算机图形学
软件测试
菜谱
SEO技术
摄影
生活技巧
最新
人气
评论
赞
踩
Unable to start activity ComponentInfo{com.example
本来就是把fragment写死在activity的xml模板里面,结果报了这个错误, Unable to start activity ComponentInfo{com.example.administrator.
2021-12-07 14:02
113
0
0
0
adb.exe,start-server' failed -- run manually if ne
解决问题:百度google大家多说的是任务管理器 kill掉adb 或者重启adb server,但我任务管理器就没有adb ,猜测是某个程序占用了adb端口。于是按此思路查找。5037为adb默认端口 查看该端口情
2021-12-07 14:03
126
0
0
0
SimpleAdapter notifyDataSetChanged
找到解决方案 必须先从列表视图的数组列表中删除该项,然后才能通知数据集已更改。data.remove(position);adapter.notifyDataSetChanged();
2021-12-07 14:04
118
0
0
0
ERROR: must implement OnFragmentInteractionListene
两个片段中的OnFragmentInteractionListener接口都包含具有相同签名的方法,而MainActivity正在实现一种方法来尝试覆盖这两个接口。更改一个或两个方法的签名,然后在MainActivi
2021-12-07 14:04
110
0
0
0
Unable to start activity ComponentInfo 解决方法
解决案例一:publicvoidonCreate(BundlesavedInstanceState){ super.onCreate(savedInstanceState); setContentView(R.lay
2021-12-07 14:04
127
0
0
0
iOS 后缀名文件的区别
文件区别:.h :头文件。头文件包含类,类型,函数和常数的声明。.m :源代码文件。这是典型的源代码文件扩展名,可以包含Objective-C和C代码。.mm :源代码文件。带有这种扩展名的源代码文件,除了可以包含O
2021-12-07 14:04
147
0
0
0
Android - Data Backup Tutorial
Android allows you to backup your application data to remote cloud storage, in order to provide a restore po
2021-12-07 12:59
121
0
0
0
Android Apk自动更新service
Android Apk自动更新service Android sdk version 9以上就有DownManager 使用DownManager,我们可以很简便的在各个安卓机子上升级自家的应用 本例写了一
2021-12-07 13:58
110
0
0
0
«
1
2
...
6
7
8
9
10
11
12
...
17
18
»
区块链
T:0.008567s,M:285.4 KB
返回顶部
留言
留言
评论