Python的lists操作

list.append (x)Add an item to the end of the list.list.extend (x)Extend the list by appending all the items at the en...

Python金融计算公式

# Formula for calculating Future Value FV = PV * ((1+r) ** n) # Formula for calculating Present Value PV = FV / ((1 ...

strapi docker启动命令

后台运行:docker run -d --rm \ -v $(pwd):/srv/app \ -p 1337:1337 \ --name strapi-container \ node:20 \ sh -c &qu...

SPA里面#的问题

SPA里面必须要带有#,才能正确识别路径。如果要去掉#,就要开启history mode。开启后会有一个问题,比如直接访问或者刷新domain.com/myprofile的时候,浏览器回去找域名下的myprofile文件夹,但其实是不...

Apache无法启动如何找出问题

只需要进入apache的目录,运行httpd.exe -t就可以。例如wamp的目录是:D:/wamp64/bin/apache/apache2.x.x/bin/会把具体配置文件里的哪一行有问题打印出来。

Apache配置域名的/api代理

启动代理相关模块,重启服务a2enmod proxya2enmod proxy_httpsystemctl restart apache2配置虚拟主机,例如:<VirtualHost *:80> ServerNam...

阿里云免费企业邮箱入口

直接去购买界面要钱,从这里的第一个项目进就不需要。http://c8a.cn/Q2VWb

n8n secure access handling

Disable Secure Cookies (Temporary Fix, Not Recommended for Production)If you're testing n8n locally or in a non-produ...

npm管理源的插件

npm install -g nrm # 安装nrmnrm ls # 查看所有源nrm test # 测试各源延迟nrm use taobao # 切换到最快的源

n8n接入mcp

进入settings点击community nodes输入n8n-nodes-mcp,点击install