安卓开发学习-按钮控件
摘要:java代码 点击查看代码 package com.android.myapp; import android.annotation.SuppressLint; import android.os.Bundle; import android.widget.CheckBox; import andr
阅读全文
posted @
2024-03-10 20:02
江城qwe
阅读(27)
推荐(0) 编辑
安卓开发学习-向上一个Activity返回数据
摘要:发送请求页面 点击查看代码 package com.android.response; import android.content.Intent; import android.os.Bundle; import android.widget.Button; import android.widg
阅读全文
posted @
2024-03-09 21:31
江城qwe
阅读(33)
推荐(0) 编辑
安卓开发学习-向下一个Activity发送数据
摘要:发送数据页面 点击查看代码 package com.android.messaging; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Bundle; import a
阅读全文
posted @
2024-03-09 19:57
江城qwe
阅读(32)
推荐(0) 编辑
c语言万年历项目二次开发
摘要:原c语言代码如下: 点击查看代码(源码来自互联网,如有侵权请联系删除) #define _CRT_SECURE_NO_WARNINGS 0 #include <stdio.h> #include <windows.h> //平年365天(52周 + 1天),闰年366天(52周 + 2天),平年2月
阅读全文
posted @
2024-03-02 20:22
江城qwe
阅读(169)
推荐(0) 编辑