首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
英文技术文档翻译
fengjutian
创建于2023-11-17
订阅专栏
翻译一些自己感兴趣的技术文档
等 16 人订阅
共52篇文章
创建于2023-11-17
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
揭开 Web 推送通知的神秘面纱
Web 推送如何工作? 简而言之,Web 推送的工作原理是你的应用与浏览器供应商提供的“推送服务”进行交互。为此有三个主要步骤,如下图所示: 创建订阅 在客户端创建 Web 推送订阅,并将该订阅发送到
探索 Rust 编译器选项:GCC 与 LLVM
Rust 在不牺牲性能的情况下保证内存安全,因此在软件开发人员中获得了大量追随者。Rust 曾经是小众语言,现在广泛应用于 Windows 和 Android 等各个系统。 rustc 使用 LLVM
使用 Deno 和 Jupyter Notebook 构建数据仪表盘
在本指南中,我们将探讨如何使用 Deno 和 Jupyter Notebook 构建数据分析仪表板。最近,Deno 团队宣布与 Jupyter Notebook 兼容,允许用户通过将 Deno 用作其
使用WebAssembly在浏览器运行Python代码
长期以来,Python 社区一直在探讨使 Python 成为现代 Web 浏览器中一等公民的最佳方法。最大的挑战是: Web 浏览器实际上只支持一种编程语言:JavaScript。然而,随着网络技术的
Press Shift and Enter for a new line【按 Shift 和 Enter 键以创建新行】
By default, pressing Enter or Shift and Enter will generate a new line for a textarea element. 【默认情况
Rust Easy!现代跨平台命令行工具,为您的终端提供动力
Rust is taking over the terminal. Rust is a general-purpose programming language that is blazing fas
Detect the dark mode【检测黑暗模式】
Modern operating systems such as macOS, Windows 10 allow users to choose the appearance they would l
Dynamically update CSS root variables【动态更新CSS根变量】
CSS root variables, also known as CSS custom properties, are a powerful tool for defining reusable v
Calculate the reading time of a webpage【计算网页的阅读时间】
As a web developer, you might want to let users know how long it will take to read the content on yo
Select a given line in a text area【在文本区域中选择给定的行】
Select a given line in a text area【在文本区域中选择给定的行】 Have you ever wanted to select a specific line in a
Change the favicon dynamically based on user's color scheme preference
Change the favicon dynamically based on user's color scheme preference【根据用户的配色方案偏好,动态地更改网站图标】 Tags【标
字符串哈希---帮助你操作字符的强大算法
字符串哈希是一种将字符串转化为哈希数字的技术。 为什么我们需要它?有时候比较大的字符串,不需要比较每一个字符串可以比较其生成的散列数。 想像一下,你需要比较下面的👇的两行字符串: 如果他们有200个字