【 HTML5画布漂浮分子 让化学动起来!,2024年最新阿里架构师经验分享

ctx.lineTo(this.x,this.y + 30);

ctx.lineTo(this.x - 26,this.y + 45);

ctx.lineTo(this.x - 26,this.y + 75);

ctx.lineTo(this.x,this.y + 90);

ctx.lineTo(this.x + 26,this.y + 75);

ctx.lineTo(this.x + 26,this.y + 45);

ctx.lineTo(this.x,this.y + 30);

ctx.moveTo(this.x - 20,this.y + 47);

ctx.lineTo(this.x - 20,this.y + 73);

ctx.moveTo(this.x,this.y + 83);

ctx.lineTo(this.x + 22,this.y + 70);

ctx.moveTo(this.x,this.y + 36);

ctx.lineTo(this.x + 22,this.y + 49);

ctx.strokeStyle = “rgba(255,255,255,0.2)”;

ctx.lineWidth = 3;

ctx.stroke();

ctx.fillStyle = “rgba(255,255,255,0.2)”;

ctx.font = “15px Arial”;

ctx.fillText(“OH”, this.x - 5, this.y);

ctx.closePath();

ctx.restore();

}

else if(mol == “C8H10N4O2”){

//Caffeine

ctx.save();

ctx.translate(this.x+20,this.y+80);

ctx.rotate(this.r);

ctx.translate(-this.x+20,-this.y-80);

ctx.beginPath();

ctx.moveTo(this.x,this.y + 5);

ctx.lineTo(this.x,this.y + 22);

ctx.moveTo(this.x-9,this.y + 35);

ctx.lineTo(this.x - 26,this.y + 45);

ctx.lineTo(this.x - 26,this.y + 75);

ctx.lineTo(this.x,this.y + 90);

ctx.lineTo(this.x + 18,this.y + 80);

ctx.moveTo(this.x + 26,this.y + 68);

ctx.lineTo(this.x + 26,this.y + 45);

ctx.lineTo(this.x + 9,this.y + 35);

ctx.moveTo(this.x - 20,this.y + 47);

ctx.lineTo(this.x - 20,this.y + 73);

ctx.moveTo(this.x + 23,this.y + 42);

ctx.lineTo(this.x + 36,this.y + 32);

ctx.moveTo(this.x + 26,this.y + 46);

ctx.lineTo(this.x + 39,this.y + 36);

ctx.moveTo(this.x + 34,this.y + 81);

ctx.lineTo(this.x + 48,this.y + 90);

ctx.moveTo(this.x - 2,this.y + 88);

ctx.lineTo(this.x - 2,this.y + 110);

ctx.moveTo(this.x + 3,this.y + 88);

ctx.lineTo(this.x + 3,this.y + 110);

ctx.moveTo(this.x - 26,this.y + 45);

ctx.lineTo(this.x - 46,this.y + 38);

ctx.moveTo(this.x - 60,this.y + 44);

ctx.lineTo(this.x - 74,this.y + 58);

ctx.lineTo(this.x - 61,this.y + 77);

ctx.moveTo(this.x - 58,this.y + 49);

ctx.lineTo(this.x - 68,this.y + 59);

ctx.moveTo(this.x - 46,this.y + 82);

ctx.lineTo(this.x - 26,this.y + 73);

ctx.moveTo(this.x - 60,this.y + 86);

ctx.lineTo(this.x - 70,this.y + 100);

ctx.strokeStyle = “rgba(255,255,255,0.2)”;

ctx.lineWidth = 3;

ctx.stroke();

ctx.fillStyle = “rgba(255,255,255,0.2)”;

ctx.font = “15px Arial”;

ctx.fillText(“CH”, this.x - 5, this.y);

ctx.fillText(“3”, this.x + 18, this.y+6);

ctx.fillText(“N”, this.x - 5, this.y+37);

ctx.fillText(“O”, this.x + 38, this.y+35);

ctx.fillText(“N”, this.x + 21, this.y+81);

ctx.fillText(“CH”, this.x + 50, this.y+99);

ctx.fillText(“3”, this.x + 72, this.y+105);

ctx.fillText(“O”, this.x - 5, this.y+124);

ctx.fillText(“N”, this.x - 59, this.y+42);

ctx.fillText(“N”, this.x - 59, this.y+84);

ctx.fillText(“H C”, this.x - 98, this.y+114);

ctx.fillText(“3”, this.x - 87, this.y+119);

ctx.closePath();

ctx.restore();

}

else if(mol == “C6H6”){

//Benzene

ctx.save();

ctx.translate(this.x+20,this.y+80);

ctx.rotate(this.r);

ctx.translate(-this.x+20,-this.y-80);

ctx.beginPath();

ctx.moveTo(this.x,this.y + 30);

ctx.lineTo(this.x - 26,this.y + 45);

ctx.lineTo(this.x - 26,this.y + 75);

ctx.lineTo(this.x,this.y + 90);

ctx.lineTo(this.x + 26,this.y + 75);

ctx.lineTo(this.x + 26,this.y + 45);

ctx.lineTo(this.x,this.y + 30);

ctx.moveTo(this.x - 20,this.y + 47);

ctx.lineTo(this.x - 20,this.y + 73);

ctx.moveTo(this.x,this.y + 83);

ctx.lineTo(this.x + 22,this.y + 70);

ctx.moveTo(this.x,this.y + 36);

ctx.lineTo(this.x + 22,this.y + 49);

ctx.strokeStyle = “rgba(255,255,255,0.2)”;

ctx.lineWidth = 3;

ctx.stroke();

ctx.closePath();

ctx.restore();

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数前端工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年Web前端开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。
img
img
img
img
img
img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上前端开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录大纲截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且后续会持续更新

如果你觉得这些内容对你有帮助,可以添加V获取:vip1024c (备注前端)
img

最后

其实前端开发的知识点就那么多,面试问来问去还是那么点东西。所以面试没有其他的诀窍,只看你对这些知识点准备的充分程度。so,出去面试时先看看自己复习到了哪个阶段就好。

这里再分享一个复习的路线:(以下体系的复习资料是我从各路大佬收集整理好的)

《前端开发四大模块核心知识笔记》

最后,说个题外话,我在一线互联网企业工作十余年里,指导过不少同行后辈。帮助很多人得到了学习和成长。

我意识到有很多经验和知识值得分享给大家,也可以通过我们的能力和经验解答大家在IT学习中的很多困惑,所以在工作繁忙的情况下还是坚持各种整理和分享。

一个人可以走的很快,但一群人才能走的更远。不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎扫码加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!
img

十余年里,指导过不少同行后辈。帮助很多人得到了学习和成长。

我意识到有很多经验和知识值得分享给大家,也可以通过我们的能力和经验解答大家在IT学习中的很多困惑,所以在工作繁忙的情况下还是坚持各种整理和分享。

一个人可以走的很快,但一群人才能走的更远。不论你是正从事IT行业的老鸟或是对IT行业感兴趣的新人,都欢迎扫码加入我们的的圈子(技术交流、学习资源、职场吐槽、大厂内推、面试辅导),让我们一起学习成长!
[外链图片转存中…(img-lMveRnAN-1712786382446)]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值