该文被密码保护。 阅读全文
posted @ 2021-02-10 13:28 zhongzx 阅读(7) 评论(0) 推荐(0)
摘要: version: "3" services: zookeeper: image: "wurstmeister/zookeeper" container_name: "kafka-zookeeper" restart: always ports: - 2181:2181 kafka: image: " 阅读全文
posted @ 2019-07-23 21:17 zhongzx 阅读(690) 评论(0) 推荐(0)
摘要: curl 测试接口 curl 参考链接 https://curl.haxx.se/docs/manpage.html https://curl.haxx.se/docs/manual.html -X POST; 定义请求方法为POST -H "Content-Type:application/jso 阅读全文
posted @ 2019-06-20 22:31 zhongzx 阅读(840) 评论(0) 推荐(0)
摘要: ```typescript / axios + vue / let baseUrl = ; let mixin = { data: function () { return { params: { page: 1, rows: 10, sort: "id", order: "asc", keywor 阅读全文
posted @ 2019-01-11 23:42 zhongzx 阅读(253) 评论(0) 推荐(0)
摘要: 1.修改源 Debian 163 源 # # deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25]/ jessie contrib main #deb cdrom:[Debia 阅读全文
posted @ 2016-12-03 15:39 zhongzx 阅读(501) 评论(0) 推荐(0)
摘要: { "auto_find_in_selection": true, "bold_folder_labels": true, "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", "default_line_ending": "unix", "draw_mini... 阅读全文
posted @ 2016-11-25 12:54 zhongzx 阅读(172) 评论(0) 推荐(0)
摘要: if v:lang =~ "utf8$" || v:lang =~ "UTF-8$" set fileencodings=utf-8,latin1 endif set syntax=on set tabstop=4 set softtabstop=4 set shiftwidth=4 set nobackup set nu set nocompatible " Use Vim def... 阅读全文
posted @ 2016-11-25 12:50 zhongzx 阅读(212) 评论(0) 推荐(0)