2020-05-01から1ヶ月間の記事一覧
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com トリガーについて説明する。トリガーを使用する トリガ…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com INSERT文について説明する。INSERT文を実行する INSERT…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 大文字と小文字の区別、修飾名、別名、予約語の使用な…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 最適でないSQLコマンドを認識する。最適でないSQLコマ…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 問い合わせの最適化に適した索引を認識する。問い合わ…
MySQL 5.6 Developer試験対策 5 基本的な最適化 -- 最適でないSQLコマンドを認識する。最適でないSQLコマンドを修正する -- SELECTステートメントの最適化 (途中まで)
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 問い合わせの最適化に適した索引を認識する。問い合わ…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 最適でないSQLコマンドを認識する。最適でないSQLコマ…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 最適化が必要な文を識別する 式と関数の速度の測定 MyS…
対象読者 問題提起 解決案 -- ポートをバインドするIPを指定する nginx-proxyとの違い macOS固有の問題 Docker Desktop for mac 2.2.x の不具合 127.0.0.1 以外のローカルループバックアドレスがデフォルトで使えない タイトルは釣りです 1677万案件は試して…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com MySQLのコマンドにおけるJOINを識別し、説明する。MySQ…
www.oreilly.com Building Your TypeScript Project Project Layout Artifacts Dialing In Your Compile Target Enabling Source Maps Project References column: Using extends to Reduce tsconfig.json Boilerplate Error Monitoring Running Typescript …
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 基本的なSELECT文を実行する SELECT文で返される行を制…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com 正規化されたデータベースを設計する。正規化されたデ…
MySQL 5.6 Developer試験 公式「試験内容 チェックリスト」 https://education.oracle.com/ja/mysql-56-developer/pexam_1Z0-882education.oracle.com MySQL 5.6 リファレンスマニュアル dev.mysql.com MySQL ServerとのインターフェースであるMySQL クライ…
www.oreilly.com Typesafe Multithreading In the Browser: With Web Workers - メインスレッドがブロックされるとUIの応答性を損なうので、Web Workerに逃がす 型付け Typesafe protocols In NodeJS: With Child Processes Exercises General-Purpose promi…
つくったもの ユースケース 基本 -- オブジェクトの必須パラメータ、パラメータの型 応用 -- オブジェクトのキーをsnake_case強制 「なんとかat」に日付(Y-m-d)または日時(Y-m-d H:i:s)を強制する つくったもの github.com JSON Schemaのバリデータ実装とし…
www.oreilly.com Type Declarations Ambient Variable Declarations Ambient Type Declarations Ambient Module Declarations Gradually Migrating from JavaScript to Typescript Step 1: Add TSC Step 2a: Enable Typechecking for JavaScript (Optional) …
www.oreilly.com A Brief History of JavaScript Modules import, export Dynamic Imports Using CommonJS and AMD Code Module Mode Versus Script Mode Namespaces Collisions Compiles Output Column: Prefer Modules over Namespaces When Possible Decl…
www.oreilly.com Asynchronous Programming, Concurrency, and Parallelism JavaScript's Event Loop Working with Callbacks Regaining Sanity with Promises async and await Async Streams Event Emitters Emitters in the Wild Asynchronous Programming…
www.oreilly.com Returning Null Throwing Exceptions Returning Exceptions The Option Type Returning Null Pros 最もlightweightな方法 Cons 「なぜ失敗したか」の情報を欠く 「日付のパースに失敗しました」よりは「Ymdで入力してください」の方が親切 T…
www.oreilly.com Advanced Function Types Improving Type Inference for Tuples User-Defined Type Guards Conditional Types Distributive Conditionals The infer Keyword Build-in Conditional Types Escape Hatches Type Assertions Nonnull Assertions…
www.oreilly.com Totality TSC Flag: noImplicitReturns Advanced Object Types Type Operators for Object Types The keyof operator TSC Flag: keyofStringsOnly The Record Type Mapped Types Built-in mapped types Companion Object Pattern Totality s…
OSPF Network Types The OSPF Broadcast Network Type Verifying Operations with Network Type Broadcast Configuring to Influence the DR/BDR Election The OSPF Point-to-Point Network Type OSPF Neighbor Relationships OSPF Neighbor Requirements Is…
Implementing Single-Area OSPFv2 OSPF Single-Area Configuration Wikdcard Matching with the network Command Verifying OSPF Operation Verifying OSPF Configuration Configurating the OSPF Router ID Implementing Multiarea OSPF Using OSPFv2 Inter…
Comparing Dynamic Routing Protocol Features Routing Protocol Functions Interior and Exterior Routing Protocols Comparing IGPs IGP Routing Protocol Algorithms Metrics Other IGP Comparisons Administrative Distance OSPF Concepts and Operation…
Connected and Local IPv6 Routes Static IPv6 Routes Static Routes Using the Outgoing Interface Static Routes Using Next-Hop IPv6 Address Static Default Routes Sttaic IPv6 Host Routes Floating Static Ipv6 Routes The Neighbor Discovery Protoc…
Conecting a Cisco AP Accessing a Cisco WLC Connectiong a Cisco WLC Using WLC Ports Wsing WLC Interfaces Configuring a WLAN Step 1. Configure a RADIUS Server Step 2. Create a Dynamic Interface Step 3. Create a New WLAN Configuring WLAN Secu…
Implementing Unicast IPv6 Addresses on Routers Static Unicast Address Configuration configuring the full 128-bit address Enabling IPv6 Routing Verifying the IPv6 Address Configuration Generating a Unique Interface ID Using Modified EUI-64 …
Anatomy of a Secure Connection Authentication Message Privacy Message Integrity Wireless Client Authentication Method Open Authentication WEP 802.1x/EAP LEAP EAP-FAST PEAP EAP-TLS Wireless Privacy and Integrity Methods TKIP CCMP GCMP WPA, …
Autonomous AP Architecture Cloud-based AP Architecturea Split-MAC Architectures Comparing Wireless LAN Controller Deployments Cisco AP Modes Autonomous AP Architecture 自律型 各L3switchどうしをtrunk linkで結び、APごとにVLANの設定を行う デ…