会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhaoqianwan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
30
下一页
2024年12月13日
12.13
摘要: public class TouchableView extends View { private float lastX, lastY; private Paint paint; public TouchableView(Context context, @Nullable AttributeSe
阅读全文
posted @ 2024-12-13 20:33 赵千万
阅读(9)
评论(0)
推荐(0)
2024年12月12日
12.12
摘要: 1
阅读全文
posted @ 2024-12-12 15:33 赵千万
阅读(6)
评论(0)
推荐(0)
2024年12月11日
12.11
摘要: package com.example.myapp; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import com.google.android.gms.maps.CameraUpdateF
阅读全文
posted @ 2024-12-11 17:41 赵千万
阅读(6)
评论(0)
推荐(0)
2024年12月10日
12.10
摘要: package com.example.myapp; import android.os.Bundle; import android.widget.Toast; import androidx.appcompat.app.AppCompatActivity; import com.google.a
阅读全文
posted @ 2024-12-10 21:43 赵千万
阅读(4)
评论(0)
推荐(0)
2024年12月9日
12.9
摘要: package com.example.myapp; import android.content.res.AssetFileDescriptor; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity;
阅读全文
posted @ 2024-12-09 22:54 赵千万
阅读(7)
评论(0)
推荐(0)
2024年12月8日
12.8
摘要: <template> <view class="container"> <view v-for="(message, index) in historyTextList" :key="index" :class="{'user-message': message.role 'user', 'bot-
阅读全文
posted @ 2024-12-08 15:26 赵千万
阅读(35)
评论(0)
推荐(0)
2024年12月7日
12.7
摘要: <template> <div class="container"> <!-- Title --> <div class="title">可视化平台</div> <!-- Map container --> <div ref="mapContainer" class="map-container">
阅读全文
posted @ 2024-12-07 19:33 赵千万
阅读(4)
评论(0)
推荐(0)
2024年12月6日
12.6
摘要: { "name" : "铁带瞬拍", "appid" : "__UNI__10B2893", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关
阅读全文
posted @ 2024-12-06 22:32 赵千万
阅读(9)
评论(0)
推荐(0)
2024年12月5日
12.5
摘要: <template> <view class="container"> <!-- 搜索输入框和确认按钮放在一行 --> <view class="search-container"> <input type="text" v-model="searchKeyword" placeholder="输入
阅读全文
posted @ 2024-12-05 12:01 赵千万
阅读(8)
评论(0)
推荐(0)
2024年12月4日
12.4
摘要: <template> <view class="container" :style="{ backgroundImage: `url(${backgroundImage})` }"> <view class="photo-container"> <!-- 使用image标签来显示照片 --> <vi
阅读全文
posted @ 2024-12-04 17:24 赵千万
阅读(13)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
30
下一页
公告