摘要:
import tkinter as tk from tkinter import ttk, messagebox from PIL import Image, ImageTk import mysql.connector import select # 数据库连接函数 def create_conn 阅读全文
posted @ 2024-06-17 23:41
七安。
阅读(9)
评论(0)
推荐(0)
摘要:
export default { data() { return { currentDisplayCount: 2, searchItems: [ {field: 'name', label: '政策名称', value: '', logicalOperator: 'AND', matchType: 阅读全文
posted @ 2024-06-17 23:16
七安。
阅读(13)
评论(0)
推荐(0)
摘要:
今天实现高级检索的html代码 <template> <div id="search-container"> <div class="search-row" v-for="(item, index) in limitedSearchItems" :key="index"> <div class="s 阅读全文
posted @ 2024-06-17 23:15
七安。
阅读(13)
评论(0)
推荐(0)
摘要:
package com.example.controller; import com.example.pojo.Policy; import com.example.server.PolicyServer; import org.springframework.beans.factory.annot 阅读全文
posted @ 2024-06-17 23:12
七安。
阅读(8)
评论(0)
推荐(0)
摘要:
package com.example.server; import com.example.mapper.PolicyMapper; import com.example.pojo.Policy; import org.springframework.beans.factory.annotatio 阅读全文
posted @ 2024-06-17 23:12
七安。
阅读(11)
评论(0)
推荐(0)
摘要:
package com.example.mapper; import com.example.pojo.Policy; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Select; 阅读全文
posted @ 2024-06-17 23:10
七安。
阅读(13)
评论(0)
推荐(0)
摘要:
package com.zhen; import android.content.Intent; import android.util.Log; import android.widget.TextView; import android.widget.Toast; import androidx 阅读全文
posted @ 2024-06-17 23:09
七安。
阅读(12)
评论(0)
推荐(0)
摘要:
少爷放过我吧 今天实现科技政策查询的前端,我前端设计的页面包括输入框,全国,河北省,外省的按钮,这样方便有代表性的查询。 package com.zhen; import android.util.Log; import android.view.View; import android.widge 阅读全文
posted @ 2024-06-17 23:08
七安。
阅读(14)
评论(0)
推荐(0)