自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3336)
  • 收藏
  • 关注

原创 输入与变更事件

euv 的输入和变更事件处理与其响应式信号系统无缝集成。通过在信号中存储输入值,并通过oninput和onchange处理程序更新它们,你可以构建响应迅速、可预测且易于维护的表单。computed!和watch!宏通过派生状态和副作用扩展了这一模式,为你提供了表单处理的完整工具集。

2026-06-19 01:00:04 15

原创 euv 组件绑定与 Props

组件可以将回调函数作为 props 接收,实现灵活的父子通信。回调 prop 就是存储在 props 结构体中的函数指针或闭包。当子组件检测到用户交互或状态变化时,它调用回调并传递相关数据作为参数。当与 euv 的响应式信号系统结合使用时,这种模式尤为强大。父组件可以将信号 setter 作为回调的一部分传递,允许子组件以受控方式直接更新父组件的状态。为大多数父子通信提供了清晰的单向数据流。强类型 Props在编译时捕获错误,消除运行时意外。自定义回调实现了灵活的子到父通信。共享信号。

2026-06-19 00:59:34 79

原创 Routing Basics

【代码】Routing Basics。

2026-06-19 00:59:00 73

原创 Logging and Monitoring

ecosystem.

2026-06-19 00:58:28 88

原创 API Documentation with Utoipa

utoipa。

2026-06-19 00:57:56 145

原创 Rendering and Performance Optimization in euv

【代码】Rendering and Performance Optimization in euv。

2026-06-19 00:57:25 193

原创 Form Handling in euv

【代码】Form Handling in euv。

2026-06-19 00:56:53 142

原创 Animation and Transitions in euv

【代码】Animation and Transitions in euv。

2026-06-19 00:56:22 171

原创 Test HTML content

2026-06-19 00:53:47 227

原创 Test - override baseURL

2026-06-19 00:50:16 155

原创 euv 框架入门指南:用 Rust + WASM 构建前端应用

本文介绍了 euv 框架的核心概念、快速入门方法以及关键 API 的使用示例。euv 是一个基于 Rust 和 WebAssembly 的前端 UI 框架,采用虚拟 DOM + 响应式信号架构,支持过程宏声明式语法。

2026-06-18 03:12:04 187

原创 一款声明式 Rust WebAssembly UI 框架 - Euv(哎呦喂)

Euv 作为一款新兴的 Rust 声明式 UI 框架,在 WebAssembly 生态中独树一帜。通过创新的架构设计——Signal + Microtask 批处理响应式系统Keyed Diff 虚拟 DOM全局事件委托机制CSS-in-Rust 样式系统——为 Rust 前端开发提供了完整且高效的解决方案。开发体验html!宏 +class!宏 +use_signalHook,三位一体的声明式开发范式运行时性能。

2026-05-27 12:26:54 630

原创 [特殊字符]_网络IO性能优化:从TCP到HTTP的层层优化[20260204143626]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-02-04 22:36:27 930

原创 [特殊字符]_内存管理深度解析:如何避免GC导致的性能陷阱[20260131145952]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:59:53 968

原创 [特殊字符]_可扩展性架构设计:从单体到微服务的性能演进[20260131144748]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:47:49 835

原创 [特殊字符]_微服务架构下的性能调优实战[20260131144150]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:41:51 563

原创 ⚡_实时系统性能优化:从毫秒到微秒的突破[20260131143553]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:35:54 839

原创 [特殊字符]_高并发场景下的框架选择:从性能数据看技术决策[20260131142749]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:27:50 794

原创 [特殊字符]️_开发效率与运行性能的平衡艺术[20260131142015]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:20:16 744

原创 ⚡_延迟优化实战:从毫秒到微秒的性能突破[20260131141242]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:12:43 873

原创 [特殊字符]_可扩展性架构设计:从单体到微服务的性能演进[20260131140509]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 22:05:10 801

原创 [特殊字符]_压力测试与性能调优的完整指南[20260131134952]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 21:49:53 466

原创 [特殊字符]_安全性能平衡术:如何在保证安全的前提下提升性能[20260131134218]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-31 21:42:20 952

原创 ⚡_实时系统性能优化:从毫秒到微秒的突破[20260129182129]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 02:21:31 248

原创 ⚡_延迟优化实战:从毫秒到微秒的性能突破[20260129180629]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 02:06:31 399

原创 [特殊字符]_安全性能平衡术:如何在保证安全的前提下提升性能[20260129175715]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 01:57:17 370

原创 [特殊字符]_Web框架性能终极对决:谁才是真正的速度王者[20260129174800]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 01:48:02 343

原创 [特殊字符]_微服务架构下的性能调优实战[20260129173845]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 01:38:47 324

原创 [特殊字符]_压力测试与性能调优的完整指南[20260129171202]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 01:12:03 304

原创 [特殊字符]_内存管理深度解析:如何避免GC导致的性能陷阱[20260129164757]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 00:47:59 743

原创 [特殊字符]_网络IO性能优化:从TCP到HTTP的层层优化[20260129163815]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 00:38:17 852

原创 [特殊字符]️_开发效率与运行性能的平衡艺术[20260129162833]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 00:28:35 593

原创 [特殊字符]_安全性能平衡术:如何在保证安全的前提下提升性能[20260129161851]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-30 00:18:53 1001

原创 ⚡_延迟优化实战:从毫秒到微秒的性能突破[20260128173200]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 01:32:03 259

原创 [特殊字符]_内存管理深度解析:如何避免GC导致的性能陷阱[20260128172448]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 01:24:51 247

原创 [特殊字符]_可扩展性架构设计:从单体到微服务的性能演进[20260128170825]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 01:08:28 248

原创 [特殊字符]_网络IO性能优化:从TCP到HTTP的层层优化[20260128165924]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 00:59:27 208

原创 [特殊字符]_压力测试与性能调优的完整指南[20260128165023]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 00:50:25 277

原创 [特殊字符]_微服务架构下的性能调优实战[20260128164121]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 00:41:24 248

原创 [特殊字符]_安全性能平衡术:如何在保证安全的前提下提升性能[20260128163220]

Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern

2026-01-29 00:32:23 245

LTPP在线开发平台Win10/Win11安装包

LTPP在线开发平台是一个综合性的编程学习与实践网站,它致力于为用户提供一个全方位的编程学习环境。平台的特点和功能包括: 1. 文章学习:提供丰富的编程相关文章,涵盖基础知识、技术教程、行业动态等,帮助用户系统地学习和掌握编程知识。 2. 短视频:通过短视频的形式,快速传达编程知识点,使得学习过程更加生动有趣。 3. 在线直播:定期举办在线编程直播课程,用户可以实时观看并参与互动,提高学习效率。 4. 代码训练:提供在线编程练习功能,用户可以直接在平台上编写和测试代码,即时反馈学习效果。 5. 在线问答:构建了一个编程问答社区,用户可以提出编程问题,也可以回答其他用户的问题,形成良好的学习交流氛围。 6. 在线聊天:提供即时通讯工具,方便用户之间的交流和讨论,促进知识的分享和问题的解决。 7. 在线商店:可能包含编程相关的书籍、工具或服务,为用户提供便捷的资源获取渠道。 8. 个人站点:用户可以创建和管理自己的个人站点,展示个人作品和项目,增加个人影响力。 9. GitLab集成:内部提供gitlab服务。 10.云服务器:提供云服务器功能,支持快照,回滚,开关机。

2024-06-02

基于Node.js的HTML批量转PDF

官方文档: https://ltpp-system.github.io/ltpp-docs/LTPP-HTML-PDF/ 功能 LTPP 批量 HTML 转 PDF 工具支持将当前目录下所有 HTML 文件转成 PDF 文件,并在新目录中保存文件结构与原目录结构一致。 说明 提供了两个独立版本,分别基于 html-pdf 模块和 puppeteer 模块开发的应用。 安装 对于 html-pdf,双击 exe 文件运行(仅适用于 win-x64)。 对于 puppeteer,由于打包后 exe 过大无法上传至 git 仓库,用户需要根据打包方法自行打包。 运行 如果系统有 node 环境并且安装了 npm,可以使用命令 npm run start 直接运行。 针对 puppeteer 进行打包 打包时间可能很久,请耐心等待,因为需要打包的资源很大并且进行压缩处理,时间消耗较多。 首次打包需要运行命令 npm run install-pkg。 解压 chrome.7z。 运行打包命令,会在项目根目录生成 exe 可执行文件,命令为 npm run pkg。 使用说明 使用多进程将 HT

2024-06-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除