码迷,mamicode.com
首页 >  
搜索关键字:container    ( 5967个结果
美化linux客户端zsh和oh-my-zsh
linuxbashzshoh-my-zsh 一、安装zsh 二、安装oh-my-zsh 一、安装zsh 安装 zsh yum -y install zsh 替换默认shell chsh -s /bin/zsh 查看当前shell echo $SHELL 二、安装oh-my-zsh 安装git yum ...
分类:系统相关   时间:2019-12-23 16:57:49    阅读次数:110
网格布局
网格布局 目前,谷歌浏览器及火狐浏览器已经对网格布局给予了充分支持。 定义网格布局 类定义了网格布局,就叫网格容器吧,其子元素就叫grid项目。 grid template rows 这个定义了每一行的高度,上面代码就是定义了3行,每行高度分别是200px,100px,200px; grid tem ...
分类:其他好文   时间:2019-12-23 16:52:15    阅读次数:69
kubernetes版本apiversion简单说明
在使用yaml文件部署Deployment项目时,出现过 error: error validating "xx-Deployment.yaml": error validating data: found invalid field Ports for v1.Container; if you c ...
分类:Windows程序   时间:2019-12-23 13:30:25    阅读次数:1696
常见的类名id名命名参考规范
web前端命名规范 下面是常见的命名参考规范: ·主体 头部:header 内容:content/container 尾部:footer 导航:nav 侧栏:sidebar 栏目:column 整体布局:wrapper 左右中:left / right / center 登录条:loginbar 标 ...
分类:其他好文   时间:2019-12-23 10:24:49    阅读次数:467
C++ std::deque 基本用法
#include <iostream> #include <string> #include <deque> // https://zh.cppreference.com/w/cpp/container/deque // vector 和 deque 的差别 // https://www.cnblo... ...
分类:编程语言   时间:2019-12-22 16:25:58    阅读次数:201
NS3-对象框架之智能指针
title: 03、NS 3的对象框架 之 智能指针 tags: 新建,模板,小书匠 slug: storywriter/upgrade_log grammar_mindmap: true renderNumberedHeading: true grammar_code: true grammar_ ...
分类:其他好文   时间:2019-12-21 20:38:25    阅读次数:99
第六章深入python的set和dict
1.collections中的abc MutableMapping是Mapping的子类 Mapping是Collection的子类 Collection是Sized,Iterable,Container的子类 dict被注册到MutableMapping中拥有了MutableMapping的方法, ...
分类:编程语言   时间:2019-12-21 15:50:58    阅读次数:83
2019-6-15-WPF-触摸到事件
原文:2019-6-15-WPF-触摸到事件 title author date CreateTime categories WPF 触摸到事件 lindexi 2019-06-15 08:58:54 +0800 2018-8-10 11:1:54 +0800... ...
分类:Windows程序   时间:2019-12-21 10:11:24    阅读次数:92
2019-11-25-如何在国内发布-UWP-应用
原文:2019-11-25-如何在国内发布-UWP-应用 title author date CreateTime categories 如何在国内发布 UWP 应用 lindexi 2019-11-25 15:46:42 +0800 2019-02-17 1... ...
分类:其他好文   时间:2019-12-21 09:50:39    阅读次数:59
2019-11-29-WPF-从触摸消息转触摸事件
原文:2019-11-29-WPF-从触摸消息转触摸事件 title author date CreateTime categories WPF 从触摸消息转触摸事件 lindexi 2019-11-29 08:47:55 +0800 2019-05-12 1... ...
分类:Windows程序   时间:2019-12-21 09:31:29    阅读次数:144
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!