上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: #0.sqlzoo https://sqlzoo.net/ #1.select Basics ##1.Modify it to show the population of Germany SELECT population FROM world WHERE name ='Germany' ##2. 阅读全文
posted @ 2020-03-25 21:29 Fake_coder 阅读(9575) 评论(0) 推荐(0)
摘要: 6 Project Modules 6.1 Core 8 9 架构和实现 9.1 技术概览 9.1.1 运行环境 一句话没有特殊要求 9.1.2 核心组件 SecurityContextHolder,SecurityContext Authentication SecurityContextHold 阅读全文
posted @ 2020-02-13 22:50 Fake_coder 阅读(539) 评论(0) 推荐(0)
摘要: ```import numpy as npimport pandas as pdimport tensorflow as tfimport kerasimport osimport matplotlib.pyplot as pltfrom keras.layers import Layer,Dense,Dropout,Inputfrom keras import Model,activations... 阅读全文
posted @ 2020-02-11 09:40 Fake_coder 阅读(1032) 评论(0) 推荐(0)
摘要: #三大指标 高可用,高性能,高并发 高性能 RPC 通信 Kyro 高速序列化 HikariCP 连接池 SQL 优化 Redis 缓存 JVM 优化 GC 优化 高并发 垂直扩展+水平扩展 高可用 一直可以用,99.999999% ->k8s 解决单点故障 实现崩溃恢复,自动重启 自动扩/缩容 金 阅读全文
posted @ 2020-02-05 19:37 Fake_coder 阅读(310) 评论(0) 推荐(0)
摘要: 解决方案1:控制器层次@ExceptionHandler 解决方案2:统一的The HandlerExceptionResolver 1.ExceptionHandlerExceptionResolver 2.DefaultHandlerExceptionResolver 3.ResponseSta 阅读全文
posted @ 2020-01-31 21:18 Fake_coder 阅读(213) 评论(0) 推荐(0)
摘要: 1 线性模型 1.1 线性模型 1.10 决策树 6.1 pipelines 与复合estimators 6.1.1 pipeline 6.1.1.1 Usage 6.1.1.1.1 创建 Pipeline()或 make_pipeline 6.1.1.1.2 访问步骤 pipe.steps[0] 阅读全文
posted @ 2020-01-26 20:44 Fake_coder 阅读(173) 评论(0) 推荐(0)
摘要: numpy https://numpy.org/devdocs/user/index.html pandas https://pandas.pydata.org/pandas docs/stable/ sklearn GUIDE https://scikit learn.org/stable/use 阅读全文
posted @ 2020-01-20 17:52 Fake_coder 阅读(148) 评论(0) 推荐(0)
摘要: 计算工具 统计函数 1. 变化百分率pct_change() Series\DataFrame\Plane 2. 协方差cov(min_periods=12) Series min_periods定义所需的最少观察值个数 3. 相关系数 |方法名|描述| |pearson|标准相关系数| |kend 阅读全文
posted @ 2020-01-06 16:34 Fake_coder 阅读(217) 评论(0) 推荐(0)
摘要: #【Python】ParserError: Error tokenizing data. C error: Expected 13 fields in line 45, saw 23 https://blog.csdn.net/Asher117/article/details/89357932 #T 阅读全文
posted @ 2019-12-27 16:38 Fake_coder 阅读(477) 评论(0) 推荐(0)
摘要: 百度音乐 https://blog.csdn.net/qq_41730930/article/details/79327757 https://www.jianshu.com/p/a6718b11fdf1 全民k歌 https://blog.csdn.net/qq_41730930/article/ 阅读全文
posted @ 2019-12-23 16:13 Fake_coder 阅读(177) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页