沉淀
#面试时间长是好事吗?#感觉还是好事,短时间一次性投太多厂容易把自己类死还复盘不好,最开始投的时候一天可能都面三场再加上平时还去上课,现在每天只敢面1~2场否则复盘不好,所以感觉时间长的话就长吧,起码能有更丰富的文档和经验
全部评论
羡慕有课上,我只能拼命赚钱养代课的
相关推荐
10-14 14:35
门头沟学院 硬件开发 点赞 评论 收藏
分享
10-10 20:27
西安工业大学 运维开发工程师
牛6666666__:select f.farm_name as farm_name,
c.crop_name,
c.crop_type,
round(avg(health_index), 2) as avg_health_index,
round(sum(yield_kg_per_hectare),0) as avg_yield_kg_per_hectare,
datediff(max(measurement_date), min(planting_date)) as growth_days
from crop_data cd
inner join farms f on cd.farm_id = f.farm_id
inner join crops c on cd.crop_id = c.crop_id
where cd.measurement_date between '2024-03-01' and '2024-06-30'
group by cd.crop_id, cd.farm_id,f.farm_name
having count(cd.data_id) >= 3
order by avg_health_index desc, avg_yield_kg_per_hectare desc,farm_name 点赞 评论 收藏
分享
11-06 21:28
门头沟学院 软件测试 点赞 评论 收藏
分享
点赞 评论 收藏
分享