並び順

ブックマーク数

期間指定

  • から
  • まで

281 - 320 件 / 2183件

新着順 人気順

*referenceの検索結果281 - 320 件 / 2183件

  • Zetta.IO - Cloud-Init Reference

    Cloud-init settings This is an overview of most of the settings available for the Openstack-relevant modules in Cloud-init. The document is based on the offical Cloud-init documentation located here:  http://cloudinit.readthedocs.org/en/latest/index.html. Users If no users are defined in the cloud-configuration, a default user is created. This user is typically named "ubuntu", "fedora", "debian" d

    • Struts2 Tag Reference

      Comment: Removed link to tag reference - this is the tag reference page, right ? View page history

      • JavaScript error reference - JavaScript | MDN

        JavaScript Tutorials Complete beginners JavaScript basics JavaScript first steps JavaScript building blocks Introducing JavaScript objects JavaScript Guide Introduction Grammar and types Control flow and error handling Loops and iteration Functions Expressions and operators Numbers and dates Text formatting Regular expressions Indexed collections Keyed collections Working with objects Using classe

          JavaScript error reference - JavaScript | MDN
        • XUL Reference - Archive of obsolete content | MDN

          toolbar toolbarbutton toolbargrippy toolbaritem toolbarpallete toolbarseperator toolbarspring

            XUL Reference - Archive of obsolete content | MDN
          • php5.3 Assigning the return value of new by reference is deprecated - 為せば成る・・・かもしれない

            「為せば成る 為さねば成らぬ何事も 成らぬは人の為さぬなりけり」という言葉がありますが やっても出来ない事は出来ないものです。 出来ない事は出来ないとはっきりさせませんか?

            • こたつつきみかん » Automatic Reference Counting – 自動参照カウンタ

              iOS5で久しぶりにわくわくしてきたので、ブログの更新が増えるといいですね。ところで、Automatic Reference Counting (ARC) が非常に気になるので、ちょっと調べてみました。英語力とコンパイラについての知識があまり豊富でないので、間違っているところもあるかもしれませんが、ある程度納得できたのでまとめてみます。 Automatic Reference Counting(以後ARC) は、簡単に言うと retain/release を自動挿入する技術で、手動でやっていた参照カウンタを自動でやってくれるものです。したがって、ARCの対象となるのはObjective-Cのオブジェクトとなります。このオブジェクトにはBlocksオブジェクトも含まれますが、Core Foundationのオブジェクトは含まれません。 ARCを使うには、いくつかの制約があります。詳しくはAR

              • Heroku Cheatsheet (Useful Heroku Commands Reference) - Matt Ruten

                Basics Update Command-line Tool heroku update Help heroku help Get Started Create App heroku create --stack cedar [<appname>] Deploy App git push heroku master Open App in Web Browser heroku open Useful Info About Your App Basic App Info heroku info View App Config heroku config Show State of App heroku ps Show App Logs heroku logs Advanced (Run Tasks/Database/Scaling) Run task on Heroku (i.e. Rak

                • mozilla.org Markup Reference

                  fantasai The purpose of this document is to define a rich vocabulary of semantic classes whose presentation can be specified in site-wide style sheets—enough to be able to write a long, involved, well-styled document without once writing a CSS rule. These classes take the place of the old presentation templates; the presentation is now defined in the site style sheets, allowing the markup to remai

                  • NumPy reference — NumPy v1.26 Manual

                    NumPy reference# Release: 1.26 Date: September 16, 2023 This reference manual details functions, modules, and objects included in NumPy, describing what they are and what they do. For learning how to use NumPy, see the complete documentation. Acknowledgements# Large parts of this manual originate from Travis E. Oliphant’s book Guide to NumPy (which generously entered Public Domain in August 2008).

                    • ad3e04e50357a1e758fc#_reference-a1b4100c3771c36dfbe6

                      SELECT COUNT(*) INTO before_count FROM table1; ... INSERT INTO table1 ...; ... SELECT COUNT(*) - brefore_count INTO registered_count FROM table1; なにかTABLEへの追加処理をしてますが、意図通りにできたかどうか、前後で COUNT(*)をとって、その差分を報告させようとしています。 複数のプロジェクトの複数のオーナーのコードで見かけたので、こんな初級アンチパターンも共有しときます。 なにがまずいの? COUNTは、シーケンシャル・スキャンしないと出てこない値なのです。アンチパターンでは、テーブル全体が対象ですから、主キーインデクスを総なめです。小さいテーブルのうちはいいのですが、運用の1000万行を越えるような巨大テーブルだと、主キーインデック

                        ad3e04e50357a1e758fc#_reference-a1b4100c3771c36dfbe6
                      • Haskell Reference

                        • MySQL :: MySQL 8.4 Reference Manual :: 1.4 What Is New in MySQL 8.4 since MySQL 8.0

                          Server and Status Variables and Options Added, Deprecated, or Removed in MySQL 8.4 since 8.0

                          • Chemistry Reference Resolver

                            Separate references by semicolumns or new lines (Shift+Enter).

                              Chemistry Reference Resolver
                            • Spring Boot Reference Guide

                              Phillip Webb Dave Syer Josh Long Stéphane Nicoll Rob Winch Andy Wilkinson Marcel Overdijk Christian Dupuis Sébastien Deleuze Michael Simons Vedran Pavić Jay Bryant Madhura Bhave Eddú Meléndez Scott Frederick Moritz Halbritter version 3.2.5

                              • Python 2.4 Quick Reference

                                Does the web look weird? Ugly? Perhaps that's because your browser does not support the CSS standard. I recommend you consider updating it. Without CSS, this and other pages are visible, but nothing like they were meant to be. A very good free browser with support for all standards is Firefox. For information about standards and why they are important, please visit the browser upgrade campaign. St

                                • MySQL :: MySQL 8.0 Reference Manual :: 5.3.4.5 Date Calculations

                                  MySQL provides several functions that you can use to perform calculations on dates, for example, to calculate ages or extract parts of dates. To determine how many years old each of your pets is, use the TIMESTAMPDIFF() function. Its arguments are the unit in which you want the result expressed, and the two dates for which to take the difference. The following query shows, for each pet, the birth

                                  • Transact-SQL reference (Database Engine) - SQL Server

                                    Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW) SQL analytics endpoint in Microsoft Fabric Warehouse in Microsoft Fabric This article gives the basics about how to find and use the Microsoft Transact-SQL (T-SQL) reference articles. T-SQL is central to using Microsoft SQL products and services. All tools and applications t

                                      Transact-SQL reference (Database Engine) - SQL Server
                                    • Complete AWS IAM Reference

                                      The official AWS documentation has greatly improved since the beginning of this project. Check it out! Creating IAM policies is hard. We collect information from the AWS Documentation to make writing IAM policies easier. Send us feedback: hello@widdix.de. Services AWS Certificate Manager (acm) Amazon API Gateway (apigateway) Application Auto Scaling (application-autoscaling) Amazon AppStream (apps

                                      • DOS/V Int 10h 私的 reference

                                        Test page... DOS/V INT 10h 私的 REFERENCE ※これ以下のページに書かれている内容は私の一存によるもので、DOS/V 用のディスプレイドライバを作ったメーカならびに団体、個人の方々が内容の保証をするものではありません。 またこれを書いた当の本人も保証はいたしませんが、ご意見、ご要望、間違いなどは気軽にお申しつけくださればできる範囲で対処したいと思います。 そんなとこです。 もくじ はじめに 概要 機能別さくいん INT 10h Glossary int 10h, ah=00h ビデオモード設定 int 10h, ah=01h カーソルサイズ設定 int 10h, ah=02h カーソル位置設定 int 10h, ah=03h カーソル位置、サイズ取得 int 10h, ah=05h ビデオページ設定 int 10h, ah=06h 上スクロールと画面消去

                                        • [htaccess] 特定IP以外のアクセスをリダイレクトする | Blog | Development Reference

                                          htaccess によって特定のIPアドレス以外のアクセスをリダイレクトさせる。 管理画面やテスト中のサイトに対してBasic認証と併用して用いることで、より厳重なアクセス制限にすることができる。 order deny,allow allow from IPアドレス deny from all ErrorDocument 403 リダイレクト先URL 「リダイレクト先URL」はユーザが用意したエラーページも指定可能 その場合は、該当部分にrootディレクトリからファイルまでのパスを指定する

                                          • gem Command Reference | RubyGems Manuals

                                            About "gem Command Reference" The gem command is the main user interface to the RubyGems packaging system. This document provides a reference to the gem command and its options. Contents Overview IntroductionGetting Help Command Reference gem build -- Build a gem file from a specificationgem cert -- Support signing and managing signed gemsgem check -- Check installed gems for problemsgem cleanup -

                                            • REFERENCE - Google Apps Script — Google Developers

                                              Send feedback Reference overview Stay organized with collections Save and categorize content based on your preferences. The reference documentation provided in this section describes the various Apps Script services and project resources. Apps Script services Apps Script services provide ways for your script to access data on Google and external systems. These services are built into the Apps Scri

                                                REFERENCE - Google Apps Script — Google Developers
                                              • Apple URL Scheme Reference: Introduction

                                                About Apple URL Schemes This document describes several URL schemes that are supported by system apps on iOS, macOS, and watchOS 2 and later. Native iOS apps and web apps running in Safari on any platform can use these schemes to integrate with system apps and provide a more seamless experience for the user. For example, if your iOS app displays telephone numbers, you could use an appropriate URL

                                                • Debian Reference

                                                  This Debian Reference (version 2.118) (2024-03-14 05:53:09 UTC) is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. Abstract This book is free; you may redistribute it and/or modify it under the terms of the GNU General Public License of any version compl

                                                  • JSHint Options Reference

                                                    This page's content is sourced from the JSHint project repository. If you spot an error, please open an issue or (better yet) make a pull request! Enforcing options When set to true, these options will make JSHint produce more warnings about your code. This option prohibits the use of bitwise operators such as ^ (XOR), | (OR) and others. Bitwise operators are very rare in JavaScript programs and q

                                                    • Pipeline Steps Reference

                                                      The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

                                                        Pipeline Steps Reference
                                                      • Debian Reference

                                                        This Debian Reference (version 2.118) (2024-03-14 05:53:09 UTC) is intended to provide a broad overview of the Debian system as a post-installation user's guide. It covers many aspects of system administration through shell-command examples for non-developers. Abstract This book is free; you may redistribute it and/or modify it under the terms of the GNU General Public License of any version compl

                                                        • Configuration Reference | Compass Documentation

                                                          The compass configuration file is a ruby file, which means that we can do some clever things if we want to. But don’t let it frighten you; it’s really quite easy to set up your project. Basic format Most configuration properties are a simple assignment to a configuration property. For example: css_dir = "stylesheets" Most configuration properties have a value that is a “basic” type. There are thre

                                                          • Handy Art Reference Tool | 怖いくらいリアルな手や頭部を3DCGで再現したデッサン向けモデルアプリ

                                                              Handy Art Reference Tool | 怖いくらいリアルな手や頭部を3DCGで再現したデッサン向けモデルアプリ
                                                            • RMagick 1.15.0 User's Guide and Reference

                                                              Convert an image from one format to another (e.g. TIFF to JPEG) Resize, rotate, sharpen, color reduce, or add special effects to an image Create a montage of image thumbnails Create a transparent image suitable for use on the Web Turn a group of images into a GIF animation sequence Create a composite image by combining several separate images Draw shapes or text on an image Decorate an image with

                                                              • Reference.com

                                                                ADVERTISEMENT Ready to head on your MSC cruise adventure? Here are some tips on packing for a cruise vacation so you can really enjoy yourself! Packing for an MSC cruise can be tricky, but with a little bit of preparation, it can be easy to have the trip of a lifetime. Planning Your Cruise Before […]

                                                                • The Python Language Reference — Python 2.7.18 documentation

                                                                  This document is for an old version of Python that is no longer supported. You should upgrade and read the Python documentation for the current stable release. The Python Language Reference¶ This reference manual describes the syntax and “core semantics” of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the built-in fun

                                                                  • endless reference for animators and artists

                                                                    Welcome to Endless Reference!At Endless Reference, we provide high-quality motion reference videos for animators and artists. Our motion library features a d...

                                                                      endless reference for animators and artists
                                                                    • Unicode Number Entitiy Reference Converter

                                                                      左側のフォームに入力した文章を、Unicodeの数値実体参照コードに変換して右側フォームに出力します(半角数字や記号、スペース、改行は変換しません)。翻訳掲示板に書き込みする際に一部文章を翻訳しないで表示させたい場合、複数言語混在文の作成などにご利用下さい。

                                                                      • VIM Quick reference card

                                                                        Thanks to (chronological order): Christian Lindig, Harvard University (Suggestions) Vijayvithal Jahagirdar, Texas Instrument (Suggestions) Solena Le Moigne, Xerox Corporation (English proofreading) Louis Lesko (Suggestions) Dwaine Gonyier, Cisco Systems (Suggestions) John Harrold, Pittsburg University (Suggestions) Hans Fugal (Distribution) Fritz Mehner, Fachhochschule Südwestfalen (Typo, German t

                                                                        • [JavaScript] ブラウザのお気に入りに登録ボタンを実装する | Blog | Development Reference

                                                                          このエントリは ライブラリ へ移動しました。

                                                                          • 586bc1c6582efcd43f2b#_reference-32f67a71c98b8d467689

                                                                            概要 プライベートで勉強のためにずっとSwiftでiOSアプリ開発をしてまして、それがやっとひと段落してAppStoreに公開することができました。 気づけば無駄に長い道のりでしたが何とかストアの公開までできたので、アプリ開発経験が実質ゼロだった状態からリリースまでの道のりをまとめておこうと思います。 作ったもの まずは作ったものを簡単にご紹介します。 とてもシンプルなアプリです。 https://itunes.apple.com/jp/app/meshi-log/id1173943494 自分が食べた写真をメモと一緒に管理できるアプリです。 いつ何を食べたかまとめておきたいなーと思って作りました。 スキルセット まずは自分のスキルセットを軽くご紹介しておきます。 仕事では基本的にPHPをメインで触っています。(あとはjsを少々。。) アプリ開発は実質未経験です。実質というのは一応仕事で少

                                                                              586bc1c6582efcd43f2b#_reference-32f67a71c98b8d467689
                                                                            • Railsの外部キー制約とreference型について - Qiita

                                                                              株式会社TECH LUCKという会社で代表兼エンジニアをしている齊藤です。 Railsで外部キーのカラムを追加する際に、reference型を使うことがあると思います。 reference型の使い方に関しては以下のように様々な記事があります。 外部キーをreferences型カラムで保存する Rails4 外部キーをテーブルに設定するための、3通りのマイグレーションの書き方。 しかし、reference型で作成する時はadd_index: true必要なの?foreign_key必要なの? と混乱してしまうので、備忘録のためにまとめておきます。 前提 アプリケーションとしてはTwitterの簡易版で、登録しているユーザーがツイートができるアプリケーションです。 テーブル構造としては user : tweet = 1 : N の関係になっています。 テーブル名はそれぞれ、usersとtwee

                                                                                Railsの外部キー制約とreference型について - Qiita
                                                                              • Python strftime reference cheatsheet

                                                                                Weekday as a decimal number, where 0 is Sunday and 6 is Saturday.

                                                                                • How to Meet WCAG (Quickref Reference)

                                                                                  How to Meet WCAG (Quick Reference)A customizable quick reference to Web Content Accessibility Guidelines (WCAG) 2 requirements (success criteria) and techniques. Show Hide About & How to Use This tool provides a customizable view of WCAG 2 resources: Web Content Accessibility Guidelines web standard — WCAG 2.2, WCAG 2.1, WCAG 2.0Techniques for WCAG 2 implementation guidanceUnderstanding WCAG 2 sup