上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 99 下一页
摘要: 阅读全文
posted @ 2022-02-12 11:19 txwtech 阅读(122) 评论(0) 推荐(0) 编辑
摘要: @Override是Java5的元数据,自动加上去的一个标志,告诉你说下面这个方法是从父类/接口 继承过来的,需要你重写一次,这样就可以方便你阅读,也不怕会忘记 @Override是伪代码,表示重写(当然不写也可以),不过写上有如下好处: 1>可以当注释用,方便阅读 2>编译器可以给你验证@Over 阅读全文
posted @ 2022-02-12 11:15 txwtech 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_29440353/article/details/89327485 阅读全文
posted @ 2022-02-12 10:47 txwtech 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(25) 评论(0) 推荐(0) 编辑
摘要: eclipse如何新建安卓app项目程序 eclipse如何新建安卓app项目程序 <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-02-10 20:14 txwtech 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 安卓app2022-02-10 20:03:09 - sl3_1] E:\Users\t\workspace\sl3_1\res\layout\activity_main.xml:8: error: Error: No resource found that matches the given na 阅读全文
posted @ 2022-02-10 20:06 txwtech 阅读(103) 评论(1) 推荐(0) 编辑
摘要: private void UpdateCurrentTimer(object sender, System.Timers.ElapsedEventArgs e) { System.DateTime currentTime = new System.DateTime(); currentTime = 阅读全文
posted @ 2022-02-10 17:01 txwtech 阅读(494) 评论(0) 推荐(0) 编辑
摘要: Android ADT 下载 ( ADT-23.0.7 ) https://www.androiddevtools.cn/ https://dl.google.com/android/ADT-23.0.7.ziphttps://dl.google.com/android/ADT-23.0.6.zip 阅读全文
posted @ 2022-02-10 09:08 txwtech 阅读(706) 评论(0) 推荐(0) 编辑
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 99 下一页