text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: ruoyi-admin/src/main/resources/templates/error/500.html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>RuoYi - 500</title> <link href="/css/bootstrap.min.css" rel="stylesheet"/> <link href="/c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/error/500.html", "license": "mit", "size": 836}
### File: ruoyi-admin/src/main/resources/templates/error/business.html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>RuoYi - 403</title> <link href="/css/bootstrap.min.css" rel="stylesheet"/> <link href="/css...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/error/business.html", "license": "mit", "size": 584}
### File: ruoyi-admin/src/main/resources/templates/error/unauth.html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>RuoYi - 403</title> <link href="/css/bootstrap.min.css" rel="stylesheet"/> <link href=...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/error/unauth.html", "license": "mit", "size": 851}
### File: ruoyi-admin/src/main/resources/templates/include.html <!-- 通用CSS --> <head th:fragment=header(title)> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content=""> <meta name="description" content=""> <title th:text="${title}"></titl...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/include.html", "license": "mit", "size": 7205}
### File: ruoyi-admin/src/main/resources/templates/index.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="renderer" content="webkit"> <title>若依管理系统首页</title> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/index.html", "license": "mit", "size": 13728}
### File: ruoyi-admin/src/main/resources/templates/login.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <title>若依管理系统</title> <meta name="keywor...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/login.html", "license": "mit", "size": 5238}
### File: ruoyi-admin/src/main/resources/templates/main.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--360浏览器优先以webkit内核解析--> <title>若依介绍</title> <link rel="sho...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/main.html", "license": "mit", "size": 39575}
### File: ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('登录日志列表')" /> </head> <body class="gray-bg"> <div class="co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/monitor/logininfor/logininfor.html", "license": "mit", "size": 4269}
### File: ruoyi-admin/src/main/resources/templates/monitor/online/online.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('在线用户列表')" /> </head> <body class="gray-bg"> <div class="contain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/monitor/online/online.html", "license": "mit", "size": 4812}
### File: ruoyi-admin/src/main/resources/templates/monitor/operlog/detail.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('操作日志详细')" /> <th:block th:include="include :: jsonview-css" /> </head> <body class="white-bg"> <div class="wrappe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/monitor/operlog/detail.html", "license": "mit", "size": 2381}
### File: ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('操作日志列表')" /> <th:block th:include="include :: bootstrap-select-css...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/monitor/operlog/operlog.html", "license": "mit", "size": 5951}
### File: ruoyi-admin/src/main/resources/templates/monitor/server/server.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('服务器监控')" /> </head> <body class="gray-bg"> <div class="wrapper wrapper-content"> <div class="col-sm-12">...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/monitor/server/server.html", "license": "mit", "size": 13308}
### File: ruoyi-admin/src/main/resources/templates/system/config/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增参数')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/config/add.html", "license": "mit", "size": 3122}
### File: ruoyi-admin/src/main/resources/templates/system/config/config.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('参数列表')" /> </head> <body class="gray-bg"> <div class="container...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/config/config.html", "license": "mit", "size": 5405}
### File: ruoyi-admin/src/main/resources/templates/system/config/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改参数')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/config/edit.html", "license": "mit", "size": 3490}
### File: ruoyi-admin/src/main/resources/templates/system/dept/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增部门')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <for...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dept/add.html", "license": "mit", "size": 4198}
### File: ruoyi-admin/src/main/resources/templates/system/dept/dept.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('部门列表')" /> </head> <body class="gray-bg"> <div class="container-div"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dept/dept.html", "license": "mit", "size": 4462}
### File: ruoyi-admin/src/main/resources/templates/system/dept/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改部门')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <fo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dept/edit.html", "license": "mit", "size": 4738}
### File: ruoyi-admin/src/main/resources/templates/system/dept/tree.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('部门树选择')" /> <th:block th:include="include :: ztree-css" /> </head> <style> body{height:auto;font-family: "Microsoft YaH...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dept/tree.html", "license": "mit", "size": 1790}
### File: ruoyi-admin/src/main/resources/templates/system/dict/data/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增字典数据')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/data/add.html", "license": "mit", "size": 3898}
### File: ruoyi-admin/src/main/resources/templates/system/dict/data/data.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('字典数据列表')" /> </head> <body class="gray-bg"> <div class="container-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/data/data.html", "license": "mit", "size": 4711}
### File: ruoyi-admin/src/main/resources/templates/system/dict/data/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改字典数据')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content">...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/data/edit.html", "license": "mit", "size": 4176}
### File: ruoyi-admin/src/main/resources/templates/system/dict/type/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增字典类型')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/type/add.html", "license": "mit", "size": 2538}
### File: ruoyi-admin/src/main/resources/templates/system/dict/type/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改字典类型')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content">...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/type/edit.html", "license": "mit", "size": 2782}
### File: ruoyi-admin/src/main/resources/templates/system/dict/type/type.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('字典类型列表')" /> </head> <body class="gray-bg"> <div class="container-...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/dict/type/type.html", "license": "mit", "size": 5429}
### File: ruoyi-admin/src/main/resources/templates/system/menu/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增菜单')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <for...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/menu/add.html", "license": "mit", "size": 7327}
### File: ruoyi-admin/src/main/resources/templates/system/menu/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改菜单')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <fo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/menu/edit.html", "license": "mit", "size": 8483}
### File: ruoyi-admin/src/main/resources/templates/system/menu/icon.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <meta charset="UTF-8"> <title>Font Awesome Ico list</title> <link href="/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/menu/icon.html", "license": "mit", "size": 27507}
### File: ruoyi-admin/src/main/resources/templates/system/menu/menu.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('菜单列表')" /> </head> <body class="gray-bg"> <div class="container-div"...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/menu/menu.html", "license": "mit", "size": 5654}
### File: ruoyi-admin/src/main/resources/templates/system/menu/tree.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('菜单树选择')" /> <th:block th:include="include :: ztree-css" /> </head> <style> body{height:auto;font-family: "Microsoft YaH...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/menu/tree.html", "license": "mit", "size": 1794}
### File: ruoyi-admin/src/main/resources/templates/system/notice/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增通知公告')" /> <th:block th:include="include :: summernote-css" /> </head> <body class="white-bg"> <div class="wrappe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/notice/add.html", "license": "mit", "size": 3425}
### File: ruoyi-admin/src/main/resources/templates/system/notice/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改通知公告')" /> <th:block th:include="include :: summernote-css" /> </head> <body class="white-bg"> <div class="wrapp...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/notice/edit.html", "license": "mit", "size": 3913}
### File: ruoyi-admin/src/main/resources/templates/system/notice/notice.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('通知公告列表')" /> </head> <body class="gray-bg"> <div class="containe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/notice/notice.html", "license": "mit", "size": 4408}
### File: ruoyi-admin/src/main/resources/templates/system/post/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增岗位')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <for...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/post/add.html", "license": "mit", "size": 3407}
### File: ruoyi-admin/src/main/resources/templates/system/post/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改岗位')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <fo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/post/edit.html", "license": "mit", "size": 3755}
### File: ruoyi-admin/src/main/resources/templates/system/post/post.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('岗位列表')" /> </head> <body class="gray-bg"> <div class="container-div"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/post/post.html", "license": "mit", "size": 4457}
### File: ruoyi-admin/src/main/resources/templates/system/role/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增角色')" /> <th:block th:include="include :: ztree-css" /> </head> <body class="white-bg"> <div class="wrapper wrapper-co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/add.html", "license": "mit", "size": 4493}
### File: ruoyi-admin/src/main/resources/templates/system/role/authUser.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('角色用户分配')" /> </head> <body class="gray-bg"> <div class="container-d...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/authUser.html", "license": "mit", "size": 5120}
### File: ruoyi-admin/src/main/resources/templates/system/role/dataScope.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('角色数据权限')" /> <th:block th:include="include :: ztree-css" /> </head> <body class="white-bg"> <div class="wrapper wr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/dataScope.html", "license": "mit", "size": 3662}
### File: ruoyi-admin/src/main/resources/templates/system/role/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改角色')" /> <th:block th:include="include :: ztree-css" /> </head> <body class="white-bg"> <div class="wrapper wrapper-c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/edit.html", "license": "mit", "size": 4895}
### File: ruoyi-admin/src/main/resources/templates/system/role/role.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('角色列表')" /> </head> <body class="gray-bg"> <div class="container-div"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/role.html", "license": "mit", "size": 6310}
### File: ruoyi-admin/src/main/resources/templates/system/role/selectUser.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('分配角色选择用户')" /> </head> <body class="gray-bg"> <div class="container-div"> <div class="row"> <div class="co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/role/selectUser.html", "license": "mit", "size": 3596}
### File: ruoyi-admin/src/main/resources/templates/system/user/add.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('新增用户')" /> <th:block th:include="include :: select2-css" /> </head> <body> <div class="form-content"> <form ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/add.html", "license": "mit", "size": 11147}
### File: ruoyi-admin/src/main/resources/templates/system/user/edit.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改用户')" /> <th:block th:include="include :: select2-css" /> </head> <body> <div class="form-content"> <form...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/edit.html", "license": "mit", "size": 10250}
### File: ruoyi-admin/src/main/resources/templates/system/user/profile/avatar.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改用户头像')" /> <th:block th:include="include :: cropbox-css" /> </head> <body class="white-bg"> <div class="...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/profile/avatar.html", "license": "mit", "size": 3240}
### File: ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('用户个人信息')" /> </head> <body class="gray-bg" style="font: 14px Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tah...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html", "license": "mit", "size": 12914}
### File: ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改用户密码')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/profile/resetPwd.html", "license": "mit", "size": 3059}
### File: ruoyi-admin/src/main/resources/templates/system/user/resetPwd.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" > <head> <th:block th:include="include :: header('修改密码')" /> </head> <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content"> ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/resetPwd.html", "license": "mit", "size": 1409}
### File: ruoyi-admin/src/main/resources/templates/system/user/user.html <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <th:block th:include="include :: header('用户列表')" /> <th:block th:include="include :: layout-latest-css" /> <th:b...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "HTML", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-admin/src/main/resources/templates/system/user/user.html", "license": "mit", "size": 9567}
### File: ruoyi-common/src/main/java/com/ruoyi/common/annotation/DataScope.java package com.ruoyi.common.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Tar...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/annotation/DataScope.java", "license": "mit", "size": 507}
### File: ruoyi-common/src/main/java/com/ruoyi/common/annotation/DataSource.java package com.ruoyi.common.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.ruoyi.common.enums.Data...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/annotation/DataSource.java", "license": "mit", "size": 541}
### File: ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java package com.ruoyi.common.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 自定义导出Excel数据注解 * * @auth...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java", "license": "mit", "size": 2083}
### File: ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excels.java package com.ruoyi.common.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Excel注解集 * * @author ruoyi */ @T...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excels.java", "license": "mit", "size": 359}
### File: ruoyi-common/src/main/java/com/ruoyi/common/annotation/Log.java package com.ruoyi.common.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/annotation/Log.java", "license": "mit", "size": 943}
### File: ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java package com.ruoyi.common.config; import java.io.FileNotFoundException; import java.util.HashMap; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ruoyi.common.utils.StringUtils; import com.ruoyi.co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/config/Global.java", "license": "mit", "size": 3103}
### File: ruoyi-common/src/main/java/com/ruoyi/common/config/ServerConfig.java package com.ruoyi.common.config; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Component; import com.ruoyi.common.utils.ServletUtils; /** * 服务相关配置 * * @author ruoyi * */ @Component p...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/config/ServerConfig.java", "license": "mit", "size": 902}
### File: ruoyi-common/src/main/java/com/ruoyi/common/config/datasource/DynamicDataSourceContextHolder.java package com.ruoyi.common.config.datasource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * 数据源切换处理 * * @author ruoyi */ public class DynamicDataSourceContextHolder { public ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/config/datasource/DynamicDataSourceContextHolder.java", "license": "mit", ...
### File: ruoyi-common/src/main/java/com/ruoyi/common/config/thread/ThreadPoolConfig.java package com.ruoyi.common.config.thread; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.ThreadPoolExecutor; import org.apache.commons...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/config/thread/ThreadPoolConfig.java", "license": "mit", "size": 2079}
### File: ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java package com.ruoyi.common.constant; /** * 通用常量信息 * * @author ruoyi */ public class Constants { /** * UTF-8 字符集 */ public static final String UTF8 = "UTF-8"; /** * 通用成功标识 */ public sta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java", "license": "mit", "size": 1221}
### File: ruoyi-common/src/main/java/com/ruoyi/common/constant/PermissionConstants.java package com.ruoyi.common.constant; /** * 权限通用常量 * * @author ruoyi */ public class PermissionConstants { /** 新增权限 */ public static final String ADD_PERMISSION = "add"; /** 修改权限 */ public static fin...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/constant/PermissionConstants.java", "license": "mit", "size": 652}
### File: ruoyi-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java package com.ruoyi.common.constant; /** * 任务调度通用常量 * * @author ruoyi */ public interface ScheduleConstants { public static final String TASK_CLASS_NAME = "TASK_CLASS_NAME"; /** 执行目标key */ public static fi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java", "license": "mit", "size": 1059}
### File: ruoyi-common/src/main/java/com/ruoyi/common/constant/ShiroConstants.java package com.ruoyi.common.constant; /** * Shiro通用常量 * * @author ruoyi */ public interface ShiroConstants { /** * 当前登录的用户 */ public static final String CURRENT_USER = "currentUser"; /** * 用户...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/constant/ShiroConstants.java", "license": "mit", "size": 1473}
### File: ruoyi-common/src/main/java/com/ruoyi/common/constant/UserConstants.java package com.ruoyi.common.constant; /** * 用户常量信息 * * @author ruoyi */ public class UserConstants { /** * 平台内系统用户的唯一标志 */ public static final String SYS_USER = "SYS_USER"; /** 正常状态 */ public s...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/constant/UserConstants.java", "license": "mit", "size": 4165}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/controller/BaseController.java package com.ruoyi.common.core.controller; import java.beans.PropertyEditorSupport; import java.util.Date; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/controller/BaseController.java", "license": "mit", "size": 4238}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java package com.ruoyi.common.core.domain; import java.util.HashMap; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; import com.ruoyi.common.utils.StringUtils; /** * 操作...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java", "license": "mit", "size": 4971}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java package com.ruoyi.common.core.domain; import java.io.Serializable; import java.util.Date; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonFormat; /** * Entity基类 * * @author ruoy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java", "license": "mit", "size": 2185}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/Ztree.java package com.ruoyi.common.core.domain; import java.io.Serializable; /** * Ztree树结构实体类 * * @author ruoyi */ public class Ztree implements Serializable { private static final long serialVersionUID = 1L; /** 节点ID */ ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/domain/Ztree.java", "license": "mit", "size": 1689}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/page/PageDomain.java package com.ruoyi.common.core.page; import com.ruoyi.common.utils.StringUtils; /** * 分页数据 * * @author ruoyi */ public class PageDomain { /** 当前记录起始索引 */ private Integer pageNum; /** 每页显示记录数 */ private In...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/page/PageDomain.java", "license": "mit", "size": 1347}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableDataInfo.java package com.ruoyi.common.core.page; import java.io.Serializable; import java.util.List; /** * 表格分页数据对象 * * @author ruoyi */ public class TableDataInfo implements Serializable { private static final long serialVersi...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableDataInfo.java", "license": "mit", "size": 1185}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableSupport.java package com.ruoyi.common.core.page; import com.ruoyi.common.constant.Constants; import com.ruoyi.common.utils.ServletUtils; /** * 表格数据处理 * * @author ruoyi */ public class TableSupport { /** * 封装分页对象 */ ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableSupport.java", "license": "mit", "size": 839}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/text/CharsetKit.java package com.ruoyi.common.core.text; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import com.ruoyi.common.utils.StringUtils; /** * 字符集工具类 * * @author ruoyi */ public class CharsetKit { /*...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/text/CharsetKit.java", "license": "mit", "size": 2447}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/text/Convert.java package com.ruoyi.common.core.text; import java.math.BigDecimal; import java.math.BigInteger; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.text.NumberFormat; import java.util.Set; import com.ruoyi.common.ut...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/text/Convert.java", "license": "mit", "size": 26517}
### File: ruoyi-common/src/main/java/com/ruoyi/common/core/text/StrFormatter.java package com.ruoyi.common.core.text; import com.ruoyi.common.utils.StringUtils; /** * 字符串格式化 * * @author ruoyi */ public class StrFormatter { public static final String EMPTY_JSON = "{}"; public static final char...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/core/text/StrFormatter.java", "license": "mit", "size": 3586}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java package com.ruoyi.common.enums; /** * 操作状态 * * @author ruoyi */ public enum BusinessStatus { /** * 成功 */ SUCCESS, /** * 失败 */ FAIL, }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java", "license": "mit", "size": 212}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessType.java package com.ruoyi.common.enums; /** * 业务操作类型 * * @author ruoyi */ public enum BusinessType { /** * 其它 */ OTHER, /** * 新增 */ INSERT, /** * 修改 */ UPDATE, ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessType.java", "license": "mit", "size": 608}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/DataSourceType.java package com.ruoyi.common.enums; /** * 数据源 * * @author ruoyi */ public enum DataSourceType { /** * 主库 */ MASTER, /** * 从库 */ SLAVE }
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/DataSourceType.java", "license": "mit", "size": 208}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/OnlineStatus.java package com.ruoyi.common.enums; /** * 用户会话 * * @author ruoyi */ public enum OnlineStatus { /** 用户状态 */ on_line("在线"), off_line("离线"); private final String info; private OnlineStatus(String info) { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/OnlineStatus.java", "license": "mit", "size": 369}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/OperatorType.java package com.ruoyi.common.enums; /** * 操作人类别 * * @author ruoyi */ public enum OperatorType { /** * 其它 */ OTHER, /** * 后台用户 */ MANAGE, /** * 手机端用户 */ MOBILE } ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/OperatorType.java", "license": "mit", "size": 275}
### File: ruoyi-common/src/main/java/com/ruoyi/common/enums/UserStatus.java package com.ruoyi.common.enums; /** * 用户状态 * * @author ruoyi */ public enum UserStatus { OK("0", "正常"), DISABLE("1", "停用"), DELETED("2", "删除"); private final String code; private final String info; UserStat...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/enums/UserStatus.java", "license": "mit", "size": 499}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/BusinessException.java package com.ruoyi.common.exception; /** * 业务异常 * * @author ruoyi */ public class BusinessException extends RuntimeException { private static final long serialVersionUID = 1L; protected final String message; public...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/BusinessException.java", "license": "mit", "size": 534}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/DemoModeException.java package com.ruoyi.common.exception; /** * 演示模式异常 * * @author ruoyi */ public class DemoModeException extends RuntimeException { private static final long serialVersionUID = 1L; public DemoModeException() ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/DemoModeException.java", "license": "mit", "size": 260}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/base/BaseException.java package com.ruoyi.common.exception.base; import com.ruoyi.common.utils.MessageUtils; import com.ruoyi.common.utils.StringUtils; /** * 基础异常 * * @author ruoyi */ public class BaseException extends RuntimeException { ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/base/BaseException.java", "license": "mit", "size": 1934}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileException.java package com.ruoyi.common.exception.file; import com.ruoyi.common.exception.base.BaseException; /** * 文件信息异常类 * * @author ruoyi */ public class FileException extends BaseException { private static final long serialVersionU...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileException.java", "license": "mit", "size": 365}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileNameLengthLimitExceededException.java package com.ruoyi.common.exception.file; /** * 文件名称超长限制异常类 * * @author ruoyi */ public class FileNameLengthLimitExceededException extends FileException { private static final long serialVers...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileNameLengthLimitExceededException.java", "license": "mit...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileSizeLimitExceededException.java package com.ruoyi.common.exception.file; /** * 文件名大小限制异常类 * * @author ruoyi */ public class FileSizeLimitExceededException extends FileException { private static final long serialVersionUID = 1L; publ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileSizeLimitExceededException.java", "license": "mit", "si...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/InvalidExtensionException.java package com.ruoyi.common.exception.file; import java.util.Arrays; import org.apache.commons.fileupload.FileUploadException; /** * 文件上传 误异常类 * * @author ruoyi */ public class InvalidExtensionException ext...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/file/InvalidExtensionException.java", "license": "mit", "size": ...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/job/TaskException.java package com.ruoyi.common.exception.job; /** * 计划策略异常 * * @author ruoyi */ public class TaskException extends Exception { private static final long serialVersionUID = 1L; private Code code; public Task...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/job/TaskException.java", "license": "mit", "size": 679}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java package com.ruoyi.common.exception.user; /** * 验证码错误异常类 * * @author ruoyi */ public class CaptchaException extends UserException { private static final long serialVersionUID = 1L; public CaptchaException...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java", "license": "mit", "size": 311}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/RoleBlockedException.java package com.ruoyi.common.exception.user; /** * 角色锁定异常类 * * @author ruoyi */ public class RoleBlockedException extends UserException { private static final long serialVersionUID = 1L; public RoleBlock...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/RoleBlockedException.java", "license": "mit", "size": 309}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserBlockedException.java package com.ruoyi.common.exception.user; /** * 用户锁定异常类 * * @author ruoyi */ public class UserBlockedException extends UserException { private static final long serialVersionUID = 1L; public UserBlock...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserBlockedException.java", "license": "mit", "size": 309}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserDeleteException.java package com.ruoyi.common.exception.user; /** * 用户账号已被删除 * * @author ruoyi */ public class UserDeleteException extends UserException { private static final long serialVersionUID = 1L; public UserDelete...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserDeleteException.java", "license": "mit", "size": 318}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserException.java package com.ruoyi.common.exception.user; import com.ruoyi.common.exception.base.BaseException; /** * 用户信息异常类 * * @author ruoyi */ public class UserException extends BaseException { private static final long ser...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserException.java", "license": "mit", "size": 382}
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserNotExistsException.java package com.ruoyi.common.exception.user; /** * 用户不存在异常类 * * @author ruoyi */ public class UserNotExistsException extends UserException { private static final long serialVersionUID = 1L; public User...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserNotExistsException.java", "license": "mit", "size": 319...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordNotMatchException.java package com.ruoyi.common.exception.user; /** * 用户密码不正确或不符合规范异常类 * * @author ruoyi */ public class UserPasswordNotMatchException extends UserException { private static final long serialVersionUID = ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordNotMatchException.java", "license": "mit", "siz...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordRetryLimitCountException.java package com.ruoyi.common.exception.user; /** * 用户错误记数异常类 * * @author ruoyi */ public class UserPasswordRetryLimitCountException extends UserException { private static final long serialVersio...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordRetryLimitCountException.java", "license": "mit...
### File: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordRetryLimitExceedException.java package com.ruoyi.common.exception.user; /** * 用户错误最大次数异常类 * * @author ruoyi */ public class UserPasswordRetryLimitExceedException extends UserException { private static final long serialVe...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordRetryLimitExceedException.java", "license": "mi...
### File: ruoyi-common/src/main/java/com/ruoyi/common/json/JSON.java package com.ruoyi.common.json; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import com.fasterxml.jackson.core.JsonGenerationException; import com.fasterxml.jackson.core.JsonParseExce...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/json/JSON.java", "license": "mit", "size": 4673}
### File: ruoyi-common/src/main/java/com/ruoyi/common/json/JSONObject.java package com.ruoyi.common.json; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.StringTokenizer; import java.util.regex.Matcher; impo...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/json/JSONObject.java", "license": "mit", "size": 21829}
### File: ruoyi-common/src/main/java/com/ruoyi/common/utils/AddressUtils.java package com.ruoyi.common.utils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ruoyi.common.config.Global; import com.ruoyi.common.json.JSON; import com.ruoyi.common.json.JSONObject; import com.ruoyi.common.utils....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/utils/AddressUtils.java", "license": "mit", "size": 1554}
### File: ruoyi-common/src/main/java/com/ruoyi/common/utils/Arith.java package com.ruoyi.common.utils; import java.math.BigDecimal; import java.math.RoundingMode; /** * 精确的浮点数运算 * * @author ruoyi */ public class Arith { /** 默认除法运算精度 */ private static final int DEF_DIV_SCALE = 10; /*...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/RuoYi", "path": "ruoyi-common/src/main/java/com/ruoyi/common/utils/Arith.java", "license": "mit", "size": 3384}