小弧光的博客

公众号:小弧光黑板报

导航

2023年2月19日 #

Using Rust with Axum for error handling

摘要: 原文:https://blog.logrocket.com/rust-axum-error-handling/ When you’re building a backend web service, things don’t always go right. For example, an inco 阅读全文

posted @ 2023-02-19 19:38 小弧光 阅读(635) 评论(0) 推荐(0) 编辑

2023年2月18日 #

The Best Free Software of 2023

摘要: 原文:https://au.pcmag.com/software-services/93440/the-best-free-software-of-2022#page0 It's a mobile world, but we have not fully abandoned the desktop. 阅读全文

posted @ 2023-02-18 10:58 小弧光 阅读(31) 评论(0) 推荐(0) 编辑

2023年2月6日 #

rust 常用库

摘要: rapier2d = { version = "0.16", features = ["debug-render"] }rapier3d = { version = "0.16", features = ["debug-render"] }image = { version = "0.24.3", 阅读全文

posted @ 2023-02-06 10:41 小弧光 阅读(251) 评论(0) 推荐(0) 编辑

google comprehensive-rust

摘要: https://google.github.io/comprehensive-rust/ This is the Rust course used by the Android team at Google. It provides you the material to quickly teach 阅读全文

posted @ 2023-02-06 10:31 小弧光 阅读(83) 评论(0) 推荐(0) 编辑

2023年1月30日 #

Object storage vs. file storage vs. block storage

摘要: Object storage, also known as object-based storage, is a strategy that manages and manipulates data storage as distinct units, called objects. These o 阅读全文

posted @ 2023-01-30 09:26 小弧光 阅读(35) 评论(0) 推荐(0) 编辑

2023年1月29日 #

Graphite: a vision for the future of 2D content creation.

摘要: https://graphite.rs/blog/graphite-a-vision-for-the-future-of-2d-content-creation/ https://editor.graphite.rs/ Graphite: a vision for the future of 2D 阅读全文

posted @ 2023-01-29 09:04 小弧光 阅读(20) 评论(1) 推荐(0) 编辑

2023年1月17日 #

ubuntu 使用 Viu 在终端 Terminal 显示图片

摘要: Using Viu Next on our list of image viewers is Viu. You can use this open-source command-line utility to display images in the Terminal. Some of the m 阅读全文

posted @ 2023-01-17 18:12 小弧光 阅读(514) 评论(0) 推荐(0) 编辑

2022年12月21日 #

ohmyzsh git plugins

摘要: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git Aliases Alias Command g git ga git add gaa git add --all gapa git add --patch gau git add - 阅读全文

posted @ 2022-12-21 10:09 小弧光 阅读(23) 评论(0) 推荐(0) 编辑

2022年12月15日 #

如何手工计算平方/立方根?

摘要: https://calcpad.blog/2022/04/28/how-to-calculate-square-cubic-root-by-hand/ 今天,技术让我们的一切变得简单快捷。有时,当我们看到古代的工程奇迹时,我们会想:“他们是如何在没有计算机的情况下设计出来的”?答案是:“凭借知识、灵 阅读全文

posted @ 2022-12-15 09:13 小弧光 阅读(232) 评论(0) 推荐(0) 编辑

选择数学工作表而不是 Excel 电子表格进行结构计算的 5 个理由

摘要: https://calcpad.blog/2022/11/01/5-reasons-to-choose-math-worksheets-over-excel-spreadsheets-for-structural-calculations/ 虽然现在有很多软件,但工程师仍然需要开发自定义计算来解决特 阅读全文

posted @ 2022-12-15 09:11 小弧光 阅读(70) 评论(0) 推荐(0) 编辑