linux 下ws.send() 报错BrokenPipeError ...
分类:
其他好文 时间:
2021-06-22 18:11:36
阅读次数:
0
1.用RMAN连接目标DB: rman target / RMAN target sys/*****@orcl 2.在RMAN命令窗口中,输入如下命令(清理所有的归档日志): crosscheck archivelog all; delete expired archivelog all; 或者清理 ...
分类:
数据库 时间:
2021-06-22 18:05:05
阅读次数:
0
import urllib.request import gevent from gevent import monkey monkey.patch_all() def downloader(img_name, img_url): req = urllib.request.urlopen(img_u ...
分类:
编程语言 时间:
2021-06-22 18:01:56
阅读次数:
0
这个方法我最开始已经成功了,不过为了写这篇博客截个图,我把命令重置一下就不好使了,不过一般情况下是不会出问题的,建议大家一旦成功了就再也不要动了... 文章最后我放了我成功的另一个方法。 1.下载.Net Core开发工具 此工具可将MarkDown文件中图片的URL转化成上传的图片的URl,使用此 ...
分类:
其他好文 时间:
2021-06-21 20:52:06
阅读次数:
0
这周学习使用了python 尽管还没开展相关的课程,但是自学是非常重要的 学习网址:Python3 教程 | 菜鸟教程 (runoob.com) PYCharm使用时需要mysql 试着插入一些内容 ...
分类:
其他好文 时间:
2021-06-21 20:19:06
阅读次数:
0
实现效果图: 代码实现: Step 1:编写矩形边框的Drawable: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 设 ...
分类:
移动开发 时间:
2021-06-21 20:14:59
阅读次数:
0
1、122 公钥 加入120 121 的 authorized_keys2、搭私服3、主机安装jenkins4、jenkins命令行 build tag push ssh 远程服务器 ' pull' ssh 远程服务器 ' run' ...
分类:
其他好文 时间:
2021-06-21 19:56:06
阅读次数:
0
第7,8,9次题目集简要分析总结: 在这几次题目集的做题目过程中对类这种模块化处理问题的使用每次均出现。进一步深入的体现java的核心功能,如题目中体现的掌握类的继承、多态性使用方法以及接口的应用。双向链表的使用,如何去高效率地查找数据并且能对所查找到后对象的数据进行操作。在上一次的题目集的基础上进 ...
分类:
其他好文 时间:
2021-06-20 17:57:53
阅读次数:
0
This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. Inp ...
分类:
其他好文 时间:
2021-06-20 17:53:20
阅读次数:
0
创建 Nginx 容器 docker run --name nginx-demo -p 8080:80 -d nginx 参数说明: --name nginx-demo:容器名称 -p 8080:80: 端口进行映射,将本地 8080 端口映射到容器内部的 80 端口 -d nginx: 设置容器在 ...
分类:
其他好文 时间:
2021-06-20 17:51:22
阅读次数:
0