1.谈谈你对Java面向对象的理解? 面向对象就是把构成问题的事务分解成一个个对象,建立对象的目的不是一个步骤,而是为了描述一个事务在解决问题中的行为。类是面向对象的一个重要概念,类是很多个具有相同属性和行为特征的对象抽象出来的,对象是类的一个实例。 类具有三个属性:继承、封装和多态。 封装:通过把 ...
分类:
编程语言 时间:
2020-06-30 14:32:32
阅读次数:
48
mysql> show databases; + + | Database | + + | information_schema | | mysql | | newauth4a | | performance_schema | | pre4a | | sys | + + 6 rows in set ...
分类:
数据库 时间:
2020-06-30 12:46:33
阅读次数:
56
检查当前实例是否有外键/视图/触发器/事件等 ## 检查非系统数据库外视图 SELECT * FROM information_schema.views WHERE TABLE_SCHEMA NOT IN('information_schema','sys','performance_schema' ...
分类:
数据库 时间:
2020-06-29 20:16:42
阅读次数:
92
一,引言( 前情回顾) Azure Monitor 包括 Log Analytics 和 Application Insights,其提供的高级工具适用于收集和分析遥测数据,以便最大程度地提高云和本地的资源和应用程序的性能和可用性。 它可以帮助我们了解应用程序的性能,并主动识别影响应用程序及其所依赖 ...
分类:
其他好文 时间:
2020-06-29 15:00:49
阅读次数:
39
port 26379protected-mode nodaemonize yeslogfile "26379.log"dir "./" # sentinel monitor [master-group-name] [ip] [port] [quorum]## master-group-name:ma ...
分类:
其他好文 时间:
2020-06-28 22:52:02
阅读次数:
96
前言 天津神舟通用数据技术有限公司(简称“神舟通用公司”),隶属于中国航天科技集团(CASC)。是国内从事数据库、大数据解决方案和数据挖掘分析产品研发的专业公司。公司获得了国家核高基科技重大专项重点支持,是核高基专项的牵头承担单位。自1993年在航天科技集团开展数据库研发以来,神通数据库已历经27年 ...
分类:
数据库 时间:
2020-06-28 09:49:15
阅读次数:
90
PinPoint全链路监控 简介 Pinpoint是一个开源的 APM (Application Performance Management/应用性能管理)工具,用于基于java的大规模分布式系统,基于Google Dapper论文。 仿照 Google Dapper , Pinpoint 通过跟 ...
分类:
其他好文 时间:
2020-06-27 09:58:39
阅读次数:
86
centos7中设置nginx的systemctl启动方式 1.建立服务文件 (1)文件路径 vim /usr/lib/systemd/system/nginx.service (2)服务文件内容 [Unit] Description=nginx - high performance web ser ...
分类:
其他好文 时间:
2020-06-27 00:19:54
阅读次数:
192
Vasya works as a DJ in the best Berland nightclub, and he often uses dubstep music in his performance. Recently, he has decided to take a couple of ol ...
分类:
其他好文 时间:
2020-06-24 23:15:59
阅读次数:
50
1、模拟弱网环境 打开Fiddler,Rules->Performance->勾选 Simulate Modem Speeds,勾选之后访问网站会发现网络慢了很多 2、Fiddler弱网的原理 Rules—>Cutomize Rules打开CustomRules.js 文档 在文件中搜索关键字,m_ ...
分类:
其他好文 时间:
2020-06-23 21:33:27
阅读次数:
60