mirror of
https://github.com/eryajf/learning-weekly.git
synced 2025-09-26 17:51:12 +08:00
87 lines
3.0 KiB
Markdown
87 lines
3.0 KiB
Markdown
---
|
||
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)
|
||
- 项目说明:为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件。
|
||

|
||
- 相关文章:[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 等名称索引数据。
|
||

|
||
- 相关文章:[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 方向的开发者,博客内容整理非常多。
|
||
|
||
--- |