db2 => connect to testdb user db2inst1 using thepasswd以DEL格式导出:db2 => export to /home/backup/mytbl.txt of del select * from mytbl以IXF格式导出:db2 => expor ...
分类:
数据库 时间:
2020-03-19 13:36:18
阅读次数:
96
学习如何判断mysql 线程IO的过程中,发现mysql performance_schema库为空。没有数据,无法对照iotop来判断mysql各个线程的IO情况 经过网上查找资料,发现performance_schema默认是off,没有打开的 通过修改/etc/my.cnf配置文件,设置per ...
分类:
数据库 时间:
2020-03-15 11:39:05
阅读次数:
69
MySQL 5.7客户端字符集不一致导致新建从库数据不一致
分类:
数据库 时间:
2020-03-14 09:20:46
阅读次数:
72
性能指标值: PV Page View (页面刷新查看) Hits Hit per Second (点击量) TPS Transaction per Second (事务,点击量中重要的接口访问定义为事务,比如登录,登录接口定义为事务,登录的页面展示刷新只是Hit) QPS Query per Se ...
分类:
其他好文 时间:
2020-03-13 13:12:28
阅读次数:
46
先上题目: C. Two operations time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You are given an ...
分类:
其他好文 时间:
2020-03-11 19:28:17
阅读次数:
66
1.1 python异常处理 1、Python中各种内建异常 1) Exception: 所有异常类型 2) AttributeError: 特性引用或赋值失败时引发 3) IOError: 试图打开不存在的文件时引发 4) IndexError: 在使用序列中不存在的索引时引发 5) KeyErr ...
分类:
其他好文 时间:
2020-03-11 01:02:56
阅读次数:
61
如题,问题已经解决。 我们需要按照他的要求下载有sp1的win7镜像 下载地址 ed2k://|file|cn_windows_7_enterprise_with_sp1_x64_dvd_u_677685.iso|3265574912|E9DB2607EA3B3540F3FE2E388F8C53C4 ...
Sqlmap sqlmap支持的数据库包括: MySql、Oracle、PostgreSQL、Microsoft SQL Server、 Microsoft Access、IBM DB2、SQLite、Firebird、Sybase、SAP MaxDB sqlmap可探测类型: 基于布尔类型的盲注: ...
分类:
数据库 时间:
2020-03-05 10:36:07
阅读次数:
152
首先配置maven包 注意pom.xml中配置结点 针对不同的数据库,引入对应的包:SqlServer ,DB2 以SqlServer为例 其中, 工具类 ...
分类:
数据库 时间:
2020-03-03 20:34:17
阅读次数:
83
确定比赛名次 HDU - 1285 板题:多组输入,没初始化 #include<bits/stdc++.h> using namespace std; #define rep(i,j,k) for(int i=(int)j;i<=(int)k;i++) #define per(i,j,k) for( ...
分类:
编程语言 时间:
2020-03-02 14:47:24
阅读次数:
82