尧图网络 高端网站定制 · 原创设计
免费咨询热线
400-888-6620
免费获取方案
Harmony鸿蒙实战开发-个人记事本app「密码登录保护-简洁版」【源码在文末】
Harmony鸿蒙实战开发-个人记事本app「密码登录保护-简介版」【源码在文末】文章目录Harmony鸿蒙实战开发-个人记事本app「密码登录保护-简介版」【源码在文末】一、运行演示1、登录创建密码2、首页3、编辑4、编辑成功二、部分代码三、源码运行工具DevEco Studio一、运行演示1、登录创建密码2、首页3、编辑4、编辑成功二、部分代码import PreferenceUtil from ../../utils/preference/PreferencesLogInfo import router from ohos.router import promptAction from ohos.promptAction; Entry Component struct Login { private preference PreferenceUtil State password: string ; State firstLogin:boolean false; // 检查是否首次打开应用 onPageShow() { this.preference.firstLogin().then((f){ this.firstLogin f; }) } build(){ Column(){ Image($r(app.media.icon)) .width(144) .height(144) .margin({ top: 70, bottom:70}) .align(Alignment.Center) if(this.firstLogin){ Text($r(app.string.createPassword)) .fontSize(30) .margin({bottom:20}) } else{ Text($r(app.string.inputPassword)) .fontSize(30) .margin({bottom:20}) } TextInput({placeholder:$r(app.string.inputPassword)}) .width(70%) .height(5%) .type(InputType.Password) .onChange((value: string) { this.password value; }) Button(($r(app.string.loginButton)), { type: ButtonType.Capsule }) .margin(50) .width(30%) .onClick((){ if(this.firstLogin){ this.createPassword(); } else{ this.checkLogin(); } }) } .width(100%) .height(100%) .backgroundColor(#ffe6eaea) } // 首次打开创建密码 createPassword(){ if(this.password ! ) { this.preference.putPreference(password,${this.password}) router.replaceUrl({ url: pages/main, }) } else{ promptAction.showToast({ message: $r(app.string.emptyInputPrompt), duration: 2000 }); } } // 检查密码 checkLogin(){ this.preference.checkPassword(this.password) } }三、源码相关鸿蒙项目点此专栏通过百度网盘分享的文件…zip 链接百度网盘 请输入提取码文件已经加密请点击下方名片获取源码或Lvnvn0508
RELATED

相关推荐

background-agents Managed Skills教程:5分钟创建可复用Agent指令集的完整指南

background-agents Managed Skills教程:5分钟创建可复用Agent指令集的完整指南

background-agents Managed Skills教程:5分钟创建可复用Agent指令集的完整指南 【免费下载链接】background-agents An open-source background agents coding system 项目地址: https://gitcode.com/GitHub_Trending/ba/background-agents background-agent…

📅 2026/9/17 12:22:10
python毕业设计项目选题基于django的大数据技术的农产品电商平台设计与实现

python毕业设计项目选题基于django的大数据技术的农产品电商平台设计与实现

✌网站介绍:✌10年项目辅导经验、专注于计算机技术领域学生项目实战辅导。 ✌服务范围:Java(SpringBoo/SSM)、Python、PHP、Nodejs、爬虫、数据可视化、小程序、安卓app、大数据等设计与开发。 ✌服务内容:免费功能设计、免费提供开题答辩PPT…

📅 2026/9/17 12:22:10
Aspire CLI PR 实测指南:用 get-aspire-cli-pr 脚本 Dogfood 任意 Pull Request 的构建产物

Aspire CLI PR 实测指南:用 get-aspire-cli-pr 脚本 Dogfood 任意 Pull Request 的构建产物

Aspire CLI PR 实测指南:用 get-aspire-cli-pr 脚本 Dogfood 任意 Pull Request 的构建产物 【免费下载链接】aspire Aspire is the tool for code-first, extensible, observable dev and deploy. 项目地址: https://gitcode.com/GitHub_Trending/as/aspire …

📅 2026/9/17 12:22:10
MORE NEWS

更多资讯

📰

磁电绝对值编码器MT6826SGT-STD-R:原理、编程与选型实战

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

📰

光储充微网调度:LSTM预测与NSGA-III多目标优化实战

简介:面向电力系统与新能源领域研究者的光储充一体化微网优化运行策略详解,系统阐述优化运行流程:先基于蝙蝠算法优化的卷积神经网络与长短时记忆网络组合模型提升光伏功率预测精度,再借助迁移学习网络模型处理电动汽车负荷波动&a…

📰

dlt 文档同步检查机制:确保 API 与行为变更始终伴随文档更新

dlt 文档同步检查机制:确保 API 与行为变更始终伴随文档更新 【免费下载链接】dlt data load tool (dlt) is an open source Python library that makes data loading easy 🛠️ 项目地址: https://gitcode.com/GitHub_Trending/dl/dlt 本文基于…

📰

OpenHarmony下GT911触摸屏坐标校准:原理与五点方案

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views …

📰

Herdr 三种键盘模式入门指南:terminal / prefix / navigate 一次看懂

Herdr 三种键盘模式入门指南:terminal / prefix / navigate 一次看懂 【免费下载链接】herdr the runtime your coding agents live on 项目地址: https://gitcode.com/GitHub_Trending/her/herdr Herdr 是一个把 Claude Code、Codex 等编程 Agent 装进常驻终…

📰

Velero(Heptio Ark 0.8.0)在 Google Cloud Platform 上的部署配置指南:GCS 存储桶、服务账号与云凭据全流程

Velero(Heptio Ark 0.8.0)在 Google Cloud Platform 上的部署配置指南:GCS 存储桶、服务账号与云凭据全流程 【免费下载链接】velero Backup and migrate Kubernetes applications and their persistent volumes 项目地址: https://gitcode…

TODAY

今日更新

THIS WEEK

本周精选

THIS MONTH

本月热门

读完文章,想聊聊您的网站?

告诉我们您的行业与需求,资深顾问一对一梳理方案与报价,全程免费。

📞 💬