上一页 1 2 3 4 5 6 7 ··· 31 下一页
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android. 阅读全文
posted @ 2024-06-17 23:51 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文
posted @ 2024-06-17 23:51 七安。 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 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 七安。 阅读(6) 评论(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 七安。 阅读(4) 评论(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 七安。 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 自定义软键盘 package com.zhen.accountbook.utils; import android.inputmethodservice.Keyboard; import android.inputmethodservice.KeyboardView; import android. 阅读全文
posted @ 2024-06-17 23:48 七安。 阅读(4) 评论(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 七安。 阅读(3) 评论(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 七安。 阅读(5) 评论(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 七安。 阅读(8) 评论(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 七安。 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 31 下一页