码迷,mamicode.com
首页 >  
搜索关键字:sga shared pool scope sysstat    ( 10321个结果
现有计算机目录添加计算机名称错误
问题现象:原有计算机名称为office###,现在添加计算机名称为test###解决方法:1.Get-AcctIdentityPool-IdentityPoolNameoffice-desktop#查看有问题的计算机目录的身份标识2.Set-AcctIdentityPool-NamingSchemeSRSRI-Office###-IdentityPoolNameOffice-Desktop#修改计
分类:其他好文   时间:2020-07-02 09:26:35    阅读次数:65
linux之ntp服务
ntp命令 主要用于对计算机的时间同步管理操作。 这个时间对服务器非常重要。 1、手动同步,一次性同步 ntpdate 时间服务器地址 (http://www.ntp.org.cn/pool.php 这个网址里面找) 例如用阿里云的 ntpdate 120.25.108.11 2、通过服务自动同步。 ...
分类:系统相关   时间:2020-07-02 00:24:00    阅读次数:90
Spring系统学习--1、IOC和DI
Spring,Spring,Spring,天天用,但是对她太过缺乏“深入”的了解,今天思虑良久,下定决心,我要好好“深入的”了解一下她。 Spring是一个架构性的框架:也就是改变代码结构的框架; 1.学习环境的准备 大部分教学视频是使用老掉牙Ecliplse教学Spring的,但是我TM是真的不想 ...
分类:编程语言   时间:2020-07-02 00:07:24    阅读次数:49
JVM类加载
JVM class文件格式 魔法数 CAFE BABE 编译器版本号 Constant count Constant pool access flag this class super class interface count interfaces field count fields metho ...
分类:其他好文   时间:2020-07-01 20:22:12    阅读次数:65
error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directory
hiredis 的应用程序出错。 ./example-libevent: error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such file or directo ...
分类:其他好文   时间:2020-07-01 13:03:53    阅读次数:97
idea springboot热部署
1、pom文件添加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>tru ...
分类:编程语言   时间:2020-06-30 23:01:10    阅读次数:107
Dynamic Disk Pool技术解析
传统RAID技术在面临大容量磁盘的时候显得有点力不从心,这主要由于大容量磁盘技术的引入使得RAID的数据重构时间急剧变长,并且整体IO性能也受到了严重影响。所以很多人预测,传统RAID技术作为存储核心的时代即将过去,大容量磁盘的数据管理需要其它的数据保护技术。我也曾经在一些文章中分析过,传统RAID ...
分类:其他好文   时间:2020-06-30 22:49:13    阅读次数:63
idea使用maven工程创建web项目并支持jsp
主要要再pom文件里面添加依赖: <!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api --> <dependency> <groupId>javax.servlet</groupId> <artifactId ...
分类:Web程序   时间:2020-06-30 20:16:47    阅读次数:83
批量爬取网站上的文本和图片,并保存至word中
1 from pyquery import PyQuery as pq 2 import requests as rs 3 from docx import Document 4 from docx.shared import RGBColor 5 6 7 html = ''' 8 https:// ...
分类:Web程序   时间:2020-06-30 17:15:14    阅读次数:117
K8s可视化监控之-Weave Scope
K8s可视化监控之-Weave Scope 一 背景 在生成环境中k8s应用部署众多,需要一款可视化工具方便日常获知集群的实时状态,并为故障排查提供及时和准确的数据支持。在此背景下,Weaveworks的项目Weave Scope 应运而生,其是一款 Docker 和 Kubernetes 可视化监 ...
分类:其他好文   时间:2020-06-30 11:18:31    阅读次数:87
10321条   上一页 1 ... 38 39 40 41 42 ... 1033 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!