码迷,mamicode.com
首页 >  
搜索关键字:unless    ( 237个结果
gitlab runner安装
gitlab runner安装 Debian/Ubuntu 用户 1.首先信任 GitLab 的 GPG 公钥: 2.修改清华源: 3.安装 gitlab runner: CentOS/RHEL 新建 /etc/yum.repos.d/gitlab runner.repo,内容为 再执行 4.启动 ...
分类:其他好文   时间:2020-04-09 12:12:06    阅读次数:74
docker安装gitlab
步骤一 Docker 安装 步骤二 获取gitlab镜像docker pull gitlab/gitlab-ce 步骤三 从gitlab镜像启动容器 docker run \ --detach \ --publish 8443:443 \ --publish 8090:80 \ --name git ...
分类:其他好文   时间:2020-04-04 19:04:45    阅读次数:103
Using .NET Standard with Full Framework .NET
Using .NET Standard with Full Framework .NET .NET Standard has been around long enough now that most people are reasonably familiar with this somewhat ...
分类:Web程序   时间:2020-04-03 18:31:21    阅读次数:84
【雅思基础课程】语法基础课程-第十五讲
第十五讲 if条件句 条件状语从句 (conditional sentences) 能够发生或可能发生的事件 If 如果…,那么… As long as 只要…,就… Unless …,除非… 标点问题: ? If you wanna be cool, follow one simple rule. ...
分类:其他好文   时间:2020-03-20 22:28:10    阅读次数:85
CSE 216 – Homework
CSE 216 – Homework IThis homework document consists of 3 pages. Carefully read the entire document before you start coding.Note: All functions, unless ...
分类:其他好文   时间:2020-03-08 19:30:24    阅读次数:70
JDK1.8 HashMap为什么在链表长度为8的时候转红黑树,为啥不能是9是10
起因: 这个问题是在面试某公司的时候面试官提的问题,当时没回答上来。归根到底还是因为自己复习基础的时候还不够仔细,也缺乏思考。 首先 我觉得需要确认一下,是不是随便什么情况下只要满足了链表长度为8就转红黑树呢?答案自然不是,为什么不是,看代码: /** * Replaces all linked n ...
分类:其他好文   时间:2020-03-08 09:47:02    阅读次数:134
Thymeleaf模板引擎语法
th:text 用于显示值 th:object 接收后台传来的对象 th:action 提交表单 th:value 绑定值 th:field 绑定字段值 th:if 条件成立 th:unless 条件不成立 th:switch/th:case switch结构 th:each 遍历元素 th:fra ...
分类:其他好文   时间:2020-02-25 23:22:02    阅读次数:85
Pug分支条件
- var friends = 10 case friends when 0 p 您没有朋友 when 1 p 您有一个朋友 default p 您有 #{friends} 个朋友 等价于 > <p>您有 10 个朋友</p> 另一种块展开的写法: - var friends = 1 case fr ...
分类:其他好文   时间:2020-02-25 23:00:00    阅读次数:80
mac装brew
Mac下使用国内镜像安装Homebrew 一、根据官网上的方法,在终端输入: /usr/bin/ruby e "$(curl fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 二、下载修改安装文件 然并卵 ...
分类:系统相关   时间:2020-02-12 14:49:12    阅读次数:100
PTA 1001 A+B Format
问题描述: Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are le ...
分类:其他好文   时间:2020-02-12 10:51:16    阅读次数:65
237条   上一页 1 2 3 4 5 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!