上一页 1 2 3 4 5 6 7 8 9 10 ··· 80 下一页
摘要: ##sample 1 https://www.percona.com/blog/migrating-to-utf8mb4-things-to-consider/ 解释0:utf8mb4 是推荐的字符集和,但是在从utf8迁移到utf8mb4 字符集的时候,需要注意几个事项 ConclusionCon 阅读全文
posted @ 2022-04-12 11:08 feiyun8616 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://mariadb.com/kb/en/relay-log/#:~:text=The%20relay%20log%20is%20a%20set%20of%20log,containing%20a%20list%20of%20all%20relay%20log%20files.https: 阅读全文
posted @ 2022-03-02 16:43 feiyun8616 阅读(69) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/andy6/p/6115723.html ogg 、 Shareplex和DSG RealSync 对比 主流数据库容灾(复制)工具对比 Oracle Golden Gate Quest Shareplex DSG RealSync 公司概要 公司介绍 阅读全文
posted @ 2022-03-02 15:17 feiyun8616 阅读(358) 评论(0) 推荐(0) 编辑
摘要: ##sample 1 爬取中国日报新闻 ##原文链接:https://blog.csdn.net/carson0408/article/details/89890687##根据上图可以定义标题匹配规则,只打印括号内的内容 pattern3='<a href=".*?" target="_blank" 阅读全文
posted @ 2022-02-23 17:25 feiyun8616 阅读(53) 评论(0) 推荐(0) 编辑
摘要: ##sample 中文解释:导出 schema_详解Oracle数据库终止正在进行expdp导出数据的正确操作https://blog.csdn.net/weixin_39631767/article/details/112714194概述今天在做expdp导出时因没预估好数据量,所以需终止正在进行 阅读全文
posted @ 2022-02-22 10:37 feiyun8616 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 达梦管理快捷键 可以设置注释SQL块,取消注释SQL 块。 同时编辑快捷命令 ###sample 0 简单的达梦shell [dmdba@dw02 ~]$ cat test1.sh #!/bin/bash DM8_USER=SYSDBA DM8_PASSWORD=SYSDBA DM8_PORT=52 阅读全文
posted @ 2022-02-08 17:24 feiyun8616 阅读(284) 评论(0) 推荐(0) 编辑
摘要: #sample 1 Python 2,7 已经安装,可以正常跑,但是cx_oracle windows 版本下载下来,无法安装 https://pypi.org/project/cx-Oracle/5.3/#files 1.现在现在版本 cx_Oracle-5.3-11g.win-amd64-py2 阅读全文
posted @ 2021-06-23 17:14 feiyun8616 阅读(956) 评论(0) 推荐(0) 编辑
摘要: #######sample https://www.cnblogs.com/shiyiwen/p/8509417.htmlshell if判断写成一行 [[ $? -eq 0 ]] && echo "backup $i success" || exit #判断上一个命令是否执行正确,退出状态吗如果为 阅读全文
posted @ 2021-06-22 16:22 feiyun8616 阅读(460) 评论(0) 推荐(1) 编辑
摘要: ##第一节 : 清洗磁带 https://www.veritas.com/content/support/en_US/doc/123533878-127136857-0/v123555387-127136857 https://vox.veritas.com/t5/NetBackup/Checkin 阅读全文
posted @ 2021-05-30 08:56 feiyun8616 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 感谢Angelye 和 吃井不忘挖水人 linux下解决80端口被占用 安装一个nginx服务,在启动的时候报80端口被占用了,我们来检查一下有哪些服务占用了80端口 首先我们查一下占用80端口的有哪些服务,netstat -lnp|grep 80 查看80端口被那些服务占用。 会发现其实就是第一行 阅读全文
posted @ 2021-05-19 14:26 feiyun8616 阅读(2091) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 80 下一页