码迷,mamicode.com
首页 >  
搜索关键字:rman compress    ( 2717个结果
Laya 自制框架之窗口层级管理器
Laya 自制框架之窗口层级管理器 @author ixenos 2021年5月26日 1 package framework.manager 2 { 3 import laya.display.Sprite; 4 import laya.events.Event; 5 import laya.ui ...
分类:其他好文   时间:2021-06-02 11:36:35    阅读次数:0
如何在 CentOS 系统中安装和配置 nginx 服务? 原创
由于目前负责公司 DevOps 平台的前端开发工作的原因,工作中会经常遇到 nginx 服务器相关的维护工作,通过学习和工作实践积累了一些 nginx 服务器的相关配置经验和知识积累。 在之前的《前端性能优化 – 启用 GZip 压缩》一文中就给大家介绍过如何在 nginx 中开启 gzip。并且也 ...
分类:其他好文   时间:2021-05-24 14:01:55    阅读次数:0
排序使用filesort 时查看是否使用了临时表
/* 打开 optimizer_trace,只对本线程有效 */ 0: SET optimizer_trace="enabled=on"; /* @a 保存 Innodb_rows_read 的初始值 */ 1: SELECT VARIABLE_VALUE into @a from performa ...
分类:编程语言   时间:2021-05-23 23:10:56    阅读次数:0
The Most Popular Serverless Deployment Tools
Serverless deployment is a key consideration when starting to write software using Function-as-a-Service services such as AWS Lambda. In the beginning ...
分类:其他好文   时间:2021-05-03 11:50:17    阅读次数:0
python zipfile
import os, zipfile def deflate(paths, zip_path): z = zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED, allowZip64=True, compresslevel=9) for path i ...
分类:编程语言   时间:2021-04-23 12:03:14    阅读次数:0
ingress的基本使用
1.Ingress测试示例 1.定义一个deployment [root@k8s-master01 service-ingress]# cat nginx-test.yaml apiVersion: v1 kind: Service metadata: name: ingress-test labe ...
分类:其他好文   时间:2021-04-16 12:25:19    阅读次数:0
performance_schema初相识
监控MySQL Server运行时资源消耗、资源等待,information_schema关注Server运行的元数据信息,performance_schema通过事件来实现监控,事件可以是函数调用、操作系统等待、或者sql语句的解析排序等阶段 其他特点: performance_schema不会随 ...
分类:其他好文   时间:2021-04-13 11:59:30    阅读次数:0
RocketMQ - body Compress
在看书梳理代码的时候发现了一个变量:compressMsgBodyOverHowmuch (在DefaultMQProducer.java中)字面意思就是:消息体超过该值则启用压缩, 默认4K。 以前看过一点压缩算法的一些东西,想看看rocket mq中是如何进行压缩的。 在DefaultMQPro ...
分类:其他好文   时间:2021-04-05 11:53:45    阅读次数:0
图片API常用的接口
1.图片API // 查看图片API previewImage(e) { console.log(e) var _this = this my.previewImage({ //查看图片的接口 current: e.target.dataset.id, //点击图片时显示的位置,比如我点开第三张图, ...
分类:Windows程序   时间:2021-03-30 13:33:16    阅读次数:0
Northern Eurasia Finals Online 2020 L - Lookup Performance
处理了一年的边界问题 #include <bits/stdc++.h> using namespace std; const int N = 2e5 + 10; #define fi first #define se second #define sz(v) ((int)(v).size()) #d ...
分类:其他好文   时间:2021-03-15 11:18:36    阅读次数:0
2717条   上一页 1 2 3 4 ... 272 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!