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

    The Book Of Ruby Huw Collingbourne 目录概述 学习资料 The Book Of Ruby Huw Collingbourne 随着开源社区的兴盛,作为一名开发者,我们在日常工作和生活中接触的开源技术也越来越多,未来开源已成为趋势和潮流。其中,开源书籍也成为了提供给我们开发者学习的免费并且宝贵的资源。在此之...
  • Third-Party Tools Supported by TiDB

    Third-Party Tools Supported by TiDB Support Level Driver ORM GUI Third-Party Tools Supported by TiDB Note This document only lists common third-party tools supported by ...
  • 1 Introduction

    1 Introduction 1.1 What's new in Grails 4? 1.1.1 Updated Dependencies 1.1.2 Micronaut Parent Context 1 Introduction Many modern web frameworks in the Java space are more com...
  • 自修改程序

    自修改程序 自修改程序 在大多数编译语言和许多解释语言中,编写和运行程序是两个完全不同的操作。换句话说,你编写的代码是固定的,并且没有程序运行时更改的可能性。 Ruby 的情况并非如此。Ruby程序 - 它的实际代码 - 可以在程序运行时进行修改。甚至可以在运行时输入新的 Ruby 代码并执行新代码而无需重新启动程序。 将数据视为可执行代码的能力...
  • 元编程

    1048 2018-03-24 《Ruby 风格指南》
    元编程 避免无谓的元编程。[link ] 当编写程序库时,不要使核心类混乱(不要使用 monkey patch)。[link ] 对于 class_eval 方法,倾向使用区块形式,而不是字符串插值形式。[link ] 当使用字符串插值形式时,总是提供 __FILE__ 及 __LINE__ ,以使你的调用栈看起来具有意义: c...
  • RESTful综合应用

    RESTful 应用实作 一对多 Resources 范例一: 设计一个 event has_many :attendees 范例二: 让 event 可以用 select 单选一个 category 一对一 Resource 案例一:建立Location表单 案例二:用 Nested Model 顺带编辑跟新增 多对多 Resources 案例...
  • Moving repositories managed by GitLab

    894 2020-07-27 《Gitlab 中文文档》
    Moving repositories managed by GitLab Moving repositories managed by GitLab Target directory is empty: use a tar pipe Tar pipe to another server The target directory contains an...
  • Overview

    262 2022-11-24 《Hanami v1.3 Guides》
    The first route Rack Actions Mounting Applications Mounting To A Path Mounting On A Subdomain Hanami applications use Hanami::Router for routing: a Rack compatible, lightw...
  • Using Cluster Loader

    Using Cluster Loader Installing Cluster Loader Running Cluster Loader Configuring Cluster Loader Example Cluster Loader configuration file Configuration fields Known issues ...
  • Managing issues

    1901 2020-07-27 《Gitlab 中文文档》
    Managing issues Managing issues Create a new issue Accessing the New Issue form Elements of the New Issue form New issue from the group-level Issue Tracker New issue via Servic...