Giter Club home page Giter Club logo

ruoyi-vue-fastapi's People

Contributors

insistence avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ruoyi-vue-fastapi's Issues

修改Admin账号的密码的时候提示 该admin列有了

上面是一个问题哈,下面是我在使用框架的时候发现的,连接池是默认的不太够用,可以这么初始化然后在配置文件里面配置。
database.py
engine = create_engine(
SQLALCHEMY_DATABASE_URL, echo=DataBaseConfig.db_echo,pool_size=200,max_overflow=300,pool_recycle=3600
)

登录时的验证码图片问题

企业微信截图_17089336692433
原代码为24行所示,但运行项目会报redis.exceptions.ResponseError: wrong number of arguments for 'set' command
我理解可能是set传入的参数数量不对,多了ex参数,我将ex去掉
修改后的代码如25行所示,但运行项目后,前端页面压根不展示验证码那一行了
实在是找不到问题所在了,求助,谢谢

编译器注入爆红, 有解决办法吗?

比如, py文件抬头有类似from module_admin.service.login_service import *类似java class注入的申明, 但是PyCharm 2023.2.5给module_admin标记爆红了, 这种一般是编译器智能识别失败了但是不影响启动运行, 有解决办法吗?谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.