强大的开源企业级数据库监控利器Lepus收录于话题#打怪升级进阶之路30个跳跃猫引导关注Lepus监控简单介绍官方网站:http://www.lepus.cc开源企业级数据库监控系统简洁、直观、强大的开源数据库监控系统,MySQL/Oracle/MongoDB/Redis一站式性能监控,让数据库监控更简单Git仓库地址:https://gitee.com/ruzuojun/Lepus简单介绍:Le
分类:
数据库 时间:
2020-12-02 11:53:38
阅读次数:
13
很多场景我们需要根据多个表的某字段进行关联更新。 select * from table1 t1; select * from table2 t2; 现需求:参照table2表修改table1表,修改条件为两表的fname列内容一致。 常见陷阱: update table1 t1 set t1.fm ...
分类:
数据库 时间:
2020-12-01 12:27:08
阅读次数:
14
主键约束 SQL> alter table customers add constraint customers_pk primary key (customer_id); Table altered. col constraint_name for a30 col constraint_type ...
分类:
数据库 时间:
2020-12-01 12:20:58
阅读次数:
12
今天做数据库导出报错:EXP-00091:Exportingquestionablestatistics.在对ORACLE数据库做exp备份导出时报EXP-00091:Exportingquestionablestatistics”错误:详情如下:EXP-00091:Exportingquestionablestatistics.EXP-00091:Exportingquestionablesta
分类:
数据库 时间:
2020-12-01 11:59:32
阅读次数:
11
css中,在.swiper-pagination-bullet-active{}中修改就ok。 默认样式为: .swiper-pagination-bullet-active { background-color: #e8561a; width: 20px; border-radius: 20px; ...
分类:
其他好文 时间:
2020-11-27 11:33:41
阅读次数:
7
需求描述: -数据分页 -搜索展示() -数据列排序、多列排序 -不想写接口 -支持自定义 缺点: 不适合大量数据展示:随着数据量的增加,页面渲染速度明显变慢 Tips: 大量数据还是采用数据库切片搜索较为妥当。 插件地址: https://www.datatables.net/ 效果测试: 基础配 ...
分类:
其他好文 时间:
2020-11-27 10:53:44
阅读次数:
4
7.测试分类 (笔试题) 测试分类: 按阶段划分 代码是否执行 程序运行划分 其他 阶段划分: 单元测试: 单个功能的测试 (增删改查 分页 上传 下载 ) 集成测试 : 功能模块的测试 (多个功能功点进行总结在一起) 系统测试: 多个模块合成测试 (整个软件的整体测试) 验收测试 : 客户以及产品 ...
分类:
其他好文 时间:
2020-11-27 10:53:25
阅读次数:
4
[oracle@wallet01 ~]$ cat /home/oracle/script/full_backup.sh #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi export SH_HOME=/home/orac ...
分类:
数据库 时间:
2020-11-26 15:19:56
阅读次数:
23
select * from v$sql select row_number() over (order by a.username, a.client_info, a.terminal) as id , a.username, a.sid, a.serial# as serial_id, a.cli ...
分类:
数据库 时间:
2020-11-26 14:51:52
阅读次数:
9
#2.1 基本情况 ##组长博客链接: 组长博客 ##答辩总结 alpha冲刺完成了前面的大部分页面,还剩下最后一个页面还没有完成,这次冲刺团队磨合得挺好,因为考试也比较多,所以这次冲刺有出现一部分人准备考试,另一部分人来进行冲刺,总体而言大家表现都很好 ##全组讨论的照片 ##评估贡献比例 工作流 ...
分类:
其他好文 时间:
2020-11-26 14:41:33
阅读次数:
6