会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
leapssisbird
博客园
首页
新随笔
新文章
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
32
下一页
2024年10月8日
10月8日学习进度
摘要: 一.所花时间 0.5h 二.代码量 50行 三.博客量 1篇 四.了解到的知识点 设置文本大小 // 从布局文件中获取名叫tv_sp的文本视图 TextView tv_sp = findViewById(R.id.tv_sp); tv_sp.setTextSize(30); // 设置tv_sp的文
阅读全文
posted @ 2024-10-08 13:42 leapss
阅读(22)
评论(0)
推荐(0)
2024年10月7日
10月7日学习进度
摘要: 一.所花时间 半小时 二.代码量 40行 三.博客量 1篇 四.了解到的知识点 安卓连接SQLite数据库进行增删改查 package com.example.myapplication; import com.example.myapplication.enity.User; import and
阅读全文
posted @ 2024-10-07 13:19 leapss
阅读(11)
评论(0)
推荐(0)
2024年10月6日
10月6日学习进度
摘要: 一.所花时间 0.5h 二.代码量 50行 三.博客量 1篇 四.了解到的知识点 安卓文本显示 设置文本内容 <TextView android:id="@+id/tv_hello" android:layout_width="wrap_content" android:layout_height=
阅读全文
posted @ 2024-10-06 13:50 leapss
阅读(8)
评论(0)
推荐(0)
2024年10月5日
10月5日学习进度
摘要: 一.所花时间 0.5h 二.代码量 30行 三.博客量 1篇 四.了解到的知识点 android跳到另一个页面 // 活动页面跳转,从MainActivity跳到Main2Activity startActivity(new Intent(MainActivity.this, Main2Activi
阅读全文
posted @ 2024-10-05 13:58 leapss
阅读(10)
评论(0)
推荐(0)
2024年10月4日
10月4日学习进度
摘要: 一.所花时间 6小时 二.代码量 300行 三.博客量 1篇 四.了解到的知识点 element-plus的使用 elmenetplus的官网:https://element-plus.gitee.io/zh-CN/ 在其官网中有详细的组件使用教程,使用非常方便,我们直接复制其代码然后进行修改即可
阅读全文
posted @ 2024-10-04 23:00 leapss
阅读(10)
评论(0)
推荐(0)
2024年10月3日
10月3日学习进度
摘要: 一.所花时间 6小时 二.代码量 400行 三.博客量 1篇 四.了解到的知识点 学习了axios的使用 axios({ method:'post', url:'http://localhost:8080/article/add', data:article }).then(result=>{ //
阅读全文
posted @ 2024-10-03 11:01 leapss
阅读(17)
评论(0)
推荐(0)
2024年10月2日
10月2日学习进度
摘要: 一.所花时间 4小时 二.代码量 200行 三.博客量 1篇 四.了解到的知识点 今日开始学习vue 通过ES模块使用vue <div id="app">{{ message }}</div> <script type="module"> import { createApp, ref } from
阅读全文
posted @ 2024-10-02 22:32 leapss
阅读(17)
评论(0)
推荐(0)
2024年10月1日
10月1日学习进度
摘要: <script setup lang="ts"> import {computed, ref, UnwrapRef, watch} from "vue"; import {getScjhService,getWorkerService,getProcessService,addWorkInfoSer
阅读全文
posted @ 2024-10-01 22:37 leapss
阅读(16)
评论(0)
推荐(0)
2024年9月30日
9月30日学习进度
摘要: <script setup> </script> <template> <!-- element-plus中的容器 --> <el-container > <!-- 左侧菜单 --> <el-aside width="200px"> <el-menu class="el-menu-vertical-
阅读全文
posted @ 2024-09-30 22:36 leapss
阅读(8)
评论(0)
推荐(0)
2024年9月29日
9月29日学习进度
摘要: 一.所花时间 1h 二.代码量 200行 三.博客量 1篇 四.了解到的知识点 今天把原型做完了。希望明天能通过检查。 <script setup lang="ts"> const formInline = [ { region:'', user:'', onSubmit:'' } ] const
阅读全文
posted @ 2024-09-29 20:47 leapss
阅读(10)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
32
下一页