rust references ownership borrowing

rust references ownership borrowing

Rust 中的 所有权(Ownership)借用(Borrowing)引用(References) 是该语言最核心的概念之一,它们保证了内存安全而不需要垃圾回收器。

阅读更多
New to the web platform in March
使用gdal创建地图瓦片服务

使用gdal创建地图瓦片服务

地图瓦片服务是将大型地图数据集切割成小块瓦片,以便通过 Web 地图应用程序进行加载和显示的服务。GDAL(Geospatial Data Abstraction Library)是一个强大的开源库,它提供了处理地理空间数据的工具和库。

阅读更多
Web中的文件sha256校验
理解React服务端组件
WebAssembly:A new development paradigm for the web
New to the web platform in March
New to the web platform in April
WebGPU:Unlocking modern GPU access in the browser