上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
摘要: 小Demo, 后面会进行拓展的 参考文档 "React组件生命周期" 阅读全文
posted @ 2019-10-29 13:42 Draymonder 阅读(99) 评论(0) 推荐(0) 编辑
摘要: js 学习 1. 1小时入门js https://developer.mozilla.org/zh CN/docs/Web/JavaScript/A_re introduction_to_JavaScript 2. 了解如下3个js概念 https://gist.github.com/gaearon 阅读全文
posted @ 2019-10-29 10:51 Draymonder 阅读(192) 评论(0) 推荐(0) 编辑
摘要: SpringCloud 入门 springcloud 学习 7天学会springcloud 教程 https://www.cnblogs.com/skyblog/category/738524.html 1. spring cloud教程之使用spring boot创建一个应用 https://ww 阅读全文
posted @ 2019-10-27 20:39 Draymonder 阅读(146) 评论(0) 推荐(0) 编辑
摘要: SpringBoot入门 1. 使用SpringBoot + mysql + Jpa 快速搭建一个spring项目 Spring Boot 2 + Spring Data JPA + MySQL 8 簡單範例 https://matthung0807.blogspot.com/2019/05/spr 阅读全文
posted @ 2019-10-27 14:20 Draymonder 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Redis 使用 查看redis rdb fork时间 慢查询日志 IDEA 使用 返回至上次浏览的位置 生成类图 used command 1代表链接上了网线, 0代表没有 查看dns状态 网络配置查看 更改当前用户密码 查看内存大小 安装 .deb cpu 内存的监控 可视化git操作 查看端口 阅读全文
posted @ 2019-10-24 10:00 Draymonder 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 阅读《Java并发编程实战》,遇到了一个问题 代码如下 然后书上写 如果内置锁不可重入,那么将会发生死锁。 百思不得其解 其实是很久没写Java了 本身如果锁非静态方法的话,其实是锁的对象 ,那就很显然了 如果这个sync锁是不可重入的,那么 我 然后调用 ,就会发生子类的这个 方法已经锁住了thi 阅读全文
posted @ 2019-10-20 22:20 Draymonder 阅读(232) 评论(0) 推荐(1) 编辑
摘要: 牛顿迭代法, 开根号 由于我们是想求得 x x = y 即 所以一句话说的好, 将 长方形变得更像正方形 code 阅读全文
posted @ 2019-10-06 14:59 Draymonder 阅读(924) 评论(0) 推荐(0) 编辑
摘要: service 分类 有Iaas, Paas, SaaS HDFS 总结☞: HDFS应付不了的场景 1. 无法低时延 2. 小文件存储存在空间利用率问题 3. 文件不可修改 三副本有什么作用 1. 防止单机故障,提高可用性 2. 防止大量链接在一台机器上夯住, 网络带宽利用率 阅读全文
posted @ 2019-09-23 12:27 Draymonder 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 需求 实现一个String类 自己写的String headers/String.h main.cpp 阅读全文
posted @ 2019-09-15 18:54 Draymonder 阅读(647) 评论(0) 推荐(0) 编辑
摘要: 需求 尝试定义一个complex(复数类) 简略实现 headers/complex.h main.cpp 阅读全文
posted @ 2019-09-15 17:27 Draymonder 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页