在 Java 中不使用多余变量交换两个字符串 Strings before swap: a = Hello and b = World Strings after swap: a = World and b = Hello ...
分类:
编程语言 时间:
2019-08-03 01:04:02
阅读次数:
120
Insert mode: i: insert before character a: append after character o: open a new line below I: insert before line A: append after line O: open a new li ...
分类:
系统相关 时间:
2019-08-02 22:25:05
阅读次数:
137
```jsp el表达式:判断是否为空 ${smokeBrief.total_cases eq null?"null":smokeBrief.total_cases} ${empty testEventList?"null":testEventList.get(0).start_time} 函数对结... ...
分类:
其他好文 时间:
2019-08-02 21:01:25
阅读次数:
109
vue里面使用v-for代码显示红色的波浪线,解决办法: before: <div v-for="tmsgs in msg.message"></div> after: <div v-for="(tmsgs,index) in msg.message" :key="index"> 就解决啦,但是不建 ...
分类:
其他好文 时间:
2019-08-02 20:38:17
阅读次数:
317
环境基于docker,三台物理主机192.168.0.27、192.168.0.28、192.168.0.29,每台主机部署一个zookeeper节点,一个kafka节点,共三个zookeeper节点,三个kafka节点,容器之间的网络采用host模式 1.拉取镜像 2.启动容器 step1. 创建 ...
分类:
其他好文 时间:
2019-08-02 18:42:00
阅读次数:
413
1.在执行目标函数前附加一些内容或者功能: 1 2 3 4 5 6 7 8 9 10 def demo(func): print('before exec %s '%func.__name__) func() print('after exec %s '%func.__name__) return ...
分类:
编程语言 时间:
2019-08-01 14:34:52
阅读次数:
93
.borders::before{ position: absolute; left: 0; top: 0; content: " "; width: 100%; height: 1px; border-top: 1px solid #ECECF0; -webkit-transform-origin... ...
分类:
微信 时间:
2019-08-01 00:20:45
阅读次数:
359
"Haybale Guessing" 题目描述 The cows, who always have an inferiority complex about their intelligence, have a new guessing game to sharpen their brains. A ...
分类:
其他好文 时间:
2019-07-31 18:09:45
阅读次数:
87
2017A Version CAT Caterpillar ET Diagnostic Adapter III PLUS DELLd630 laptop (Real Caterpillar ET3 Adapter III) we will install the software before sh ...
分类:
其他好文 时间:
2019-07-31 15:10:05
阅读次数:
90
2017A Version CAT Caterpillar ET Diagnostic Adapter III PLUS DELLd630 laptop (Real Caterpillar ET3 Adapter III) we will install the software before sh ...
分类:
其他好文 时间:
2019-07-31 14:39:42
阅读次数:
78