书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 880 个相关结果.
  • Ruby

    Ruby Overview Versions Images Build Process Configuration Hot Deploying Ruby Overview OKD provides S2I enabled Ruby images for building and running Ruby applications. ...
  • Action View: 样板设计

    Action View - 样板设计 Template样板 扩充Template Handler 使用Renderer在Controller中直接回传结果 ERb标籤 Layout版型 自定Layout内容 在Template中可以使用的变量 局部样板Partials 阵列型Collection 更多线上资源 Action Vie...
  • Django 1.1.4 release notes

    Django 1.1.4 release notes Backwards incompatible changes CSRF exception for AJAX requests Django 1.1.4 release notes Welcome to Django 1.1.4! This is the fourth “bugfix” rel...
  • Django 1.1.4 版本发行说明

    Django 1.1.4 版本发行说明 不向后兼容的变更 CSRF exception for AJAX requests Django 1.1.4 版本发行说明 欢迎来到 Django 1.1.4 版本! This is the fourth “bugfix” release in the Django 1.1 series, improvin...
  • Django 1.1.4 release notes

    Django 1.1.4 release notes Backwards incompatible changes CSRF exception for AJAX requests Django 1.1.4 release notes Welcome to Django 1.1.4! This is the fourth “bugfix” re...
  • 生产环境部署

    1760 2018-04-22 《Rails 实践》
    6.5 生产环境部署 概要: 知识点: 正文 6.5.1 Linux 服务器 6.5.2 SSH 6.5.2.1 开发机器连接服务器 6.5.2.2 服务器连接代码仓库 6.5.3 RVM 6.5.4 Nginx 6.5.5 Puma 6.5.6 Mina 6.5.7 Crontab 6.5 生产环境部署 概要: 本课时讲...
  • Django 1.1.4 release notes

    Django 1.1.4 release notes Backwards incompatible changes CSRF exception for AJAX requests Django 1.1.4 release notes Welcome to Django 1.1.4! This is the fourth “bugfix” rel...
  • QuickStart Examples

    QuickStart Examples Overview Workflow QuickStart Examples Overview Although there is no clear-cut migration path for v2 quickstart to v3 quickstart, the following quickstar...
  • Active Record: 资料验证及回呼

    ActiveRecord - 资料验证及回呼 Validation 资料验证 确保必填 确保字串长度 确保数字 确保唯一 确保格式正确 确保资料只能是某些值 可共享的验证参数 allow_nil allow_blank message on if, unless 整合写法 如何自定 validation? 数据库层级的验证 忽略...
  • 异步任务及邮件发送

    939 2018-04-22 《Rails 实践》
    6.3 异步任务及邮件发送 概要: 知识点: 正文 6.3.1 ActiveJob 6.3.2 Sidekiq 6.3.3 异步任务,Job 6.3.4 使用 ActionMailer 发送邮件 6.3 异步任务及邮件发送 概要: 本课时讲解如何使用 sidekiq 实现异步任务,以及如何使用 ActionMailer 发送邮件。 ...