Files
learning-weekly/docs/02.2022年/49.学习周刊-总第84期-2022年第49周.md
2022-12-16 18:18:47 +08:00

87 lines
3.0 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 学习周刊-总第84期-2022年第49周
date: 2022-12-16 18:16:30
permalink: /pages/355e5b/
categories:
- 周刊
- 学习周刊
- 2022年
tags:
-
titleTag: 原创
feed:
enable: true
description: 学习周刊-总第84期-关于手机号的正则校验应该用严格校验,还是宽松校验呢
---
### 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优秀项目
---
- 项目地址:[http-server](https://github.com/http-party/http-server)
- 项目说明:一个 js 实现的 http 透明代理。方便本地开发调试,也可用于生产 pod 代理。
- 相关文章:[README](https://github.com/http-party/http-server#readme)
---
- 项目地址:[qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner)
- 项目说明:为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件。
![](http://t.eryajf.net/imgs/2022/12/86ae7415aad2c7cf.png)
- 相关文章:[README](https://github.com/Kaiyiwing/qwerty-learner#readme)
---
- 项目地址:[gcr.io](https://github.com/x-mirrors/gcr.io)
- 项目说明:利用 [Github Action](https://github.com/x-actions/python3-cisctl) 同步 Google/Quay 等容器镜像到 hub.docker.com实现曲线加速被墙 [kubernetes](https://www.xiexianbin.cn/kubernetes) 和 [云原生](https://www.xiexianbin.cn/cloud-native) 的相关镜像问题。
- 相关文章:[README](https://github.com/x-mirrors/gcr.io#readme)[在线查询使用](https://mirrors.kb.cx/)
---
- 项目地址:[miller](https://github.com/johnkerl/miller)
- 项目说明Miller 类似于 awk、sed、cut、join 和 sort用于 CSV、TSV 和表格 JSON 等名称索引数据。
![](http://t.eryajf.net/imgs/2022/12/918986c0c1b64d5d.png)
- 相关文章:[README](https://github.com/johnkerl/miller#readme)
---
### 2优秀文章
---
- [如何打造一个能自动回复的钉钉机器人](https://developer.aliyun.com/article/1064528)
- 这篇文章基于 Python 实现的一个钉钉群聊机器人对话功能
---
- [手机号正则到底是要宽松呢还是严谨呢, 你喜欢哪种?](https://www.zhihu.com/question/333400359)
- 有意思的问题,里边的答案耐人寻味。看完之后,我认同高赞的回答,我选择宽松校验。
---
### 3优秀博客
---
- 博客地址:[茶水栈](https://32e.co/)
- 简单说明redis 专栏与 k8s 文章。
---
- 博客地址:[Seven's blog](https://blog.diqigan.cn/)
- 简单说明:内容不错,值得阅读。
---
- 博客地址:[TsingChan](http://www.9ong.com/archives.html)
- 简单说明PHP 方向的开发者,博客内容整理非常多。
---