[置顶] Flask学习笔记

摘要: ### Flask学习笔记 官方教程:https://flask.palletsprojects.com/en/2.3.x/ W3CSchool: https://www.w3cschool.cn/flask_1/ 知乎资料:https://www.zhihu.com/people/im-greyl 阅读全文
posted @ 2022-06-03 00:51 朝朝暮Mu 阅读(75) 评论(0) 推荐(0) 编辑

[置顶] Pandas学习笔记

摘要: 1.groupby的用法 参考:https://zhuanlan.zhihu.com/p/101284491 2.Pandas中的map(), apply()和applymap()的应用 参考:https://blog.csdn.net/maymay_/article/details/8022905 阅读全文
posted @ 2022-03-23 11:36 朝朝暮Mu 阅读(51) 评论(0) 推荐(0) 编辑

[置顶] 微信小程序笔记_02

摘要: 在微信小程序中使用Echarts组件 github源码地址:https://github.com/ecomfe/echarts-for-weixin gitcode源码地址:https://gitcode.net/mirrors/ecomfe/echarts-for-weixin?utm_sourc 阅读全文
posted @ 2022-03-21 11:07 朝朝暮Mu 阅读(22) 评论(0) 推荐(0) 编辑

FastAPI学习笔记之数据库

摘要: FastAPI学习笔记之数据库 参考:https://fastapi.tiangolo.com/tutorial/sql-databases/ 阅读全文
posted @ 2024-07-01 16:55 朝朝暮Mu 阅读(1) 评论(0) 推荐(0) 编辑

flutter 环境安装

摘要: 安装ruby 切换ruby源 参考:https://www.jianshu.com/p/783ca5588ca0 安装cocoapods sudo gem install cocoapods -V 升级ruby 参考:https://blog.csdn.net/weixin_46536477/art 阅读全文
posted @ 2024-06-01 21:00 朝朝暮Mu 阅读(1) 评论(0) 推荐(0) 编辑

Dart学习

摘要: 1. 环境安装 参考:https://www.jianshu.com/p/cd7006d200d2 2. IDE选择 参考:https://blog.csdn.net/Calvin_zhou/article/details/112905248 3. 学习资料 参考:https://www.w3csc 阅读全文
posted @ 2024-05-28 13:20 朝朝暮Mu 阅读(4) 评论(0) 推荐(0) 编辑

flask定时任务

摘要: flask-apscheduler:https://viniciuschiele.github.io/flask-apscheduler/index.html# 学习:/fsh19991001/p/17212642.html#autoid-7-0-0 学 阅读全文
posted @ 2024-05-19 12:22 朝朝暮Mu 阅读(3) 评论(0) 推荐(0) 编辑

语言模型学习资料

摘要: 模型: TogetherAI: https://api.together.xyz/signin?redirectUrl=/v1 Document Loader : spider: https://spider.cloud/ firecrawl: https://www.firecrawl.dev/? 阅读全文
posted @ 2024-05-19 10:29 朝朝暮Mu 阅读(7) 评论(0) 推荐(0) 编辑

Chrome插件学习

摘要: 学习资料 开发流程:https://blog.csdn.net/weixin_43898997/article/details/133021462 阅读全文
posted @ 2024-05-15 08:49 朝朝暮Mu 阅读(2) 评论(0) 推荐(0) 编辑

SQL练习

摘要: 在线练习网站 参考:https://zhuanlan.zhihu.com/p/407421130 常用函数 2.1 去重:distinct select disctinct university from user; 2.2 窗口函数:https://zhuanlan.zhihu.com/p/926 阅读全文
posted @ 2024-05-10 10:37 朝朝暮Mu 阅读(5) 评论(0) 推荐(0) 编辑

matlab教程

摘要: 参考:https://ww2.mathworks.cn/help/ 参考:https://mp.weixin.qq.com/s?__biz=MzI2ODc4NTgwNQ==&mid=2247487647&idx=1&sn=a208a363188d116ee857e669347f261e&chksm= 阅读全文
posted @ 2024-04-24 16:29 朝朝暮Mu 阅读(1) 评论(0) 推荐(0) 编辑

使用kratos框架集成jwt认证

摘要: 问题背景:网络鉴权在web开发中最常见不过了,最近在使用go kratos框架写项目的时候需要用到jwt,查阅资料后自己动手实现了简单的鉴权,在这里记录一下实现步骤,直接上代码。 定义jwt签发函数 这部分a56爆大奖在线娱乐是参考了李文周老师的博客 博客地址:https://www.liwenzhou.com/po 阅读全文
posted @ 2024-04-20 20:55 朝朝暮Mu 阅读(79) 评论(0) 推荐(0) 编辑

IDE相关

摘要: 通过命令行启动 jetbrains IDE工具 先在Webstorm编辑器中配置终端命令行的打开命令。Tools => Create Command-line Launcher. 设置完成后在终端输入cd /usr/local/bin命令,可以看到在bin文件夹下面有webstorm. 此时只需要先 阅读全文
posted @ 2024-03-22 15:19 朝朝暮Mu 阅读(1) 评论(0) 推荐(0) 编辑