参考资料:https://www.youtube.com/watch?v=lnjrn3bF9lA&list=PLJV_el3uVTsOK_ZK5L0Iv_EQoL1JefRL4&index=18 我觉得可解释ML我很感兴趣,最近就研究这个了。 可解释并不是为了打开黑盒,因为人也是黑盒,可解释是为了让 ...
分类:
其他好文 时间:
2020-06-29 00:10:00
阅读次数:
68
名称: 策略模式(Strategy Pattern) 问题: The intent of the Strategy Pattern is to define a family of algorithms, encapsulate each algorithm, and make them inter ...
分类:
其他好文 时间:
2020-06-28 20:11:35
阅读次数:
55
参考资料 https://www.freecodecamp.org/news/ https://kb.kutu66.com/tag/javascript https://t.codebug.vip/ https://javascript-conference.com/blog/ https://ww ...
分类:
其他好文 时间:
2020-06-28 18:52:35
阅读次数:
214
参考资料: https://www.yoyomooc.com/yoyomooc/52.keeping-domain-models-and-database 删除尚未应用到数据库的最新迁移 删除已经应用到数据库的迁移 EF Core删除迁移的命令是Remove-Migration。一次只删除一个迁移, ...
分类:
其他好文 时间:
2020-06-28 12:58:04
阅读次数:
122
名称: 模板方法模式(Template Method Pattern) 问题: The Template Method pattern provides a method that allows subclasses to override parts of the method without r ...
分类:
其他好文 时间:
2020-06-27 20:10:54
阅读次数:
83
参考资料: 微软MVP杨旭教程:https://www.bilibili.com/video/BV1xa4y1v7rR?p=11 准备工作 Web项目中的配置 测试配置是否成功 准备工作 添加一个Web API项目并设为启动项目,并添加对Demo.Data和Demo.Domain的引用。 为该项目安 ...
分类:
Web程序 时间:
2020-06-27 00:01:58
阅读次数:
106
参考资料: 微软MVP杨旭教程:https://www.bilibili.com/video/BV1xa4y1v7rR?p=7 添加关系数据 用其它Context来添加关系数据 Attach()与变化追踪 Add()、Update()、Attach()处理主键的对比 加载关联数据 预加载,Inclu ...
分类:
其他好文 时间:
2020-06-26 18:38:42
阅读次数:
53
一、简单聚合 1.1 数据准备 // 需要导入 spark sql 内置的函数包 import org.apache.spark.sql.functions._ val spark = SparkSession.builder().appName("aggregations").master("lo ...
分类:
数据库 时间:
2020-06-26 18:03:35
阅读次数:
58
aviary.sh 是一个基于bash的分布式配置管理工具,可以用来奇幻chef,puppet,ansible aviary.sh 利用了git 以及linux 的crontab,以前有介绍过类似的工具bashible 参考图 说明 aviary.sh 的好多特性类似ansible,同时集成了git ...
分类:
其他好文 时间:
2020-06-26 14:39:26
阅读次数:
85
参考资料: 杨旭视频:https://www.bilibili.com/video/BV1xa4y1v7rR?p=5 添加 输出执行的SQL语句 查询 模糊查询 ToList等执行对数据库的操作的方法 删除 修改 AsNoTracking() 添加 与数据库进行交互需要用到我们的数据库上下文,我的是 ...
分类:
其他好文 时间:
2020-06-26 01:30:44
阅读次数:
198