壮士

Results 20 comments of 壮士

非官方交流qq群:527780946

dataset 1.6.2 requires sqlalchemy=1.3.2, but you have sqlalchemy 2.0.40 which is incompatible.

用python做web的人怎么少吗?没人反应

目前临时方案(将site-packages映射出来): 现在执行这个命令 export PYTHONPATH=/app/site-packages:$PYTHONPATH && pip install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple/ && pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --target /app/site-packages && python admin.py 上面命令拆解: 1,在你的项目根目录建一个site-packages文件夹,用于存储包,映射进去就是/app/site-packages 2,export PYTHONPATH表示设置python包的路径 3,pip install -target...

我没看明白呢?我不是做前端开发的,我用的sdk版本,需要怎么使用哦

@2betop 能提供一下amis schema?

![Image](https://github.com/user-attachments/assets/13b96adc-e4d7-4a21-989c-49270f5a8e4b) 是这样写的吗? filterHtml(html) { return xss(html, { onIgnoreTagAttr: function(tag, name, value) { if ( name === 'class' || name === 'style' || name.substring(0, 5) === 'data-' ) { return name...