Skip to content

第45期 37 week share 2025-09-19

本周我读到有趣的文章

1、LaTeX-OCR

TIP

将数学公式转化成 LaTeX 代码 HelloGitHub 评分

2、一份实用的 Linux 教程

TIP

该项目的内容主要侧重于实用性,内容包括 Linux 常用命令、Linux 系统运维、软件运维、常用 shell 脚本等。

3、json-server

TIP

仅需 30 秒、不用写代码就能模拟接口数据

4、FileCodeBox

TIP

文件快递柜-匿名口令分享文本,文件,像拿快递一样取文件

5、50 个迷你前端项目

TIP

手写前端,想练一练

6、30 Days Of JavaScript

TIP

图文并茂通俗易通,内容循序渐进包含练习题

7、CSS 学习笔记

css
.button11 {
    width: 160px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 10px;
    background-image: linear-gradient(to right, #8c8c8c 0%, #181818 100%);
    transition: background-image 0.3s ease;
}
.button11:hover {
    background-image: linear-gradient(to right, #0c0c0c, #0c0c0c);
}

返回目录

Developed by Orange