摘要: Spring Boot实战 ,丁雪丰 (译者) SpringBatchReference SpringBoot揭秘 快速构建微服务体系 SPRING技术内幕:深入解析SPRING架构与设计原理 Spring实战(第4版) Spring源码深度解析 精通Spring MVC4 深入理解Spring+C 阅读全文
posted @ 2018-11-25 15:57 空山皓月 阅读(430) 评论(0) 推荐(0) 编辑
摘要: Spark最佳实践 Spark高级数据分析 Spark快速大数据分析 Spark大数据处理技术 完整版 书籍链接: https://share.weiyun.com/5kLvDQS https://pan.baidu.com/s/1ICNxaYRPyX0qt35dUfN0LQ 阅读全文
posted @ 2018-11-25 16:01 空山皓月 阅读(225) 评论(0) 推荐(0) 编辑
摘要: purpose:masure the time used with a strcut method: duration=endTime-startTime; realization: 1.startTime 2.do the work needs to measure ... 3.duration 阅读全文
posted @ 2017-07-10 09:20 空山皓月 阅读(230) 评论(0) 推荐(0) 编辑
摘要: description:to generate a dynamic login password and approve the user's password is same with the dynamic one.The verification process is mainly finis 阅读全文
posted @ 2017-04-06 08:09 空山皓月 阅读(271) 评论(0) 推荐(0) 编辑
摘要: Generally,we use PSNR and SSIM to judge the quality of a given photo,or to select a useful denoising algorithm. I.PSNR(peak signal to noise ratio) dou 阅读全文
posted @ 2017-03-25 19:26 空山皓月 阅读(292) 评论(0) 推荐(0) 编辑
摘要: I.To generate Gaussian noise Box-Muller:if random variable x and y are respectively independent generated from a uniform distribution with [0,1].we ca 阅读全文
posted @ 2017-03-25 19:14 空山皓月 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Introduction:usually,we tend to insert a new value into a container and get a min or max value from the container,if the input frequency and the outpu 阅读全文
posted @ 2017-03-16 11:16 空山皓月 阅读(306) 评论(0) 推荐(0) 编辑
摘要: character:as the name implies,this sort method is usaully quicker than other ones. the key part of this sort algorithm is the partition of head and bo 阅读全文
posted @ 2017-03-13 17:10 空山皓月 阅读(186) 评论(0) 推荐(0) 编辑
摘要: character:the sort time is proportional to any input array with length of N. Introduction to merge:if two arrays are already sorted,after merge operat 阅读全文
posted @ 2017-03-12 09:03 空山皓月 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Reason:when it comes to insert sort,the snail appears,as it just moves forward step by step or even worse.So we need some improvement.the first idea m 阅读全文
posted @ 2017-03-11 12:28 空山皓月 阅读(192) 评论(0) 推荐(0) 编辑