🔖 Node.js Tutorial - 42 - Event Loop - YouTube #pinboard#nodejs free wrt node js event loop https://www.youtube.com/watch?v=L18RHG2DwwA&list=PLC3y8-rFHvwh8shCMHFA5kWxD9PaPwxaY&index=42
OnePlus Nord 2 OxygenOS 12.1 C.04 IND System • Fixed the issue that the lock screen interface displayed abnormally when charging • Fixed the issue that the screen brightness displayed abnormally in certain scenarios • Fixed the occasional issue that the desktop text displayed abnormally in certain scenarios Camera • Optimized the anti-shake effect when shooting videos • Optimized the speed of enabling Camera in certain scenarios Others • Fixed the issue of abnormal crash when enabling Fortnite MD5 Component (my_manifest): c949151afe63f1cfe9fda80d0d541abc Component (my_product): 408223966738c5d0a71f39b211bb1592 Component (my_bigball): 8253f6c910a4bc7cbfe044b3b1f79751 Component (my_stock): f08eb9a61ed03567965cbc76d980e6a3 Component (my_heytap): 28db2abbedc1eafc8947749e91b197fc Component (my_carrier): f0b3b8bd50cc13f4d2a1ebdad9f75f22 Component (system_vendor): e5d935f73c54cc08ae04c9e5abeefe20 Component (my_region): ceb333df4f651e82e5c71a9d76da3273 SHA-1 Full: a3de2e204668cc33c7134bf062bb5f6873a28bce Size Component (my_manifest): 1.22 MB (1278656) Component (my_product): 413.80 MB (433902450) Component (my_bigball): 578.54 MB (606645588) Component (my_stock): 615.30 MB (645192760) Component (my_heytap): 508.90 MB (533621509) Component (my_carrier): 1.04 MB (1088872) Component (system_vendor): 2.49 GB (2675632293) Component (my_region): 3.35 MB (3513520) Full: 4.56 GB (4893267850) Downloads ColorOS Global Server: Component (my_manifest) Component (my_product) Component (my_bigball) Component (my_stock) Component (my_heytap) Component (my_carrier) Component (system_vendor) Component (my_region) Google OTA Server: Full Exported by MlgmXyysd Color OTA Bot@OnePlusOTA #Oxygen#denniz#India#Component#Full#Stable#DN2101
找到 84 条相似帖子
搜索 #nodejs
@awesomeopensource · Post #118 · 2018/04/24 09:41
chalk-animation 多种彩色终端动画。 语言:#JavaScript 分类:#NodeJS 转发自 @rsshub
Hashtags
Node.js 纪录片感想(小抄) 1. Ryan Dahl 创建 Node.js 当时流行的 Web 框架(如 Ruby on Rails)在处理高并发时效率不够高,特别是在处理 I/O 密集型任务时性能显得不足。虽然这些框架也支持异步 I/O,但用起来很别扭。 他也尝试过其他语言(如 Python、Lua、Haskell),但发现这些语言的运行时已经沉淀了多年,深受传统同步编程模型的限制,很难进行根本性的变革。 于是 Boy Meet Girl,算是终于让他看见了 Javascript 这个本身就在浏览器中天天需要处理异步场景的语言。(JavaScript 本身就依赖事件循环和异步操作来处理用户交互与网络请求。) 关键点是 easily build optimal server 以及 forcing them to only use async IO。也是 Node.js 的核心优势。 2. Isaac Schlueter 加入 & npm 的诞生 这点倒是没什么好说的,pip 比它要早一点,08年 vs 10年。 想起我大二那年,被 pacman 什么都能下载给震撼住了。真的是,生在这种什么都有的年代真是被惯坏了。不过即使我在那个年代,也不会造出这样的轮子吧 3. Joyent 买下 Node.js 这一阶段就是真的让 Node.js 成为一个企业级产品了,毕竟有公司去资助一批工程师去全职开发。 也是在这个阶段支持了 Windows,让用户量大大增加了。(通过实现 LibUV 库来处理 Windows 特有的 I/O 操作和事件循环,兼容了 linux 和 win 的操作) 4. Ryan 退出 & 社区分裂 Ryan 在 Windows 版本出来之后就腻了,看来是那种喜欢写新功能而不想全天在修 BUG 的人?于是负责人从 Ryan -> Issac -> TJ Fontaine。 至于创始人离开之后,社区的贡献者自然就觉得给 Joyent 打白工非常无趣,于是就去 fork 了 io.js(确实,虽然 MySQL 是开源的,但谁会乐意无偿贡献代码给 Oracle 呢?) 5. 基金会成立 最后是双方妥协,Joyent 将 Node.js 的管理权交给了基金会, io.js 和 Node.js 最终合并。可喜可贺,可喜可贺。 不过这也是社区力量占主导才能强迫公司妥协,不然就变成现在的 MariaDB 了? --- (仅仅是笔记,不一定对,需要勘误) https://www.youtube.com/watch?v=LB8KwiiUGy0 #TIL#nodejs
@Only4Share · Post #498 · 2023/05/18 13:14
https://moonapi.com/news/detail/id/8416.html #前端#NodeJS
npm audit: Broken by design. #article#js#nodejs @thedevs https://kutt.it/sfCoaF
A complete guide to threads in Node.js. #article#js#nodejs @thedevs https://kutt.it/oISgAb
19 ways to become a better Node.js developer in 2019. #article#js#nodejs @thedevs https://kutt.it/JDnenj
What exactly is Node.js? #article#js#nodejs @thedevs https://kutt.it/7Ya1Gf
@AprilNEALab · Post #75 · 2024/08/31 14:44
#NodeJS#ORM 这么严重的问题花了一年才被修复。 https://github.com/drizzle-team/drizzle-orm/issues/724 https://github.com/drizzle-team/drizzle-orm/releases/tag/0.33.0 TL;DR Drizzle ORM 导致 JSONB 在 Postgres 数据库中错误的以 JSON String 表示
Sometimes dependencies can just get as messy as it could. #NodeJS#npm 🐦
🔖 javascript - Difference of using async / await vs promises? - Stack Overflow #pinboard#nodejs#job_search https://stackoverflow.com/questions/53057110/difference-of-using-async-await-vs-promises
Hashtags
Rust and Node.js, a match made in heaven. #article#nodejs#rust @thedevs https://kutt.it/W3c4ps