上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页
摘要: package com.zhen.accountbook.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.vie 阅读全文
posted @ 2024-06-17 23:50 七安。 阅读(14) 评论(0) 推荐(0)
摘要: package com.zhen.accountbook.frag_record; import android.inputmethodservice.KeyboardView; import android.os.Bundle; import android.text.TextUtils; imp 阅读全文
posted @ 2024-06-17 23:49 七安。 阅读(17) 评论(0) 推荐(0)
摘要: package com.zhen.accountbook.utils; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.text.TextUtils 阅读全文
posted @ 2024-06-17 23:48 七安。 阅读(13) 评论(0) 推荐(0)
摘要: 自定义软键盘 package com.zhen.accountbook.utils; import android.inputmethodservice.Keyboard; import android.inputmethodservice.KeyboardView; import android. 阅读全文
posted @ 2024-06-17 23:48 七安。 阅读(23) 评论(0) 推荐(0)
摘要: package com.zhen.accountbook.utils; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.text.TextUtils 阅读全文
posted @ 2024-06-17 23:47 七安。 阅读(12) 评论(0) 推荐(0)
摘要: package com.zhen.accountbook; import android.os.Bundle; import android.view.View; import androidx.appcompat.app.AppCompatActivity; import androidx.fra 阅读全文
posted @ 2024-06-17 23:46 七安。 阅读(11) 评论(0) 推荐(0)
摘要: 记账本APP package com.zhen.accountbook; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import a 阅读全文
posted @ 2024-06-17 23:46 七安。 阅读(18) 评论(0) 推荐(0)
摘要: # db_connection.py import mysql.connector def create_connection(): return mysql.connector.connect( host='localhost', user='root', # 使用你的数据库用户名 passwor 阅读全文
posted @ 2024-06-17 23:43 七安。 阅读(10) 评论(0) 推荐(0)
摘要: import tkinter as tk from tkinter import ttk, messagebox from PIL import Image, ImageTk import mysql.connector import db_connection def update_mistake 阅读全文
posted @ 2024-06-17 23:42 七安。 阅读(10) 评论(0) 推荐(0)
摘要: import tkinter as tk from tkinter import ttk, messagebox import db_connection from update import UpdatePage import time # 查询数据库并返回结果 def fetch_mistake 阅读全文
posted @ 2024-06-17 23:42 七安。 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页