上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 34 下一页
摘要: 一、参数配置说明 属性 说明 建议值 url 数据库的jdbc连接地址。一般为连接oracle/mysql。示例如下: mysql : jdbc:mysql://ip:port/dbname?option1&option2&… oracle : jdbc:oracle:thin:@ip:port:o 阅读全文
posted @ 2023-04-10 09:30 Robots2 阅读(1860) 评论(0) 推荐(0)
摘要: 一、如项目不需要某个目录建立索引 右键需要排除的项目 阅读全文
posted @ 2023-04-03 18:04 Robots2 阅读(1753) 评论(0) 推荐(0)
摘要: 一、框架侧边栏改为顶部导航栏 1、复制src/layout/componets/Sidebar所有文件至同级目录,改名为Headbar 2、src/layout/components/index.js中声明Headbar export { default as Headbar } from './H 阅读全文
posted @ 2023-03-25 23:16 Robots2 阅读(1684) 评论(0) 推荐(0)
摘要: 一、后端接口获取菜单信息 1、返回数据样式 { "code": 20000, "data": [{ "menuId": "2000000000000001", "parentMenuId": "0", "name": "Json工具", "menuType": 2, "component": "#" 阅读全文
posted @ 2023-03-22 10:01 Robots2 阅读(453) 评论(0) 推荐(0)
摘要: 一、修改src目录下的permission.js文件 1、注释 //if (hasToken) { // if (to.path '/login') { // // if is logged in, redirect to the home page // next({ path: '/' }) / 阅读全文
posted @ 2023-03-22 09:44 Robots2 阅读(300) 评论(0) 推荐(0)
摘要: 一、穿梭器 { "type": "transfer-picker", "name": "parentMenuId", "label": "父菜单ID", "id": "transfer-picker-receiver", "resetValue": "", "sortable": true, "se 阅读全文
posted @ 2023-03-06 18:24 Robots2 阅读(251) 评论(0) 推荐(0)
摘要: 一、变量定义 | 赋值 | 输出 1、debugmap #!/bin/bash source /etc/profile # hive_json_tuple_params_orignal.tmp # exl_questiongroup_id # exl_appcode # exl_restype de 阅读全文
posted @ 2023-02-20 12:43 Robots2 阅读(49) 评论(0) 推荐(0)
摘要: 一、修改文件\src\router\index.js 文件的asyncRoutes清理为 export const asyncRoutes = [ { path: '*', redirect: '/404', hidden: true } ] 二、修改src\store\modules\permis 阅读全文
posted @ 2023-02-19 14:09 Robots2 阅读(158) 评论(0) 推荐(0)
摘要: 第一步:打开设置 第二步:设置历史展示行数 第三步:保存后重启软件即可 阅读全文
posted @ 2023-02-17 15:36 Robots2 阅读(1705) 评论(0) 推荐(0)
摘要: 一、配置文件 修改maven配置文件,用户目录下.m2文件夹中的setting.xml,内容如下 <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns 阅读全文
posted @ 2023-02-15 22:45 Robots2 阅读(642) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 34 下一页