导出:expsss/123456@myorclowner=sssfile=d:\sss.dmpbuffer=67108864statistics=noneconsistent=y导入:impyyy/123456file=d:\sss.dmpfull=yignore=ystatistics=none参数说明:buffer缓冲区大小,64M,再往上也没有明显的性能提升statistics:表示不导出分
分类:
数据库 时间:
2018-08-10 11:38:27
阅读次数:
183
由于我是window 10 home 而不是 pro版本,只能使用Docker Toolbox,其实docker for window对windows的支持更好,还有GUI,home版本安装Docker也是极为艰辛。好在我安装好了,但是日常使用也是比pro版的Docker有更多的坑,在此把我踩过的坑 ...
转:https://blog.csdn.net/chengly0129/article/details/68944269 官网介绍: https://docs.docker.com/toolbox/toolbox_install_windows/ 方法1. 安装virtualBox,然后安装的Lin ...
# mac离线安装dockerhttps://download.docker.com/mac/stable/24312/Docker.dmg # windows离线安装dockerhttp://mirrors.aliyun.com/docker- toolbox/windows/docker-too ...
分类:
其他好文 时间:
2018-08-02 02:11:58
阅读次数:
178
Chapter 1. The benefits and risks of using statistics 1. Statistics的定义: Statistics is a collection of procedures and principles for gaining and proces ...
分类:
其他好文 时间:
2018-07-30 11:10:13
阅读次数:
128
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace StudentWebserice { using MOD... ...
分类:
其他好文 时间:
2018-07-29 23:24:43
阅读次数:
174
jstat命令简介: Jstat是JDK自带的一个轻量级小工具。全称“Java Virtual Machine statistics monitoring tool”,它位于java的bin目录下,主要利用JVM内建的指令对Java应用程序的资源和性能进行实时的命令行的监控,包括了对Heap siz ...
分类:
编程语言 时间:
2018-07-25 01:12:01
阅读次数:
303
Fiddler 抓包工具总结 阅读目录 1. Fiddler 抓包简介 1). 字段说明 2). Statistics 请求的性能数据分析 3). Inspectors 查看数据内容 4). AutoResponder 允许拦截制定规则的请求 5). Filters 请求过滤规则 6). Timel ...
分类:
其他好文 时间:
2018-07-18 14:19:46
阅读次数:
232
iostat是I/O statistics(输入/输出统计)的缩写,iostat工具将对系统的磁盘操作活动进行监视。它的特点是汇报磁盘活动统计情况,同时也会汇报出CPU使用情况。iostat也有一个弱点,就是它不能对某个进程进行深入分析,仅对系统的整体情况进行分析 常见命令展示 iostat 安装#... ...
分类:
移动开发 时间:
2018-07-14 14:51:53
阅读次数:
184
vmstat是Virtual Meomory Statistics(虚拟内存统计)的缩写,可对操作系统的虚拟内存、进程、CPU活动进行监控。是对系统的整体情况进行统计,不足之处是无法对某个进程进行深入分析。 物理内存和虚拟内存区别 我们知道,直接从物理内存读写数据要比从硬盘读写数据要快的多,因此,我... ...
分类:
系统相关 时间:
2018-07-14 14:40:38
阅读次数:
182