摘要:
public class AccountAdapter extends BaseAdapter { Context context; List<AccountBean> mDatas; LayoutInflater inflater; int year, month, day; public Acc 阅读全文
posted @ 2024-02-28 14:14
new菜鸟
阅读(14)
评论(0)
推荐(0)
摘要:
Javabean package bean; public class Base_InformationBean { private String code; private String password; public String getCode() { return code; } publ 阅读全文
posted @ 2024-02-28 14:09
new菜鸟
阅读(14)
评论(0)
推荐(0)
摘要:
package com.example.demo; import bean.Base_InformationBean; import bean.InfoDAO; import jakarta.servlet.ServletException; import jakarta.servlet.annot 阅读全文
posted @ 2024-02-28 14:09
new菜鸟
阅读(17)
评论(0)
推荐(0)
摘要:
密码的修改<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>新密码</title> </head> <body> <div style="text-align: center" 阅读全文
posted @ 2024-02-28 14:08
new菜鸟
阅读(23)
评论(0)
推荐(0)
摘要:
我们要设置图标和名称只需要修改这三个值就就可以了 android:icon="@drawable/appimag" android:label="记账本" android:roundIcon="@drawable/appimag" 然后最后的效果是这样的 源代码: <?xml version="1. 阅读全文
posted @ 2024-02-28 14:06
new菜鸟
阅读(7)
评论(0)
推荐(0)
摘要:
完成了账本条目数据的查看方法和账本条目的添加,但是当我们发现账本的数据有错误是,我们目前还不能删除。于是我们接下来要完成条目的删除的功能。 这里我们在查看某个的账本的明细的页面来操作,我这里采用设置长按下删除。 listView.setOnItemLongClickListener(new Adap 阅读全文
posted @ 2024-02-28 14:06
new菜鸟
阅读(15)
评论(0)
推荐(0)
摘要:
新增月份管理页面,将新增账本移植到这个页面 主页面视图 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:la 阅读全文
posted @ 2024-02-28 14:05
new菜鸟
阅读(16)
评论(0)
推荐(0)
摘要:
我们的一条数据项目包括,收入(指出)、说明、日期、金额四项,所以我们要自定义一个适配器 这里适配器的一个列表的各个单位的类型是一个打包好的类的类型。这个类也是自己创建的 package com.example.myapplication; public class costList { privat 阅读全文
posted @ 2024-02-28 14:04
new菜鸟
阅读(14)
评论(0)
推荐(0)
摘要:
package com.example.myapplication; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLit 阅读全文
posted @ 2024-02-28 14:04
new菜鸟
阅读(17)
评论(0)
推荐(0)
摘要:
//点击眼睛时,如果是明文就加密,如果是密文,就变成明文private void toggleShow() { if (isShow) { PasswordTransformationMethod passwordMethod = PasswordTransformationMethod.getIn 阅读全文
posted @ 2024-02-27 01:28
new菜鸟
阅读(16)
评论(0)
推荐(0)
浙公网安备 33010602011771号