Skip to content
View DeJaVuSy's full-sized avatar

Block or report DeJaVuSy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. vue3.2-vite-element-plus vue3.2-vite-element-plus Public

    该项目是基于 vue3.2 + vite2 + Element-Plus + Vue-Router4 + Javascript开发的后台管理系统。Vue3.2糖语法,只需要在 script 标签上加上 setup 属性,组件在编译的过程中代码运行的上下文是在 setup() 函数中,无需 return,template 可直接使用。Vite 通过在一开始将应用中的模块区分为 依赖 和 源码 …

    Vue 3 1

  2. HtxkEmsm HtxkEmsm Public

    Forked from hongmaple/HtxkEmsm

    本系统基于若依框架,感谢若依的开源,RuoYi 是一个 Java EE 企业级快速开发平台,基于经典技术组合(Spring Boot、Apache Shiro、MyBatis、Thymeleaf、Bootstrap),内置模块如:部门管理、角色用户、菜单及按钮授权、数据权限、系统参数、日志管理、通知公告等。在线定时任务配置;支持集群,支持多数据源。 #主要特性 完全响应式布局(支持电脑、平板…

    HTML

  3. nest-ts nest-ts Public

    项目基于Nest和TypeORM开发的一款程序。Nest (NestJS) 是一个用于构建高效、可扩展的 Node.js 服务器端应用程序的开发框架。它利用 JavaScript 的渐进增强的能力,使用并完全支持 TypeScript (仍然允许开发者使用纯 JavaScript 进行开发),并结合了 OOP (面向对象编程)、FP (函数式编程)和 FRP (函数响应式编程)。TypeOR…

    TypeScript

  4. springboot-mybatis-plus springboot-mybatis-plus Public

    MyBatis-plus是一款MyBatis的增强工具,在MyBatis 的基础上只做增强不做改变。其是国内团队苞米豆在MyBatis基础上开发的增强框架,扩展了一些功能,以提高效率。引入 Mybatis-Plus 不会对现有的 Mybatis 构架产生任何影响,而且 MyBatis-plus 支持所有 Mybatis 原生的特性 。

    Java 1

  5. testThread testThread Public

    线程测试

    Java

  6. algorithm algorithm Public

    数据结构与算法,选择排序、分而治之、二分查找、快速排序、递归、散列表

    Java