会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pengsuoqun123
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
29
下一页
2023年3月7日
今日总结-数据库的链接
摘要: 主要用了一些sql语句和学习了基本的增删改查的语句,完成了数据库的链接。 代码如下: mainactivity代码: package com.example.sqlite; import androidx.annotation.Nullable; import androidx.appcompat.
阅读全文
posted @ 2023-03-07 19:19 小彭先森
阅读(12)
评论(0)
推荐(0)
2023年3月6日
今日总结-安卓页面跳转
摘要: 一.主要学习了一些进行页面跳转的方法 (1)法一:显示意图(也是我主要掌握的方法) 第个页面实现跳转代码: 第一个页面实现跳转代码: Intent intent=new Intent(MainActivity.this,MainActivity2.class);//跳转页面 启动意图 //通过意图传
阅读全文
posted @ 2023-03-06 18:54 小彭先森
阅读(78)
评论(0)
推荐(0)
2023年3月5日
飘
摘要: package zy03; import java.io.*; import java.util.*; public class ceshi { private static String str=""; private static Scanner sc=new Scanner(System.in
阅读全文
posted @ 2023-03-05 15:18 小彭先森
阅读(13)
评论(0)
推荐(0)
2023年3月3日
今日总结-安卓文本提示框与编辑框
摘要: 二。编辑框 <EditText android:layout_width="wrap_content" android:layout_height="wrap_content" android:hint="输入用户名" ></EditText>
阅读全文
posted @ 2023-03-03 21:48 小彭先森
阅读(14)
评论(0)
推荐(0)
2023年3月2日
今日总结-安卓单选框与复选框
摘要: 一。单选框 <RadioGroup android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> <RadioButton android:layo
阅读全文
posted @ 2023-03-02 20:01 小彭先森
阅读(60)
评论(0)
推荐(0)
2023年2月28日
今日总结-安卓设计界面功能:按钮与文本框-
摘要: 一.文本框 代码部分 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="h
阅读全文
posted @ 2023-02-28 17:45 小彭先森
阅读(99)
评论(0)
推荐(0)
2023年2月27日
今日总结- 安卓前端页面的几种布局
摘要: 一.线性布局 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/mylinear" andr
阅读全文
posted @ 2023-02-27 20:16 小彭先森
阅读(60)
评论(1)
推荐(0)
2023年2月26日
目前最新的安卓Lodcat的用法:
摘要: 当我们在java文件中自己写入了一些log调试信息,如下图: 那此时我们如何在大量的后台日志中寻找出自己的log调试信息呢?如下图,我们在package:mine后面输入tag:mylog查找自己的log调试信息。
阅读全文
posted @ 2023-02-26 20:17 小彭先森
阅读(27)
评论(0)
推荐(0)
今日总结-HTML视频音频图片实现代码
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> 图片音频视频学习</title> </head> <body> <!-- img:定义图片 src:规定显示图片的位置 height:定义图像的高度 widt
阅读全文
posted @ 2023-02-26 18:42 小彭先森
阅读(104)
评论(0)
推荐(0)
2023年2月25日
今日总结-HTML基础标签及基础标签的应用
摘要: <!DOCTYPE html><!--html5的标签--> <html> <head> <meta charset="utf-8"><!--定义页面的字符集--> <title>html 基础标签</title> </head> <body> <h1>标题1</h1> <h2>标题2</h2> <
阅读全文
posted @ 2023-02-25 18:27 小彭先森
阅读(16)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
29
下一页
公告