码迷,mamicode.com
首页 >  
搜索关键字:open close principle    ( 32684个结果
容器的基本操作
什么是docker docker中的容器: lxc --> libcontainer --> runC OCI&OCF OCI Open Container-initiative 由Linux基金会主导于2015年6月创立 旨在围绕容器格式和运行时制定一个开放的工业化标准 包含两种规格 运行时规范( ...
分类:其他好文   时间:2021-02-27 12:59:59    阅读次数:0
Java流程控制
Java流程控制 Scanner对象 在Java5及以后的版本中,我们可以通过java.util.Scanner来获取用户的输入。创建Scanner对象的基本语法如下: Scanner sc = new Scanner(System.in); 我们可以通过 Scanner 类的 next() 与 n ...
分类:编程语言   时间:2021-02-26 13:18:56    阅读次数:0
语义分割中的nonlocal[7]- Co-occurrent Features in Semantic Segmentation
https://openaccess.thecvf.com/content_CVPR_2019/papers/Zhang_Co-Occurrent_Features_in_Semantic_Segmentation_CVPR_2019_paper.pdf Co-occurrent Features ...
分类:其他好文   时间:2021-02-25 12:15:25    阅读次数:0
JAVA对XML文件的操作( dom4j jaxen)
XML文件读取和写入 package com.example.mvcdemo; import org.dom4j.*; import org.dom4j.io.OutputFormat; import org.dom4j.io.SAXReader; import org.dom4j.io.XMLWr ...
分类:编程语言   时间:2021-02-25 12:13:47    阅读次数:0
Best PDF Document Viewers for Linux Systems
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:系统相关   时间:2021-02-24 13:22:40    阅读次数:0
springcloud-Hystrix-服务熔断理论
断路器有3中状态: 1.open:熔断状态。断路器已启动熔断,请求统一拒绝 2.halfOpen:半开状态,此时服务能处理一定量的服务,但是会存在一定的失败率,不会像平时那样正常,但也能处理请求了 3.close:无熔断状态。此时服务正常提供,无需熔断处理。 ...
分类:编程语言   时间:2021-02-24 13:17:46    阅读次数:0
ods_to_dwd_sql
主要是这两个sql start_log(利用get_json_object函数): insert overwrite table "$app".dwd_start_log PARTITION (dt='$do_date') select get_json_object(line,'$.mid') m ...
分类:数据库   时间:2021-02-23 14:36:54    阅读次数:0
Quartz.Net 简单使用
0.介绍 Open-source job scheduling system for .NET Quartz.net 是调度任务框架,我们可以用来定时发送邮件、定时处理邮件、定时统计分析数据、定时监控... 本文介绍Quartz.net的简单使用 1. 参考资料 官方Doc https://www. ...
分类:Web程序   时间:2021-02-23 14:35:15    阅读次数:0
Logic Gates Circuit Simulation Workshop in Python
Logic Gates circuit is the foundamental structure that build up the calculation and processing of a computer. It had been believed that with proper ar ...
分类:编程语言   时间:2021-02-23 14:24:08    阅读次数:0
【ffmpeg基础知识】ubuntu下安装ffmpeg
1,sudo apt update 2,sudo apt install ffmpeg 3,安装成功后查看【版本】【编码器】【解码器】 ffmpeg -v ffmpeg -encoders ffmpeg -decoders 4,安装需要用的各种组件 sudo apt-get install liba ...
分类:系统相关   时间:2021-02-23 13:58:57    阅读次数:0
32684条   上一页 1 ... 32 33 34 35 36 ... 3269 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!