会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
84
85
86
87
88
89
90
91
92
···
127
下一页
2022年2月13日
安卓app_sl3.6表格布局管理器
摘要: <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par
阅读全文
posted @ 2022-02-13 20:49 txwtech
阅读(73)
评论(0)
推荐(0)
2022年2月12日
模拟器调试android项目Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
摘要: 最近在用模拟器调试android项目时,频繁出现以下错误提示: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! 也知
阅读全文
posted @ 2022-02-12 22:39 txwtech
阅读(308)
评论(0)
推荐(0)
安卓app_sl3.5线性布局管理器
摘要: 、、 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match
阅读全文
posted @ 2022-02-12 14:53 txwtech
阅读(56)
评论(0)
推荐(0)
安卓app_sl3.4兔子跟随点击屏幕坐标移动
摘要: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par
阅读全文
posted @ 2022-02-12 14:13 txwtech
阅读(68)
评论(0)
推荐(0)
eclipse报错Failed to Download Index
摘要:
阅读全文
posted @ 2022-02-12 11:19 txwtech
阅读(143)
评论(0)
推荐(0)
java安卓APP_程序中的@Override是什么意思?
摘要: @Override是Java5的元数据,自动加上去的一个标志,告诉你说下面这个方法是从父类/接口 继承过来的,需要你重写一次,这样就可以方便你阅读,也不怕会忘记 @Override是伪代码,表示重写(当然不写也可以),不过写上有如下好处: 1>可以当注释用,方便阅读 2>编译器可以给你验证@Over
阅读全文
posted @ 2022-02-12 11:15 txwtech
阅读(190)
评论(0)
推荐(0)
eclipse Failed to load the JNI shared library 解决方法
摘要: https://blog.csdn.net/qq_29440353/article/details/89327485
阅读全文
posted @ 2022-02-12 10:47 txwtech
阅读(40)
评论(0)
推荐(0)
2022年2月11日
VirtualBox 无法启动系统
摘要: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED) 解决win10 WSL2 引起 VirtualBox 启动问题 罪魁祸首:https://docs.mic
阅读全文
posted @ 2022-02-11 09:59 txwtech
阅读(877)
评论(0)
推荐(0)
2022年2月10日
安卓app_sl3.3开发显示图片图像
摘要: package com.example.sl3_3; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import andro
阅读全文
posted @ 2022-02-10 21:33 txwtech
阅读(91)
评论(0)
推荐(0)
安卓app_sl3.2弹出消息对话框
摘要: package com.example.sl3_2a; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.graphi
阅读全文
posted @ 2022-02-10 20:37 txwtech
阅读(39)
评论(0)
推荐(0)
上一页
1
···
84
85
86
87
88
89
90
91
92
···
127
下一页