上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页
摘要: 参考: https://www.jianshu.com/p/a036405f989c (简书:kafka在zookeeper中的使用) https://blog.csdn.net/qq_28900249/article/details/90240936(CSDN:kafka面试题及答案) https 阅读全文
posted @ 2021-09-26 19:06 指令跳动 阅读(436) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/java_66666/article/details/81015302(zk入门) https://www.runoob.com/w3cnote/zookeeper-tutorial.html(菜鸟教程) 引入 官方文档上这么解释zookeeper 阅读全文
posted @ 2021-09-26 18:25 指令跳动 阅读(62) 评论(0) 推荐(0)
摘要: 参考: https://developer.mozilla.org/zh-CN/docs/Web/API/Document_Object_Model 文档对象模型 (DOM) 将 web 页面与到脚本或编程语言连接起来。通常是指 JavaScript,但将 HTML、SVG 或 XML 文档建模为对 阅读全文
posted @ 2021-09-18 10:59 指令跳动 阅读(60) 评论(0) 推荐(0)
摘要: 开启PHP错误日志级别 抛出绝大多数错误异常 //临时修改配置 ini_set("display_errors", On); ini_set('log_errors','on'); //开启日志写入功能 ini_set('error_log','myerror.log'); //日志的存放位置 in 阅读全文
posted @ 2021-09-11 22:40 指令跳动 阅读(297) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/OldDriver1995/article/details/100550224 基本概念和关系 1,指针变量也是变量也有自己的内存地址,指针变量的值为另一个变量的地址 2,指针变量类型前面需要*,指针变量的值为&另一个变量(可以是指针变量) 3,&为 阅读全文
posted @ 2021-09-02 11:37 指令跳动 阅读(276) 评论(0) 推荐(0)
摘要: 参考: https://www.jianshu.com/p/6ca885ede2a8(sync/atomaic原子操作) https://zhuanlan.zhihu.com/p/401606797(知乎:atomic原子操作) 核心概念: 原子性:一个或多个操作在CPU的执行过程中不被中断的特性, 阅读全文
posted @ 2021-09-02 10:10 指令跳动 阅读(88) 评论(0) 推荐(0)
摘要: 参考: https://www.jianshu.com/p/24ede9e90490(简书:由浅入深剖析go channel) https://zhuanlan.zhihu.com/p/32521576(知乎:go channel 最佳实践) https://blog.csdn.net/qq_359 阅读全文
posted @ 2021-08-31 17:34 指令跳动 阅读(240) 评论(0) 推荐(0)
摘要: 参考: https://zhuanlan.zhihu.com/p/300992397(知乎go结构体) https://studygolang.com/articles/11313 (go中文网) 匿名结构体和非匿名结构体 上代码: package main import "fmt" type in 阅读全文
posted @ 2021-08-31 10:00 指令跳动 阅读(251) 评论(0) 推荐(0)
摘要: 参考: https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/03.4.md(谢孟军:http包详解) 核心底层方法 启动服务 //开始 http.ListenAndServe(":3000",nil) 阅读全文
posted @ 2021-08-25 16:41 指令跳动 阅读(118) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/li_101357/article/details/80286549(CSDN:sync包) https://zhuanlan.zhihu.com/p/365552668(sync源码分析) https://zhuanlan.zhihu.com/p 阅读全文
posted @ 2021-08-25 15:05 指令跳动 阅读(181) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 22 下一页