Jason‘s Blog


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Sitemap

  • Search

清爽的肯尼亚

Posted on 2020-04-19
Words count in article: 42 | Reading time ≈ 1
清爽的曼特宁 20g 研磨度略粗 水温90度 闷蒸40cc 等15-20s 中间给水,逐渐拉高 ,至200cc 流完 推粉100cc。做甜感 流完
Read more »

浅烘4/6冲煮法

Posted on 2020-04-19
Words count in article: 33 | Reading time ≈ 1
00’00’’ ———————-50g 00‘45’‘————————-120g 01’30‘’————————-180g 02‘10’‘———————-240g 02’45‘’————————300g 03‘30’‘————————结束 粉量:20 g,总水量:300g 水温:88摄氏度
Read more »

极浅烘焙冲煮方式

Posted on 2020-04-19
Words count in article: 94 | Reading time ≈ 1
极浅烘焙冲煮方式 V60滤杯 准备汤匙 研磨的:不到2:30 细一点点,超过2:30 粗一点点 用94度的水温 直接给150CC的水,不用闷蒸 用汤匙快速搅拌 时间大概在45-50s左右 给第二段的水 中间给水20-30cc后往外绕,然后往外推,推到300cc 浸泡状态
Read more »

不酸的肯尼亚

Posted on 2020-04-19
Words count in article: 70 | Reading time ≈ 1
不酸肯尼亚冲法 粉量20g 研磨度正常 水温93度 闷蒸40cc 30秒 小水推粉至180cc,慢慢推,推到最外围 挖沙冲法,给大水—让粉翻上来—往外推60cc 挖沙冲法,给大水—让粉翻上来—往外推 60cc
Read more »

V60甜感冲法

Posted on 2020-04-19
Words count in article: 93 | Reading time ≈ 1
V60 甜感冲法单点注水法 粉量20g 正常研磨度 水温90度 闷蒸40cc,30秒 中间点小绕圈至120cc 流的还有7成时候,小绕圈至170cc 流的还有7成时候,小绕圈至220cc 流的还有7成时候,小绕圈至220cc 如果想要口感更厚实一点,再+30cc,大绕圈,冲边缘
Read more »

725分隔链表成几个部分

Posted on 2020-04-19
Words count in article: 1.1k | Reading time ≈ 4
725.分割链表注:现在开始尽量减少以图片的方式呈现题目了以下是题目123456789101112131415161718192021222324252627282930313233343536/*给定一个头结点为 root 的链表, 编写一个函数以将链表分隔为 k 个连续的部分。每部分的长度应该尽 ...
Read more »

24亮亮交换链表中的节点

Posted on 2020-04-19
Words count in article: 499 | Reading time ≈ 2
24. 两两交换链表中的节点下面是题目下面是给出的代码模板1234567891011121314/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; ...
Read more »

328奇偶链表

Posted on 2020-04-19
Words count in article: 187 | Reading time ≈ 1
328.奇偶链表下面是题目下面是题目给出的模板1234567891011121314/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ...
Read more »

19删除链表的倒数第N个节点

Posted on 2020-04-19
Words count in article: 749 | Reading time ≈ 3
19.删除链表的倒数第N个节点下面是题目 下面是题目给出的代码1234567891011121314/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *nex ...
Read more »

2两数相加

Posted on 2020-04-19
Words count in article: 1.2k | Reading time ≈ 5
两数相加I 和II下面是题目I 和题目II 这题比较折磨我,因为我一开始的思路,是用一个整型直接存储两个链表的数字,然后加起来,后来发现有类似于10000000000000这样的数据。让我不管取多大的,都会被越界。后来找了题解,给出几种解法 1-1利用位数补齐的方法。然后分别计算位数123456 ...
Read more »
<i class="fa fa-angle-left"></i>1…42434445<i class="fa fa-angle-right"></i>

Jason

442 posts
11 categories
64 tags
GitHub E-Mail
Links
  • 友链:杨弘的博客
  • 友链:赵奕轲的博客
  • Like it, STAR ME
0%
© 2025 Jason