Powershell 查看你Windows电脑中的进程是否有变化
jdbc.properties url=jdbc:mysql:///db3 user=root password=root driver=com.mysql.jdbc.Driver JDBCUtils.java import java.io.FileReader; import java.io.IO ...
分类:
数据库 时间:
2020-04-08 12:25:36
阅读次数:
98
100 Continue 继续,一般在发送post请求时,已发送了http header之后服务端将返回此信息,表示确认,之后发送具体参数信息 200 OK 正常返回信息 201 Created 请求成功并且服务器创建了新的资源 202 Accepted 服务器已接受请求,但尚未处理 301 Mov ...
分类:
Web程序 时间:
2020-04-06 17:53:12
阅读次数:
127
Mybatis Plus Introduce Simple:MyBatis Plus is an powerful enhanced tool for MyBatis. it provides many efficient operations for MyBatis. and you can se ...
分类:
其他好文 时间:
2020-04-05 13:18:30
阅读次数:
87
#检查磁盘使用率超过90%,并且后台进程没有rman在跑,就运行 /data/script/del_dg_arch.sh 脚本清理归档 a=`df -m /data |tail -n 1|awk '{print int($5)}'` b=`ps -ef|grep rman|grep -v grep| ...
分类:
系统相关 时间:
2020-04-01 10:37:22
阅读次数:
80
| flag | 说明 | | | | | last | nginx重定向location区段,能够直接返回200状态码 | | break | nginx重定向资源路径,能够直接返回200状态码 | | redirect | 返回302临时重定向 | | permanent | 返回301永久重定 ...
分类:
其他好文 时间:
2020-03-30 19:26:21
阅读次数:
77
MySQL :: MySQL 8.0 Reference Manual :: 4.5.4 mysqldump — A Database Backup Program https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#mysqldump-pe ...
分类:
数据库 时间:
2020-03-28 23:49:31
阅读次数:
199
1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86)\Reference Assemblies\Microsoft\Fr ...
分类:
其他好文 时间:
2020-03-27 21:35:53
阅读次数:
70
IO是sqlserver最重要的资源,在生产环境下数据库的sqlserver服务启动后一个星期,就可以通过dmv来分析优化。MSSQLServer提供了一些动态管理视图和函数供我们分析磁盘I/O性能。一.按照物理读的页面数排序前50名SELECTTOP50qs.total_physical_reads,qs.execution_count,qs.total_physical_reads/qs.ex
分类:
数据库 时间:
2020-03-24 10:37:08
阅读次数:
87
Chapter 16 Replication Table of Contents 16.1 Configuring Replication 16.1.1 Binary Log File Position Based Replication Configuration Overview 16.1.2 ...
分类:
数据库 时间:
2020-03-22 13:51:05
阅读次数:
81