码迷,mamicode.com
首页 >  
搜索关键字:all builds will run    ( 42493个结果
gevent BrokenPipeError[未解决]
linux 下ws.send() 报错BrokenPipeError ...
分类:其他好文   时间:2021-06-22 18:11:36    阅读次数:0
白衣·沽酒 oracle清理归档日志
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
python 协程 图片下载案例
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
用Typora发布博客(失败版本)
这个方法我最开始已经成功了,不过为了写这篇博客截个图,我把命令重置一下就不好使了,不过一般情况下是不会出问题的,建议大家一旦成功了就再也不要动了... 文章最后我放了我成功的另一个方法。 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
Android随笔
实现效果图: 代码实现: 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
jenkins+私服+ssh远程服务器启动docker镜像容器
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次题目集简要分析总结
第7,8,9次题目集简要分析总结: 在这几次题目集的做题目过程中对类这种模块化处理问题的使用每次均出现。进一步深入的体现java的核心功能,如题目中体现的掌握类的继承、多态性使用方法以及接口的应用。双向链表的使用,如何去高效率地查找数据并且能对所查找到后对象的数据进行操作。在上一次的题目集的基础上进 ...
分类:其他好文   时间:2021-06-20 17:57:53    阅读次数:0
1036 Boys vs Girls (25 分)
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部署)
创建 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
42493条   上一页 1 ... 6 7 8 9 10 ... 4250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!