240 发简信
IP属地:广东
  • Resize,w 360,h 240
    2022-09-27

    项目展示(需要梯子):https://tranquil-caverns-12036.herokuapp.com

  • Rails 7 gem devise

    加入:gem "devise", github: "heartcombo/devise" 指令: bundle install ra...

  • Rails 7 Bootstrap dropdown 下拉菜单点击无效问题

    参考:https://youtu.be/tSu8xF0A2ek 输入指令:bin/importmap pin bootstrap 如果报错, 可...

  • mac安装grunt时出现[command not found]

    参考:解决mac安装grunt时出现[command not found]的错误 - 简书

  • Resize,w 360,h 240
    ActionController::InvalidAuthenticityToken(已解决)

    添加:skip_before_action :verify_authenticity_token 参考:ruby on rails - Inva...

  • Linux下安装rvm

    参考:https://www.runoob.com/ruby/ruby-installation-unix.html

  • session是什么?

    session与cookie是借由浏览器储存的一个识别证。 session是服务器与浏览器一次会话的电子凭证。 参考资料:https://blo...