mirror of
https://github.com/eryajf/learning-weekly.git
synced 2025-09-26 17:51:12 +08:00
添加总第93期周刊
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
| 📝 | 📔 | 👨💻 | 💻 |
|
||||
| :-----: | :-----: | :-----: | :-----: |
|
||||
| [第88期](./docs/03.2023%E5%B9%B4/01.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC88%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC01%E5%91%A8.md) | [第89期](./docs/03.2023%E5%B9%B4/2.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC89%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC02%E5%91%A8.md) | [第90期](./docs/03.2023%E5%B9%B4/03.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC90%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC03%E5%91%A8.md) | [第91期](./docs/03.2023%E5%B9%B4/04.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC91%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC04%E5%91%A8.md) |
|
||||
| [第92期](./docs/03.2023%E5%B9%B4/05.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC92%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC05%E5%91%A8.md) | 第93期 | 第94期 | 第95期 |
|
||||
| [第92期](./docs/03.2023%E5%B9%B4/05.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC92%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC05%E5%91%A8.md) | [第93期](./docs/03.2023%E5%B9%B4/06.%E5%AD%A6%E4%B9%A0%E5%91%A8%E5%88%8A-%E6%80%BB%E7%AC%AC93%E6%9C%9F-2023%E5%B9%B4%E7%AC%AC06%E5%91%A8.md) | 第94期 | 第95期 |
|
||||
| 第96期 | 第97期 | 第98期 | 第99期 |
|
||||
| 第100期 | 第101期 | 第102期 | 第103期 |
|
||||
| 第104期 | 第105期 | 第106期 | 第107期 |
|
||||
|
76
docs/03.2023年/06.学习周刊-总第93期-2023年第06周.md
Normal file
76
docs/03.2023年/06.学习周刊-总第93期-2023年第06周.md
Normal file
@@ -0,0 +1,76 @@
|
||||
---
|
||||
title: 学习周刊-总第93期-2023年第06周
|
||||
date: 2023-02-10 08:37:01
|
||||
permalink: /pages/a4cf69/
|
||||
categories:
|
||||
- 周刊
|
||||
- 学习周刊
|
||||
- 2023年
|
||||
tags:
|
||||
-
|
||||
feed:
|
||||
enable: true
|
||||
description: 学习周刊-总第93期-一个小霸王游戏合集的开源项目
|
||||
---
|
||||
|
||||
|
||||
### 0 ,前言
|
||||
|
||||
周刊维护在:[https://github.com/eryajf/learning-weekly](https://github.com/eryajf/learning-weekly) 欢迎投稿,推荐或自荐项目 /文章 /博客,请提交 issue 。
|
||||
|
||||
周刊核心为运维周刊,还会侧重Go语言生态,Vue相关技术生态的项目,以及 GitHub 上优秀项目或经验。
|
||||
|
||||
你也可以在我的博客 [https://wiki.eryajf.net/learning-weekly/](https://wiki.eryajf.net/learning-weekly/) 查看汇总周刊。
|
||||
|
||||
|
||||
### 1,优秀项目
|
||||
|
||||
---
|
||||
- 项目地址:[blazeB2](https://github.com/Rr210/blazeB2)
|
||||
- 项目说明:基于 backBlazeb2 API & ⚡ cloudflare 开发的具有 CDN 加速功能的图床工具
|
||||

|
||||
- 相关文章:[README](https://github.com/Rr210/blazeB2#readme)
|
||||
---
|
||||
- 项目地址:[css-carousel](https://github.com/gd4Ark/css-carousel)
|
||||
- 项目说明:一个基于 CSS 实现的轮播图功能。
|
||||
- 相关文章:[README](https://github.com/gd4Ark/css-carousel#readme),[效果演示](https://4ark.me/css-carousel/)
|
||||
---
|
||||
- 项目地址:[CoverView-CN](https://github.com/manchan4869/CoverView-CN)
|
||||
- 项目说明:快速为您的博客文章创建精彩的封面图像。
|
||||
- 相关文章:[README](https://github.com/manchan4869/CoverView-CN#readme), [在线体验](https://manchan4869.github.io/CoverView-CN/)
|
||||
---
|
||||
- 项目地址:[chi](https://github.com/go-chi/chi)
|
||||
- 项目说明:轻量级的、可组合的路由器,用于构建 Go HTTP 服务。
|
||||
- 相关文章:[README](https://github.com/go-chi/chi#readme),[官网](https://go-chi.io/#/)
|
||||
---
|
||||
- 项目地址:[fc-game.github.io](https://github.com/fc-game/fc-game.github.io)
|
||||
- 项目说明:该站点是一个小霸王游戏合集。
|
||||

|
||||
- 相关文章:[README](https://github.com/fc-game/fc-game.github.io/blob/main/README_zh.md),[在线体验](https://fc-game.github.io/#/)
|
||||
---
|
||||
|
||||
### 2,优秀文章
|
||||
|
||||
---
|
||||
- [我的奶奶](https://blog.manyacan.com/archives/2021/)
|
||||
- 感情真挚的纪念奶奶的文章
|
||||
---
|
||||
- [记录我的 V2EX 主账号被封](https://hellodk.cn/post/1117)
|
||||
- 如题
|
||||
---
|
||||
- [未来高层小区会怎样](https://xingcxb.com/speak/f604bf/)
|
||||
- 蛮有意思
|
||||
---
|
||||
|
||||
### 3,优秀博客
|
||||
|
||||
---
|
||||
- 博客地址:[Yacan's Blog](https://blog.manyacan.com/)
|
||||
- 简单说明:一个河南老乡的博客,值得阅读
|
||||
---
|
||||
- 博客地址:[Allen Hua 的网络博客](https://hellodk.cn/)
|
||||
- 简单说明:博客内容涉猎广泛,值得阅读
|
||||
---
|
||||
- 博客地址:[人物志](https://renwuzhi.wiki/)
|
||||
- 简单说明:很有意思的全国各省名人的站点
|
||||
---
|
Reference in New Issue
Block a user