摘要:
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android. 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文
摘要:
package com.zhen.accountbook.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.vie 阅读全文
摘要:
package com.zhen.accountbook.frag_record; import android.inputmethodservice.KeyboardView; import android.os.Bundle; import android.text.TextUtils; imp 阅读全文
摘要:
package com.zhen.accountbook.utils; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.text.TextUtils 阅读全文
摘要:
自定义软键盘 package com.zhen.accountbook.utils; import android.inputmethodservice.Keyboard; import android.inputmethodservice.KeyboardView; import android. 阅读全文
摘要:
package com.zhen.accountbook.utils; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.text.TextUtils 阅读全文
摘要:
package com.zhen.accountbook; import android.os.Bundle; import android.view.View; import androidx.appcompat.app.AppCompatActivity; import androidx.fra 阅读全文
摘要:
记账本APP package com.zhen.accountbook; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import a 阅读全文
摘要:
# db_connection.py import mysql.connector def create_connection(): return mysql.connector.connect( host='localhost', user='root', # 使用你的数据库用户名 passwor 阅读全文
摘要:
import tkinter as tk from tkinter import ttk, messagebox from PIL import Image, ImageTk import mysql.connector import db_connection def update_mistake 阅读全文
摘要:
import tkinter as tk from tkinter import ttk, messagebox import db_connection from update import UpdatePage import time # 查询数据库并返回结果 def fetch_mistake 阅读全文
摘要:
import tkinter as tk from tkinter import ttk, messagebox from PIL import Image, ImageTk import mysql.connector import select # 数据库连接函数 def create_conn 阅读全文
摘要:
export default { data() { return { currentDisplayCount: 2, searchItems: [ {field: 'name', label: '政策名称', value: '', logicalOperator: 'AND', matchType: 阅读全文
摘要:
今天实现高级检索的html代码 <template> <div id="search-container"> <div class="search-row" v-for="(item, index) in limitedSearchItems" :key="index"> <div class="s 阅读全文
摘要:
package com.example.controller; import com.example.pojo.Policy; import com.example.server.PolicyServer; import org.springframework.beans.factory.annot 阅读全文
摘要:
package com.example.server; import com.example.mapper.PolicyMapper; import com.example.pojo.Policy; import org.springframework.beans.factory.annotatio 阅读全文
摘要:
package com.example.mapper; import com.example.pojo.Policy; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; 阅读全文
摘要:
package com.zhen; import android.content.Intent; import android.util.Log; import android.widget.TextView; import android.widget.Toast; import androidx 阅读全文
摘要:
少爷放过我吧 今天实现科技政策查询的前端,我前端设计的页面包括输入框,全国,河北省,外省的按钮,这样方便有代表性的查询。 package com.zhen; import android.util.Log; import android.view.View; import android.widge 阅读全文