勉強日記

チラ裏

勉強メモ

CCNA試験対策 ch10 RSTP and EtherChannel Configuration

Understanding RSTP Through Configuration The Need for Multiple Spanning Trees STP Modes and Standards The Bridge ID and System ID Extension How Switches Use the Priority and System ID Extension RSTP Methods to Support Multiple Spanning Tre…

CCNA試験対策 ch9 Spanning Tree Protocol Concepts

STP and RSTP Basics The Need for Spaning Tree What Spanning Tree Does How Spanning Tree Works The STP Bridge IP and Hello PDU Elcting the Root Switch Choosing Each Switch's Root Port Configuring to Influence the STP Topology Details Specif…

CCNA試験対策 ch8 Implementing Ethernet Virtual LANs

Virtual LAN Concepts Creating Multiswitch VLANs Using Trunking The 802.1Q and ISL VLAN Trunking Protocols Forwarding Data Between VLANs The Need for Routing Between VLANs VLAN and VLAN Trunking Configuration and Verification Creating VLANS…

CCNA試験対策 ch7 Configuring and Verifying Switch Interfaces

Configuring Switch Interfaces Configuring Speed, Duplex, and Description Configuring Multiple interfaces with the interface range Command Administratively Controlling Interface State with shutdown Removing Configuration with the no Command…

CCNA試験対策 ch6 Configuing Basic Switch Management

Securing the Switch CLI Securing User Mode and Privileged Mode with Simple Passwords Securing User Mode Acess with Local Usernames and Paswords 【補】switchのvlanにIPを割り当てて、telnetで繋いでみる Securing User Mode Access with External …

CCNA試験対策 ch5 Analyzing Ethenet LAN Switching

LAN Switching Concepts Forwarding Known Unicast Frames Learning MAC Addresses Flooding Unknown Unicast and Broadcast Frames Avoiding Loops Using Spanning Tree Protocol Verifying and Analyzing Ethernet Switching Demonstrating MAC Learning S…

CCNA試験対策 ch4 Using the Command-Line Interface

Accessing the Sisco Catalyst Switch CLI Cisco Catalyst Switches Accessing the Cisco IOS CLI Cabling the Console Connection User and Enable (Privileged) Modes Password Security for CLI Access from the Console CLI Help Feature The debug and …

CCNA試験対策 ch3 Fundamentals of WANs And IP Routing

Wide-Area Networks Leased-Line WANs Physical Details of Leased Lines HDLC Data-Link Details of Leased Lines How Routers Use a WAN Data Link Ethernet as a WAN Technology Ethernet WANs That Create a Layer 2 service How Routers Route IP Packe…

Programming TypeScript ch6 (1/3)

www.oreilly.com Relationships Between Types Subtypes and Supertypes Variance TSC Flag: strictFunctionTypes Assignability Type Widening The const type Excess porperty checking Refinement Discriminated union types 英語 Relationships Between …

Programming TypeScript ch5 -- (2/2)

www.oreilly.com Classes Are Structurally Typed Classes Declare Both Values and Types Polymorphism Mixins Decorators class 【補】method 【補】method parameter Simulating final Classes Exercises constructorをprotectedにしたらどうなるの type …

CCNA試験対策 ch2 fundamentals of Ethernet LANs

An Overview of LANs Typical SOHO LANs Typical Enterprise LANs The Variety of Ethernet Physical Lyer Standards Consistent Behavior over All Links Using the Ethernet Data-Link Layer Building Physical Ethernet LANs with UTP Transmitting Data …

Programming TypeScript ch5 -- (1/2)

www.oreilly.com Classes and Interfaces Classes and Inheritance super Using this as a Return Type Interfaces Declaration Merging implementations Implementing Interfaces Versus Extending Abstract Classes Classes and Interfaces TSはC#からいろ…

Programming TypeScript ch4 (2/2)

www.oreilly.com Polymorphism When Are Generics Bound? Where Can You Declare Generics? Column: filter and map in the Standard Library Generic Type Inference Generic Type Aliases Bounded Polymorphism Generic Type Defaults Type-Driven Develop…

Programming TypeScript ch4 (1/2)

www.oreilly.com Declaring And Invoking Functions Optional and Default Parameters Rest Parameters call, apply, and bind TSC Flag: strictBindCallApply Typing this TSC Flag: noImplicitThis Generator Functions Iterators TSC Flag: downlevelIter…

CCNA試験対策 ch1 introduction to TCP/IP Networking

www.ciscopress.com DIKTA Perspectivs on Networkingg TCP/IP Networking Model History Leading to TCP/IP Overview of the TCP/IP Networking Model TCP/IP Application Layer TCP/IP transport layer TCP Error Recovery Basics Same-Layer and Adjacent…

Elasticsearchチュートリアル -- 集計

Analyze results with aggregations www.elastic.co キーワードで集計 curl -XGET 'localhost:9200/bank/_search?pretty' -H 'Content-Type: application/json' -d '{ "size": 0, "aggs": { "group_by_state": { "terms": { "field": "state.keyword" } } } …

Elasticsearchチュートリアル -- 起動~データ投入~クエリまで

www.elastic.co 起動 docker container run --rm -d \ --health-cmd='curl localhost:9200/_health' \ --health-interval=5s \ -p 9200:9200 -p 9300:9300 \ -e "discovery.type=single-node" \ docker.elastic.co/elasticsearch/elasticsearch:7.6.2 さいき…

RDRA2.0ハンズオン -- ごちうさ配信状態監視システムの場合

Enterprise Architect 評価版(英語)の導入 RDRA2.0 アドインの導入 成果物 システム価値 システムコンテキスト図 要求モデル図 システム外部環境 ビジネスコンテキスト図 ビジネスユースケース図 業務フロー図 バリエーション・条件図 システム境界 ユースケ…

RDRA2.0 ハンドブック ch8 RDRA活用のために

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 RDRAによる要件定義の実際 RDRAの活用場面 要件の作り込み具合の違い 実装した仕様をRDRAモデルにフィードバックするか否かの違い R…

RDRA2.0 ハンドブック ch7 精度を高める

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 精度を高める トレーサビリティで精度を高める 短期間で洗い出し徐々に洗練する 整合性を維持する 整合性を確認する つながりの妥当…

Programming TypeScript ch3 (2/2)

www.oreilly.com Intermission: Type Aliases, Unions, and Intersections Type aliases Union and Intersection Types Arrays Tuples Read-only arrays and tuples null, undefined, void, and never Column: strict null checking Enums Column: TCS Flag:…

RDRA2.0 ハンドブック ch6 ビジネスルール

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 ビジネスルール ビジネスルールの記述箇所 ビジネスルール導出元 ビジネスルールの表現方法/バリエーション/条件の定義 条件の参照 …

RDRA2.0 ハンドブック ch4 ダイアグラムの構造

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 RDRAのダイアグラム ダイアグラムで要件を定義する ダイアグラムの階層化でシステムを俯瞰する 情報モデルと状態モデルでユースケー…

Programming TypeScript ch3 (1/2)

www.oreilly.com All About Types Talking About Types The ABCs of Types any column: TSC Flag: noImplicitAny unknown boolean number bigint string symbol Objects Column: Type Inference When Declaring Objects with const Column: Definite Assignm…

Programming TypeScript ch1-2

www.oreilly.com Introduction TypeScript: A 10,000 Foot View The Compiler The Type System TypeScript Versus JavaScript How are types bound? Are types automatically converted? When are types checked? when are errors surfaced? Code Editor Set…

RDRA2.0 ハンドブック ~ch3 要件の構造

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 アイコンのつながりがレイヤーをつなぐ 4つの視点毎に明らかにすること システム価値レイヤー システム外部環境レイヤー システム境…

Use Case Driven Object Modeling with UMLTheory and Practice ch3. Use Case Modeling (1/2)

www.apress.com Use Case Modeling The 10,000-Foot View Why Do I Need Use Cases in Addition to Functional Requirements? Don't Forget the Rainy-Day Scenarios Do an Initial Domain Model Before You Write the Use Cases Driving Your Design (and Y…

Use Case Driven Object Modeling with UMLTheory and Practice ch2. Domain Modeling (2/2)

Domain Modeling in Theory Internet Bookstore: Second Attempt at the Domain Model Internet Bookstore: Building Generalization Relationships Domain Modeling in Practice Exercises www.apress.com Domain Modeling in Theory Internet Bookstore: S…

Use Case Driven Object Modeling with UMLTheory and Practice ch2. Domain Modeling (1/2)

Domain Modeling The 10,000-Foot View What's Domain Model? Why Start with the Domain Model Instead of Use Cases? Domain Modeling in Theory Top 10 Domain Modeling Guidelines 10. 現実の世界のオブジェクトに着目する 9. オブジェクトの関連を汎化(…

RDRA2.0 ハンドブック ~ch2 要件定義では何を定義するのか

RDRA2.0 ハンドブック: 軽く柔軟で精度の高い要件定義のモデリング手法作者:神崎善司発売日: 2019/06/08メディア: Kindle版 RDRA2.0とは 要件定義では何を定義するのか 要件定義で定義するもの システム化仕様のための根拠を提供 要件の構造: RDRAレイヤー 2…