--- title: 学习周刊-总第107期-2023年第20周 date: 2023-05-19 08:47:20 permalink: /pages/b5d2d2/ categories: - 周刊 - 学习周刊 - 2023年 tags: - feed: enable: true description: 学习周刊-总第107期-又一个Nginx管理面板与一个适合入门的Vue3管理后台项目 --- ### 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,优秀项目 --- - 项目地址:[apinto](https://github.com/eolinker/apinto) - 项目说明:基于 golang 开发的网关。具有各种插件,可以自行扩展,即插即用。此外,它可以快速帮助企业管理 API 服务,提高 API 服务的稳定性和安全性。 ![](http://t.eryajf.net/imgs/2023/03/123e90eeeaf63143.png) - 相关文章:[README](https://github.com/eolinker/apinto#readme),[官网](https://www.apinto.com/) --- - 项目地址:[chroma](https://github.com/alecthomas/chroma) - 项目说明:一个 go 语言库,能够给其他语言高亮的库。 ![](http://t.eryajf.net/imgs/2023/03/377354986424487f.png) - 相关文章:[README](https://github.com/alecthomas/chroma#readme), [在线演示](https://swapoff.org/chroma/playground/) --- - 项目地址:[pock](https://github.com/pock/pock) - 项目说明:一款免费、开源的 MacBook Touch Bar 小部件管理工具。 ![](http://t.eryajf.net/imgs/2023/05/af09a0ca243bb6e2.png) - 相关文章:[README](https://github.com/pock/pock/blob/main/.github/readmes/README.cn.md) --- - 项目地址:[nginx-ui](https://github.com/0xJacky/nginx-ui) - 项目说明:一个 Nginx 配置管理的 web 系统。 ![](http://t.eryajf.net/imgs/2023/05/9137d31f844c9921.png) - 相关文章:[README](https://github.com/0xJacky/nginx-ui/blob/master/README-zh_CN.md) --- - 项目地址:[MaxKey](https://github.com/dromara/MaxKey) - 项目说明:Java 语言编写的单点登录认证系统。 ![](http://t.eryajf.net/imgs/2023/05/8ecf55ff4ee5b81a.png) - 相关文章:[README](https://github.com/dromara/MaxKey/blob/main/README_zh.md) --- ### 2,优秀文章 --- - [【vue3-element-admin】基于 Vue3 + Vite4 + TypeScript + Element-Plus 从0到1搭建后台管理系统](https://www.cnblogs.com/haoxianrui/p/17331952.html) - 如题 --- - [SSHA Password Hash with Golang](https://ferdinand-neman.medium.com/ssha-password-hash-with-golang-7d79d792bd3d) - 通过这篇文章,能够生成 ldap 中可以识别的 ssha 加密算法的用户密码。 --- - [OpenLDAP 使用 slappasswd 生成密码](https://www.zhangbj.com/p/1192.html) - 如题,通过 slappasswd 命令生成明文以及各种加密方法的密码。 --- ### 3,优秀博客 --- - 博客地址:[程序员之旅](https://www.zhangbj.com/) - 简单说明:博客内容质量较高,多次在浏览器搜索到了这个博客。 --- - 博客地址:[可乐去冰](https://isekiro.com/) - 简单说明:go 语言内容,k8s 源码分析。 ---