diff --git a/doc/go.md b/doc/go.md index dd398922fc36dba8fd4047e91207decd4de17327..c26331a01c1f708497a7c0577cc9033a2f70a7cc 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 bc97cb33e6ec7f9b6dffedd625cfb3cf9544560b..12f56b924ad0d1786d1f949af356ed80692dc34e 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 0000000000000000000000000000000000000000..60b371bbeaa96b4c13997e80a76bfebc10e40797 --- /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 8904289366133acf228e8bc6dd7f4c28e046e008..9b9f5a31d304834b7e51af39e9e8771526bf2212 100644 --- a/weekly/index.md +++ b/weekly/index.md @@ -4,4 +4,6 @@ - [全栈爱好者技术周刊|第2期](/weekly/2.md) +- [全栈爱好者技术周刊|第3期](/weekly/3.md) +