会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Robots2
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
···
34
下一页
2023年3月25日
vue-element-template实现顶部菜单栏
摘要: 一、框架侧边栏改为顶部导航栏 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
阅读(1661)
评论(0)
推荐(0)
2023年3月22日
vue-element-template改为从后台获取菜单
摘要: 一、后端接口获取菜单信息 1、返回数据样式 { "code": 20000, "data": [{ "menuId": "2000000000000001", "parentMenuId": "0", "name": "Json工具", "menuType": 2, "component": "#"
阅读全文
posted @ 2023-03-22 10:01 Robots2
阅读(447)
评论(0)
推荐(0)
vue-element-template去除登录
摘要: 一、修改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
阅读(296)
评论(0)
推荐(0)
2023年3月6日
Amis配置
摘要: 一、穿梭器 { "type": "transfer-picker", "name": "parentMenuId", "label": "父菜单ID", "id": "transfer-picker-receiver", "resetValue": "", "sortable": true, "se
阅读全文
posted @ 2023-03-06 18:24 Robots2
阅读(246)
评论(0)
推荐(0)
2023年2月20日
Shell脚本常用写法
摘要: 一、变量定义 | 赋值 | 输出 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
阅读(46)
评论(0)
推荐(0)
2023年2月19日
vue-element-admin改为从后台获取菜单
摘要: 一、修改文件\src\router\index.js 文件的asyncRoutes清理为 export const asyncRoutes = [ { path: '*', redirect: '/404', hidden: true } ] 二、修改src\store\modules\permis
阅读全文
posted @ 2023-02-19 14:09 Robots2
阅读(155)
评论(0)
推荐(0)
2023年2月17日
SecureCRT 屏幕输出行数设置
摘要: 第一步:打开设置 第二步:设置历史展示行数 第三步:保存后重启软件即可
阅读全文
posted @ 2023-02-17 15:36 Robots2
阅读(1698)
评论(0)
推荐(0)
2023年2月15日
Maven配置多数据源
摘要: 一、配置文件 修改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
阅读(631)
评论(0)
推荐(0)
Spring Boot项目设置跨域
摘要: 一、跨域设置 新建一个配置类 import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import ja
阅读全文
posted @ 2023-02-15 17:06 Robots2
阅读(327)
评论(0)
推荐(0)
2023年2月13日
vue集成amis
摘要: 一、下载amis 方式一:git下载sdk.tar.gz,https://github.com/baidu/amis/releases 方式二:npm i amis 来下载,在 node_modules\amis\sdk 目录里就能找到 二、把下载的amis目录复制到public/lib目录下 三、
阅读全文
posted @ 2023-02-13 09:34 Robots2
阅读(3526)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
34
下一页
公告