From 8ae1a9e71a294de129e63362b3d39c9c17738f38 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Tue, 25 Oct 2022 13:37:53 +0800 Subject: [PATCH] fix --- doc/go.md | 4 +++- doc/php.md | 6 +++++- weekly/3.md | 31 +++++++++++++++++++++++++++++++ weekly/index.md | 2 ++ 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 weekly/3.md diff --git a/doc/go.md b/doc/go.md index dd39892..c26331a 100644 --- a/doc/go.md +++ b/doc/go.md @@ -78,4 +78,6 @@ golang-jwt/jwt [pkg](https://pkg.go.dev/github.com/golang-jwt/jwt/v4) | [github] robfig/cron [pkg](https://pkg.go.dev/github.com/robfig/cron/v3) | [github](https://github.com/robfig/cron) ![](https://img.shields.io/github/stars/robfig/cron.svg?style=social) 执行定时任务 -flosch/pongo2 [pkg](https://pkg.go.dev/github.com/flosch/pongo2/v6) | [github](https://github.com/flosch/pongo2) ![](https://img.shields.io/github/stars/flosch/pongo2.svg?style=social) 一种类似于Django语法的模板语言 \ No newline at end of file +flosch/pongo2 [pkg](https://pkg.go.dev/github.com/flosch/pongo2/v6) | [github](https://github.com/flosch/pongo2) ![](https://img.shields.io/github/stars/flosch/pongo2.svg?style=social) 一种类似于Django语法的模板语言 + +gocron [github](https://github.com/ouqiang/gocron) 定时任务管理系统 \ No newline at end of file diff --git a/doc/php.md b/doc/php.md index bc97cb3..12f56b9 100644 --- a/doc/php.md +++ b/doc/php.md @@ -66,4 +66,8 @@ Composer: A Dependency Manager for PHP ## awesome-php - [https://github.com/ziadoz/awesome-php](https://github.com/ziadoz/awesome-php) - [https://github.com/jingwentian/awesome-php](https://github.com/jingwentian/awesome-php) -- [https://github.com/shockerli/php-awesome/](https://github.com/shockerli/php-awesome/) \ No newline at end of file +- [https://github.com/shockerli/php-awesome/](https://github.com/shockerli/php-awesome/) + +## 开源库 + +screw-plus [github](https://github.com/del-xiong/screw-plus) 开源php加密运行扩展,基于screw二次开发,暂时只能在linux下运行 diff --git a/weekly/3.md b/weekly/3.md new file mode 100644 index 0000000..60b371b --- /dev/null +++ b/weekly/3.md @@ -0,0 +1,31 @@ +# 全栈爱好者技术周刊|第3期 + +## 前端 + +写 TypeScript 时,很多人可能会犯的几个错误! +- https://mp.weixin.qq.com/s/IbSCjG7dAyTe0sa0nk84lw + +Web 应用架构的下一个转变 + +- https://mp.weixin.qq.com/s/34wjd63o_zpEocQpIvWHSw + +一文教你搞定前后端所有鉴权方案,让你不再迷惘 +- https://mp.weixin.qq.com/s/wnkq4gQuVGp4_9rQ4_t8aA + +## 后端 + +简单几步,快速实现封装多级树结构对象(Java版) + +- https://mp.weixin.qq.com/s/06C0b90cZF99JFLtTEBNPQ + +Springboot 一行代码实现文件上传 20个平台!少写代码到极致 + +- https://mp.weixin.qq.com/s/Rj8PG4xX8KUMExBpP-EgvA + +MyBatis这样用,同事直呼哇塞,堪称最佳实践! + +- https://mp.weixin.qq.com/s/X11OCZSEh2k5K6uYG768yQ + +服务端自定义生成PDF的几种方案 + +- https://mp.weixin.qq.com/s/AKDnmslnkFz5AtL4p7p2Zg \ No newline at end of file diff --git a/weekly/index.md b/weekly/index.md index 8904289..9b9f5a3 100644 --- a/weekly/index.md +++ b/weekly/index.md @@ -4,4 +4,6 @@ - [全栈爱好者技术周刊|第2期](/weekly/2.md) +- [全栈爱好者技术周刊|第3期](/weekly/3.md) + -- GitLab