码迷,mamicode.com
首页 >  
搜索关键字:rman performance    ( 3641个结果
.NET Core MVC 中 Controller 中让页面跳转的方法
方式一: 在控制器的方法内部结尾使用 return View(); 来打开与方法同名的页面,如: public ActionResult Login() { return View(); } 该写法打开 Login 页面。 方式二: 可以添加参数来显式地指定要跳转的页面,如: return View ...
分类:Web程序   时间:2020-06-30 12:55:40    阅读次数:159
记录一则mysql主从延迟故障log
mysql> show databases; + + | Database | + + | information_schema | | mysql | | newauth4a | | performance_schema | | pre4a | | sys | + + 6 rows in set ...
分类:数据库   时间:2020-06-30 12:46:33    阅读次数:56
MySQL Table--检查当前实例是否有外键/视图/触发器/事件
检查当前实例是否有外键/视图/触发器/事件等 ## 检查非系统数据库外视图 SELECT * FROM information_schema.views WHERE TABLE_SCHEMA NOT IN('information_schema','sys','performance_schema' ...
分类:数据库   时间:2020-06-29 20:16:42    阅读次数:92
Nginx反向代理多域名的HTTP和HTTPS服务
当前Nginx已经反向代理了两个网站,分别是基于Windows的IIS和Linux的Apach服务器,提供网页服务。现在有新项目的网页需要对外提供服务,需要在代理服务器上增加另外一个网站,使用HTTPS访问以及HTTP自动跳转HTTPS。由于新网页是静态页面,所以使用Docker部署在Nginx代理服务器上。相关的certificates是通过let‘sencrypt来获取的,都是单独的证
分类:Web程序   时间:2020-06-29 09:44:26    阅读次数:66
Oracle character set
Based on Oracle, processing an English character takes 1 byte, but 3 bytes for a Chinese character. For example: select ename, length(ename), lengthb( ...
分类:数据库   时间:2020-06-27 20:30:11    阅读次数:74
决策变元选择_决策分支策略——文献学习Improving SAT Solving Using Monte Carlo Tree Search-Based Clause Learning
Improving SAT Solving Using Monte Carlo Tree Search-Based Clause Learning keszocze O., Schmitz K., Schloeter J., Drechsler R. (2020) Improving SAT Sol ...
分类:其他好文   时间:2020-06-27 16:13:03    阅读次数:55
PinPoint全链路监控环境搭建
PinPoint全链路监控 简介 Pinpoint是一个开源的 APM (Application Performance Management/应用性能管理)工具,用于基于java的大规模分布式系统,基于Google Dapper论文。 仿照 Google Dapper , Pinpoint 通过跟 ...
分类:其他好文   时间:2020-06-27 09:58:39    阅读次数:86
centos7中设置nginx的systemctl启动方式
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
Codeforce:208A. Dubstep (字符串处理,正则表达式)
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
fiddler如何做弱网测试
1、模拟弱网环境 打开Fiddler,Rules->Performance->勾选 Simulate Modem Speeds,勾选之后访问网站会发现网络慢了很多 2、Fiddler弱网的原理 Rules—>Cutomize Rules打开CustomRules.js 文档 在文件中搜索关键字,m_ ...
分类:其他好文   时间:2020-06-23 21:33:27    阅读次数:60
3641条   上一页 1 ... 9 10 11 12 13 ... 365 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!