MoreRSS

site iconjdhao修改

在德国的机器学习工程师。在 NumPy、OpenCV 和 PIL 等工具以及 Matplotlib 等数据可视化工具方面经验丰富。
请复制 RSS 到你的阅读器,或快速订阅到 :

Inoreader Feedly Follow Feedbin Local Reader

jdhao的 RSS 预览

Select fields in Elasticsearch: _source, fields and stored_fields

2025-10-17 03:44:50

In Elasticsearch, when we index documents to an index, by default the source of the document is stored in meta field _source. When you search your index, you see a special field _source for each matched/hit product.

中式葱花饼制作

2025-08-24 00:53:20

本文总结如何制作中式家常版本的“葱花饼”。

菜谱: 凉拌苤蓝(卜留克/kohlrabi)

2025-08-06 02:35:07

今天总结一下在德国超市里常见的蔬菜苤(piě)蓝(德语叫kohlrabi,在中国东北叫“卜留克”) 凉拌的做法。

我也有高考 PTSD

2025-06-10 02:52:20

和众多网友一样,我也有高考 PTSD

Garmin Course Syncing Not Working?

2025-06-08 07:45:15

Recently I was trying to sync my hiking course from Garmin connect to my Garmin Forerunner 965 and found that it does not work.

Prevent Accidental Index Delete in Elasticsearch

2025-06-07 21:06:20

In Elasticsearch, you can use wildcard in a lot of the index operations. This is very handy, but can be dangerous sometimes, e.g., when you use wildcards when deleting indexes. You may delete unintended indexes accidentally and cause serious interruptions to your business/work.