はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『HexDocs』

  • 人気
  • 新着
  • すべて
  • API Reference — google_api_content_warehouse v0.6.1

    5 users

    hexdocs.pm

    The options to create a spanner database. KMS key access audit logging and AxT logging will be associated with the given resource name, resource type and service name. Please ensure to give right options to enable correct audit logging and AxT logging.

    • テクノロジー
    • 2024/05/29 13:40
    • google
    • Overview – Phoenix v1.4.0

      3 users

      hexdocs.pm

      Phoenix is a web development framework written in Elixir which implements the server-side Model View Controller (MVC) pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python's Django. Phoenix provides the best of both worlds - high developer productivity and high application performance. It also has some in

      • テクノロジー
      • 2018/11/17 00:17
      • Elixir
      • Library guidelines — Elixir v1.20.0-dev

        4 users

        hexdocs.pm

        This document outlines general guidelines for those writing and publishing Elixir libraries meant to be consumed by other developers. Getting startedYou can create a new Elixir library by running the mix new command: $ mix new my_library The project name is given in the snake_case convention where all letters are lowercase and words are separate with underscores. This is the same convention used b

        • テクノロジー
        • 2018/04/14 12:22
        • Deploying on Heroku — Phoenix v1.7.18

          4 users

          hexdocs.pm

          View Source Deploying on Heroku What we'll need The only thing we'll need for this guide is a working Phoenix application. For those of us who need a simple application to deploy, please follow the Up and Running guide. Goals Our main goal for this guide is to get a Phoenix application running on Heroku. Limitations Heroku is a great platform and Elixir performs well on it. However, you may run in

          • テクノロジー
          • 2017/10/22 03:16
          • Getting Started — nerves v1.11.3

            3 users

            hexdocs.pm

            Development environment Before you create your first Nerves project or explore Nerves with Livebook, you will need to make sure to install some system packages required by the Framework, Platform, and Tooling. Nerves + Livebook The best path to exploring Nerves for the first time is by setting up the Nerves Livebook project. This allows you to try out the Nerves project on real hardware without ne

            • テクノロジー
            • 2017/03/18 09:43
            • Introduction to Deployment — Phoenix v1.7.21

              3 users

              hexdocs.pm

              Once we have a working application, we're ready to deploy it. If you're not quite finished with your own application, don't worry. Just follow the Up and Running Guide to create a basic application to work with. When preparing an application for deployment, there are three main steps: Handling of your application secretsCompiling your application assetsStarting your server in productionIn this gui

              • テクノロジー
              • 2016/04/10 20:49
              • README – Plug v1.0.3

                3 users

                hexdocs.pm

                Plug is: A specification for composable modules between web applications Connection adapters for different web servers in the Erlang VM Documentation for Plug is available online . Hello world defmodule MyPlug do import Plug.Conn def init(options) do # initialize options options end def call(conn, _opts) do conn |> put_resp_content_type("text/plain") |> send_resp(200, "Hello world") end end The sn

                • 世の中
                • 2015/12/24 02:16
                • HexDocs

                  3 users

                  hexdocs.pm

                  HexDocs is a place for Hex packages to host their documentation. Finding documentation Find packages To find documentation sets on HexDocs, you can go to the following URLs: https://hexdocs.pm/<package>/ - Latest documentation set for package Example: https://hexdocs.pm/ecto/ https://hexdocs.pm/<package>/<version> - Documentation set for package at version Example: https://hexdocs.pm/ecto/1.1.9/ Y

                  • テクノロジー
                  • 2015/08/21 13:59
                  • Introduction to Mix — Elixir v1.18.4

                    3 users

                    hexdocs.pm

                    In this guide, we will build a complete Elixir application, with its own supervision tree, configuration, tests, and more. The requirements for this guide are (see elixir -v): Elixir 1.15.0 onwardsErlang/OTP 24 onwardsThe application works as a distributed key-value store. We are going to organize key-value pairs into buckets and distribute those buckets across multiple nodes. We will also build a

                    • テクノロジー
                    • 2015/08/04 12:48
                    • Typespecs reference — Elixir v1.18.4

                      6 users

                      hexdocs.pm

                      Typespecs are not set-theoretic typesElixir is in the process of implementing its own type system based on set-theoretic types. Typespecs, which are described in the following document, are a distinct notation for declaring types and specifications based on Erlang. Typespecs may be phased out as the set-theoretic type effort moves forward. Elixir is a dynamically typed language, and as such, type

                      • テクノロジー
                      • 2015/07/22 15:41
                      • Elixir
                      • あとで読む
                      • Basic types — Elixir v1.18.4

                        3 users

                        hexdocs.pm

                        In this chapter we will learn more about Elixir basic types: integers, floats, booleans, atoms, and strings. Other data types, such as lists and tuples, will be explored in the next chapter. iex> 1 # integer iex> 0x1F # integer iex> 1.0 # float iex> true # boolean iex> :atom # atom / symbol iex> "elixir" # string iex> [1, 2, 3] # list iex> {1, 2, 3} # tupleBasic arithmeticOpen up iex and type the

                        • テクノロジー
                        • 2015/07/20 19:48
                        • Supervision trees and applications — Elixir v1.18.4

                          6 users

                          hexdocs.pm

                          In the previous chapter about GenServer, we implemented KV.Registry to manage buckets. At some point, we started monitoring buckets so we were able to take action whenever a KV.Bucket crashed. Although the change was relatively small, it introduced a question which is frequently asked by Elixir developers: what happens when something fails? Before we added monitoring, if a bucket crashed, the regi

                          • テクノロジー
                          • 2015/07/20 14:14
                          • elixir
                          • pocket
                          • Processes — Elixir v1.18.4

                            3 users

                            hexdocs.pm

                            In Elixir, all code runs inside processes. Processes are isolated from each other, run concurrent to one another and communicate via message passing. Processes are not only the basis for concurrency in Elixir, but they also provide the means for building distributed and fault-tolerant programs. Elixir's processes should not be confused with operating system processes. Processes in Elixir are extre

                            • 学び
                            • 2015/06/09 13:53
                            • Phoenix.Channel — Phoenix v1.8.1

                              3 users

                              hexdocs.pm

                              Defines a Phoenix Channel. Channels provide a means for bidirectional communication from clients that integrate with the Phoenix.PubSub layer for soft-realtime functionality. For a conceptual overview, see the Channels guide. Topics & CallbacksEvery time you join a channel, you need to choose which particular topic you want to listen to. The topic is just an identifier, but by convention it is oft

                              • テクノロジー
                              • 2015/06/03 22:55
                              • Recursion — Elixir v1.18.4

                                4 users

                                hexdocs.pm

                                Elixir does not provide loop constructs. Instead we leverage recursion and high-level functions for working with collections. This chapter will explore the former. Loops through recursionDue to immutability, loops in Elixir (as in any functional programming language) are written differently from imperative languages. For example, in an imperative language like C, one would write: for(i = 0; i < si

                                • テクノロジー
                                • 2015/05/26 18:18
                                • Keyword lists and maps — Elixir v1.18.4

                                  3 users

                                  hexdocs.pm

                                  Now let's talk about associative data structures. Associative data structures are able to associate a key to a certain value. Different languages call these different names like dictionaries, hashes, associative arrays, etc. In Elixir, we have two main associative data structures: keyword lists and maps. Keyword listsKeyword lists are a data-structure used to pass options to functions. Let's see a

                                  • テクノロジー
                                  • 2015/05/19 18:52
                                  • case, cond, and if — Elixir v1.18.4

                                    3 users

                                    hexdocs.pm

                                    In this chapter, we will learn about the case, cond, and if control flow structures. casecase allows us to compare a value against many patterns until we find a matching one: iex> case {1, 2, 3} do ...> {4, 5, 6} -> ...> "This clause won't match" ...> {1, x, 3} -> ...> "This clause will match and bind x to 2 in this clause" ...> _ -> ...> "This clause would match any value" ...> end "This clause w

                                    • テクノロジー
                                    • 2015/05/19 18:11
                                    • Pattern matching — Elixir v1.18.4

                                      4 users

                                      hexdocs.pm

                                      In this chapter, we will learn why the = operator in Elixir is called the match operator and how to use it to pattern match inside data structures. We will learn about the pin operator ^ used to access previously bound values. The match operatorWe have used the = operator a couple times to assign variables in Elixir: iex> x = 1 1 iex> x 1In Elixir, the = operator is actually called the match opera

                                      • テクノロジー
                                      • 2015/05/19 16:46
                                      • Introduction — Elixir v1.18.4

                                        21 users

                                        hexdocs.pm

                                        Welcome! This guide will teach you about Elixir fundamentals - the language syntax, how to define modules, the common data structures in the language, and more. This chapter will focus on ensuring that Elixir is installed and that you can successfully run Elixir's Interactive Shell, called IEx. Let's get started. InstallationIf you haven't yet installed Elixir, visit our installation page. Once yo

                                        • テクノロジー
                                        • 2013/05/26 21:16
                                        • Elixir
                                        • tutorial
                                        • dev

                                        このページはまだ
                                        ブックマークされていません

                                        このページを最初にブックマークしてみませんか?

                                        『HexDocs』の新着エントリーを見る

                                        キーボードショートカット一覧

                                        j次のブックマーク

                                        k前のブックマーク

                                        lあとで読む

                                        eコメント一覧を開く

                                        oページを開く

                                        はてなブックマーク

                                        • 総合
                                        • 一般
                                        • 世の中
                                        • 政治と経済
                                        • 暮らし
                                        • 学び
                                        • テクノロジー
                                        • エンタメ
                                        • アニメとゲーム
                                        • おもしろ
                                        • アプリ・拡張機能
                                        • 開発ブログ
                                        • ヘルプ
                                        • お問い合わせ
                                        • ガイドライン
                                        • 利用規約
                                        • プライバシーポリシー
                                        • 利用者情報の外部送信について
                                        • ガイドライン
                                        • 利用規約
                                        • プライバシーポリシー
                                        • 利用者情報の外部送信について

                                        公式Twitter

                                        • 公式アカウント
                                        • ホットエントリー

                                        はてなのサービス

                                        • はてなブログ
                                        • はてなブログPro
                                        • 人力検索はてな
                                        • はてなブログ タグ
                                        • はてなニュース
                                        • ソレドコ
                                        • App Storeからダウンロード
                                        • Google Playで手に入れよう
                                        Copyright © 2005-2025 Hatena. All Rights Reserved.
                                        設定を変更しましたx