pd.set_option('display.max_rows', 50) pd.set_option('display.max_columns', 500) pd.set_option('display.width', 1000) ...
分类:
其他好文 时间:
2020-08-11 17:32:09
阅读次数:
108
Rolling a Standby Forward using an RMAN Incremental Backup To Fix The Nologging Changes (文档 ID 958181.1) 情景: 物理备库查询遇到 ORA-01578 报错 ORA-01578: ORACLE d ...
分类:
其他好文 时间:
2020-08-07 12:32:36
阅读次数:
79
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><select onchange="f(this)"> <option value="0">江西</option ...
分类:
其他好文 时间:
2020-08-06 17:07:16
阅读次数:
78
windows中的Alt健相当于mac中的option 光标移动 移动到单词的最前面:option + ← 移动到单词最末尾:option + → 将当前行代码移动到上一行:option + ↑ 将当前行代码移动到下一行:option + ↓ 移动到当前行最前面:cmd + ← 移动到当前行最末尾: ...
分类:
系统相关 时间:
2020-08-05 19:42:37
阅读次数:
84
[GKCTF2020]cve版签到 题目提示 cve-2020-7066 Hint: Flag in localhost Tips: Host must be end with '123' You just view *.ctfhub.com 题目原型 #79329 get_headers() si ...
分类:
Web程序 时间:
2020-08-01 21:18:34
阅读次数:
154
PXE架构 无人值守安装 1.TFTP简介 1.)概述 简单的文件传输协议 端口 简单文件传输协议(Trivial File Transfer Protocol) 网络文件基于UDP传输的最简单的协议 端口为UDP 69 数据库端口 端口3306 DNS 端口53 DHCP 端口 服务端67 客户端 ...
分类:
系统相关 时间:
2020-08-01 21:16:53
阅读次数:
95
模型简单使用 from flask import Flask from flask_sqlalchemy import SQLAlchemy from flask_migrate import Migrate, MigrateCommand from flask_script import Mana ...
分类:
其他好文 时间:
2020-07-31 12:29:15
阅读次数:
83
参考:https://my.oschina.net/ccLlinux/blog/1859116基本命令:rsync[OPTION]…SRC(需要备份的原文件)DEST(Push的位置)example:download:rsync-avuser@hostip:/scratch/test/test_sh.sh/Users/username/test/test.sh上传:rsync-av/Users/u
分类:
其他好文 时间:
2020-07-30 22:22:12
阅读次数:
96
数据库的安全性是指保护数据库以防止不合法的使用而造成数据泄露,更改或破坏,所以安全性对于任何一个DBMS来说都是至关重要的. 身份验证,数据库用户权限确认 用户账号管理 root用户 mysql-> select user from mysql.user; 使用create user语句创建MySQ ...
分类:
其他好文 时间:
2020-07-30 21:48:39
阅读次数:
94