会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Robots2
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
17
18
19
20
21
22
23
24
25
···
34
下一页
2023年4月10日
druid 连接池参数说明
摘要: 一、参数配置说明 属性 说明 建议值 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)
2023年4月3日
IDEA引入大项目一直updating indices解决办法
摘要: 一、如项目不需要某个目录建立索引 右键需要排除的项目
阅读全文
posted @ 2023-04-03 18:04 Robots2
阅读(1753)
评论(0)
推荐(0)
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
阅读(1684)
评论(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
阅读(453)
评论(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
阅读(300)
评论(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
阅读(251)
评论(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
阅读(49)
评论(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
阅读(158)
评论(0)
推荐(0)
2023年2月17日
SecureCRT 屏幕输出行数设置
摘要: 第一步:打开设置 第二步:设置历史展示行数 第三步:保存后重启软件即可
阅读全文
posted @ 2023-02-17 15:36 Robots2
阅读(1705)
评论(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
阅读(642)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
34
下一页
公告