Appearance
第29期 19 week share 2025-05-09
本周我读到有趣的文章
TIP
这是一款基于 C# 和 GTK 框架开发的免费绘图软件,兼容 Windows、Linux 和 macOS 系统。它不仅提供类似 Microsoft Paint 的基础绘图功能,还增加了丰富的滤镜、多样的绘画工具、多图层管理和透明度编辑等高级功能。
TIP
微软开源的 AI Agent 初学者教程
TIP
一个 CSS 组件库,使用最新的 CSS 规范,也就是说,不考虑兼容老旧浏览器
TIP
一篇关于静态网站托管的文章,介绍了如何使用静态文件作为服务器来提供动态内容。
TIP
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
TIP
千古前端图文教程,超详细的前端入门到进阶知识库。
7、Bash script
bash
#!/bin/bash
{A,B} Same as A B
{A,B}.js Same as A.js B.js
{1..5} Same as 1 2 3 4 5