1 2 3 4 5 ··· 36 下一页

[置顶] 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 阅读(108) 评论(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 阅读(69) 评论(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 阅读(35) 评论(0) 推荐(0)

Django学习笔记

摘要: 使用simplejwt进行用户认证 参考:https://blog.csdn.net/achen_m/article/details/135370882 阅读全文
posted @ 2025-10-08 17:10 朝朝暮Mu 阅读(3) 评论(0) 推荐(0)

使用docker快速部署wordpress

摘要: 1. 拉取镜像 docker run --name some-wordpress -p 8080:80 -d wordpress 2. 配置数据库 2.1 打开浏览器访问127.0.0.1:8080,进入wordpress配置页面 2.2 为了能让容器中的wordpress访问到宿主机上的mysql 阅读全文
posted @ 2025-07-28 16:46 朝朝暮Mu 阅读(11) 评论(0) 推荐(0)

deepseek+mcp

摘要: import asyncio import json from http.client import responses from typing import Optional, List from openai import OpenAI from anthropic import Anthrop 阅读全文
posted @ 2025-05-20 23:11 朝朝暮Mu 阅读(140) 评论(0) 推荐(0)

解决Antropic无法访问问题解决

摘要: 1. 问题描述 通过Anthropic调用大模型,返回Error code: 403 - {'error': {'type': 'forbidden', 'message': 'Request not allowed'}} 2.原因分析 在开启vpn的情况下,通过发送post请求可以正常调用,通过A 阅读全文
posted @ 2025-05-17 11:08 朝朝暮Mu 阅读(1670) 评论(0) 推荐(0)

oh my zsh 使用

摘要: 参考:https://blog.csdn.net/a143730/article/details/135573409 阅读全文
posted @ 2025-04-21 13:43 朝朝暮Mu 阅读(15) 评论(0) 推荐(0)

nginx docker部署

摘要: 参考:https://blog.csdn.net/weixin_44876263/article/details/145822769 阅读全文
posted @ 2025-04-06 15:46 朝朝暮Mu 阅读(7) 评论(0) 推荐(0)

jenkins教程

摘要: 参考:https://blog.csdn.net/lifeng4321/article/details/144682179 github 钩子:https://blog.csdn.net/buzhi______/article/details/146071865 docker 安装:https:// 阅读全文
posted @ 2025-04-04 20:27 朝朝暮Mu 阅读(9) 评论(0) 推荐(0)

Debian如何使用Jupyter Notebook

摘要: 在 Debian 服务器上安装并运行 Jupyter Notebook 并配置本地远程访问,以下是完整的步骤: 1. 安装 Jupyter Notebook 既然你已经安装了 Anaconda,Jupyter Notebook 通常会与 Anaconda 一起安装。如果没有安装,可以通过以下命令安装 阅读全文
posted @ 2025-04-03 22:15 朝朝暮Mu 阅读(133) 评论(0) 推荐(0)

Debian中使用OpenVPN

摘要: 在 Debian 系统中安装和配置 OpenVPN 客户端,并使用 systemctl 进行管理的步骤如下: 1. 安装 OpenVPN 客户端 首先,确保你的系统是最新的,并安装 OpenVPN 客户端。 sudo apt update sudo apt install openvpn 2. 配置 阅读全文
posted @ 2025-04-03 09:52 朝朝暮Mu 阅读(2) 评论(0) 推荐(0)

从0到1部署fastapi服务器环境

摘要: 系统配置:debian 安装docker 教程:https://docs.docker.com/engine/install/debian/ 加速器:https://cloud.tencent.com/document/product/1207/45596?from=console_top_sear 阅读全文
posted @ 2025-04-02 17:18 朝朝暮Mu 阅读(62) 评论(0) 推荐(0)
1 2 3 4 5 ··· 36 下一页