-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
160 changed files
with
28,468 additions
and
24,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- | ||
* @Description: weekly-30 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2024-01-01 20:20:35 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-07-26 09:58:16 | ||
* @FilePath: \nuofe-weekly1\2024\weekly-30.md | ||
--> | ||
|
||
# 2024-30 期 | ||
|
||
Add:2024-07-26 | ||
|
||
Update:2024-07-26 | ||
|
||
![202430](../images/2024/202430.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [Node.js支持原生运行TypeScript——自动将TS代码转译为JS代码](https://mp.weixin.qq.com/s/vNCBiJ5lzBfZlJpGXT-Liw) | ||
|
||
> Node.js 合并了为 TypeScript 添加实验性支持的 PR。 | ||
- [业务前端的本质--数据维护](https://mp.weixin.qq.com/s/PrhIcoF1EAjyYtZvL3IPaw) | ||
|
||
> 对于业务页面只需要关心数据有什么以及引起数据的变化有什么。 | ||
- [不到20行js实现高性能图片懒加载](https://mp.weixin.qq.com/s/vhpXEaumPp5VvR7Zt9jGkQ) | ||
|
||
> 什么是懒加载相信大家都知道,一句话概括,就是当需要出现的时候再加载。 | ||
## 技术解析 | ||
|
||
- [用编程的思路解决李永乐老师出的数学题](https://mp.weixin.qq.com/s/WWPKA5UjLpa5HDrgPHmALQ) | ||
|
||
> 用编程的思路解决李永乐老师出的数学题。 | ||
- [前端常用设计模式汇总](https://mp.weixin.qq.com/s/-GNpuJdymYmXe8QhIDwPIw) | ||
|
||
> 模式可以分为三大类:创建型模式(Creational Patterns)、结构型模式(Structural Patterns)、行为型模式(Behavioral Patterns) | ||
- [写 H5 页面真的要了解 <meta> 标签!](https://mp.weixin.qq.com/s/Rb0BCYmjMw7iHH4bi_wZCQ) | ||
|
||
> 使用 <meta name="viewport"> 解决视图放大问题。 | ||
## 其他 | ||
|
||
- [一文带你了解 Chrome AI](https://mp.weixin.qq.com/s/ZMI0ccWZ3ic47yrLWMdtzg) | ||
|
||
> 本文将深入探讨 Gemini 大模型及其在 Chrome 浏览器中的应用,涵盖 Built-in AI 、DevTools AI 以及如何在网页中直接调用 Gemini API 。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Email: [email protected] | ||
* @Date: 2021-09-03 09:55:53 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-07-12 14:50:59 | ||
* @LastEditTime: 2024-07-26 10:13:38 | ||
* @FilePath: \nuofe-weekly1\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2024 | ||
- [第 30 期](2024/weekly-30.md) | ||
- [第 29 期](2024/weekly-29.md) | ||
- [第 28 期](2024/weekly-28.md) | ||
- [第 27 期](2024/weekly-27.md) | ||
|
Oops, something went wrong.