码迷,mamicode.com
首页 >  
搜索关键字:redo logfile    ( 1461个结果
Spring boot 梳理 - 在bean中使用命令行参数-自动装配ApplicationArguments
If you need to access the application arguments that were passed to SpringApplication.run(…?), you can inject a org.springframework.boot.ApplicationAr ...
分类:移动开发   时间:2018-12-31 11:21:50    阅读次数:513
MySQL之UNDO及MVCC、崩溃恢复
UNDO特性:避免脏读、事务回滚、非阻塞读、MVCC、崩溃恢复 事务工作流程(图2) MVCC原理机制 崩溃恢复:redo前滚、undo回滚 长事务、大事务:危害、判断、处理 UNDO优化:实现undo分离、收缩undo表空间 0、undo物理存储研究 1>ibdata第五个数据块(系统事务表)中存 ...
分类:数据库   时间:2018-12-27 03:16:52    阅读次数:223
富文本编辑器 CKeditor 配置使用 (带附件)
Ckeditor下载地址:http://ckeditor.com/download 1.CKeditor的基本配置 var textval=CKEDITOR.instances.TextArea1.getData(); //获取带HTML的值 var stemTxt=CKEDITOR.instanc ...
分类:其他好文   时间:2018-12-26 17:46:59    阅读次数:211
pdf文件下载水印添加的中文与空格问题解决
public static boolean waterMark(String inputFile, String outputFile, String waterMarkName)throws IOException { try { //inputFile = new String(i... ...
分类:其他好文   时间:2018-12-26 16:56:42    阅读次数:161
使用 xtrabackup 进行MySQL数据库物理备份
0. xtrabackup的功能 能实现的功能: 非阻塞备份innodb等事务引擎数据库、 备份myisam表会阻塞(需要锁)、 支持全备、增量备份、压缩备份、 快速增量备份(xtradb,原理类似于oracle:tracking 上次备份之后发生修改的page.)、 percona支持归档redo ...
分类:数据库   时间:2018-12-25 16:58:20    阅读次数:186
P4213 【模板】杜教筛(Sum)
$\color{ 0066ff}{题 目 描 述}$ 给定一个正整数$N(N\le2^{31} 1)$ 求 $\begin{aligned} ans_1=\sum_{i=1}^n\varphi(i) \end{aligned}$ $\begin{aligned} ans_2=\sum_{i=1}^n ...
分类:其他好文   时间:2018-12-23 23:55:30    阅读次数:213
深入挖掘Windows脚本技术
【目录】1,前言2,回顾WSH对象3,WMI服务4,脚本也有GUI5,反查杀6,来做个后门7,结语8,参考资料【前言】本文讲述一些Windows脚本编程的知识和技巧。这里的Windows脚本是指"Windows Script Host"(WSH Windows脚本宿主),而不是HTML或ASP中的脚 ...
分类:Windows程序   时间:2018-12-22 20:49:07    阅读次数:309
ora-01033:oracle initialization or shutdown in progress 解决方法
转自:https://blog.csdn.net/tanzugan/article/details/7842025 ora-01033:oracle initialization or shutdown in progress 解决方法 今天使用Oracle遇到了这个问题ora-01033:orac ...
分类:数据库   时间:2018-12-21 21:13:25    阅读次数:176
32. linux下oracle数据库定时备份
这里以oradatabak.sh(里面的内容要根据实际修改)脚本放在/u01/11g/datapump下为例: #1.添加脚本执行权限 chmod +x /u01/11g/datapump/oradatabak.sh #2.在oracle用户下添加定时任务,每天晚上23点,以oracle用户执行or ...
分类:数据库   时间:2018-12-20 18:53:46    阅读次数:254
关于springmvc的hello world的压测报告
都说hello world 很简单,应该能承受很大的请求压力,那么到底有多大?你知道吗?如果知道,那咱们就不继续了。如果不知道,我们来看一下! 1. 准备工作,快速建立一个基于springmvc的helloworld 1.1. 在pom.xml引入spring必须的包级日志组件 1.2. 添加一个 ...
分类:编程语言   时间:2018-12-14 19:31:11    阅读次数:152
1461条   上一页 1 ... 36 37 38 39 40 ... 147 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!