Code Monkey home page Code Monkey logo

zui_demo's Introduction

简介

一个zui写的一些小demo,总之最大的用途是完成作业,没有实际功能
work2内含登录及导航、菜单例子
work3主要是数据表格、表格数据请求与展示更新、借助js语法的条件查询

work2预览

登录

主页

work3预览

条件查询

支持的条件(部分) 列名括号内的英文字符串为列关键词
字符串包含: '快递' in name
小于: id < 8
大于: id > 8
等于: adminId = 8
多条件: id < 8 || adminId = 8 && '快递' in name
特殊查询(字符串): phone.startsWith('139')

work4预览

管理员添加模态框
该页面的table由zui栅格系统模拟

work5预览

添加、修改、删除列表,并且使用vite+vue3+typescript
挺无趣的,按作业要求还得嵌一个zui+jquery,麻烦且难看

work6简洁

java19 + tomcat10 + servlet + mysql8 的小例子 顶级折磨,tomcat10必须Jakarta.servlet,mysql问题也一堆,最后接口成了,页面样式却不见了,真恶心啊

后话

work2里本想用那个Bootbox代替alert,结果依赖一大堆真麻烦
work3中的iframe真的折磨,不易操作、交换信息,耗时还严重,就这还要求条件查询,要不是作业真不想用这个

zui_demo's People

Contributors

stareven233 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.