Java project: Hospital online appointment registration system (java+SSM+JSP+Bootstrap+layUI+echarts+Mysql)

Source code acquisition: Download from “Resources” on my blog homepage! Project Introduction ssm hospital online appointment registration system Roles: Admin, User, Doctor After the administrator logs in, the main functions include: homepage, user list, add user, department list, new department, doctor list, new doctor information, announcement list, new announcement, system settings, data statistics and other […]

Java project: Hospital online appointment registration system (java+SSM+JSP+Bootstrap+layUI+echarts+Mysql)

Source code acquisition: Download from “Resources” on my blog homepage! Project Introduction ssm hospital online appointment registration system Roles: Admin, User, Doctor After the administrator logs in, the main functions include: homepage, user list, add user, department list, new department, doctor list, new doctor information, announcement list, new announcement, system settings, data statistics and other […]

layui tree control tree optimization

First, the renderings: The component I chose is this: After dynamic rendering is completed, the form loading is completed, and the node click events are added to js: //Sidebar icon replacement //layui-icon-subtraction $(function () { $(“.layui-icon-file”).addClass(“backs”); $(“.backs”).removeClass(“layui-icon-file”); $(“.backs”).append(`<svg t=”1695731760964″ class=”icon” viewBox=”0 0 1024 1024″ version=”1.1″ xmlns=” http://www.w3.org/2000/svg” p-id=”16910″ width=”20″ height=”20″><path d=”M746.666667 842.666667v64H277 .333333v-64h469.333334z m160-704v618.666666h-789.333334v-618.666666h789.333334z m-64 […]

EasyUI datagrid dynamically loads json data

I recently worked on a project where the requirement was that two tables could find more than 10 different result sets. If you want to use only one table to display all the results differently, then you must use fixed field names. If you want to dynamically load the data returned from the background to […]

The datagrid in Easyui embeds the select drop-down box

Question: I want to embed a select drop-down box in datagrid and obtain the selected value of each drop-down box in each row of data selected by datagrid when submitting the form. Solution: Among them, economicIssuesSelect uses the drop-down box, focusing on initEconomicIssues(row) method. The method here needs to pass row $(‘#queryPcpTable’).datagrid({<!– –> title: ‘pcp […]

Thymeleaf template reports error when SpringBoot+layui implements table data rendering and conditional query

ERROR 15028 – [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed ; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: “class path resource [templates/admin/user_list.html]”)] with root cause Error reason 2023-09-15 15:47:12.799 ERROR 15028 — [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context […]

ComfyUIInstall the window version

Article directory Preface step Download comfyUI Configure large models and VAE Download dependent components start up Generate pictures Solution Preface Since stable diffusion web ui cannot control the process, just click the Generate button and everything will be handled by AI. However, when used in production and life, each process needs to be carefully controlled. […]

[Upload and download written by flask+layui2.7]

flask + layui to create a simple upload and download project Before starting, I still want to thank csdn for its AI function. No1. Function description No2. Function shortcut keys Directory Structure Directly upload the code All codes can be downloaded here Before starting, I would like to thank csdn for its AI function At […]