-
PMP
课程介绍 黄喆PMP特训班 目标:3个月考上 PMP考试内容 40% 计划管理 + 60% Agile敏捷管理 230分钟、180题(单选、复选、配对、选图) 5题不计分(没有特别标示),提供未来出题参考 175计分,答对196题(61%正确率)通过考试 什么是专案 定义 特定性、独特性、临时性 临时性: 达成专案目标,申请终止...
-
AWS - CCP Summary
雲計算 範例: IaaS: EC2 Paas: Elastic Beanstalk Saas: Apps 雲計算部署模式: 雲端部署(Cloud) 本地部署(On-premises)(私有雲部署) 混合部署(Hybrid) 雲計算的六大優勢:支出、速度、規模、靈活 設計原則 AWS 架構完善的框架 卓越運營(Operational Excell...
-
AWS - Cloud Practitioner Essentials Detail (Official)
AWS Summary AWS Cloud Practitioner Essentials: Self-paced digital training on AWS - AWS Skill Builder resource: AWS CCP證照準備紀錄與心得分享 | Terahake 【考試篇】三個月考過 AWS Solution Architect Associate ...
-
計算機概論
數字系統 數字表示、轉換: 第二章 電腦工作原理 數字系統 補數: 一補數與二補數 補數計算: 正+正 應為正數(負數為異常) 負+負 應為負數(正數為異常) 正+負 可正可負 補數異常:(overflow):兩個負數相加,最左邊的符號位元相加結果變成 1 資料的表示方法 資料的儲存單位 電腦的資料單位: bit:0 1 by...
-
English Grammar System - grammar
Password protected!
-
English Grammar System - word
Password protected!
-
English Grammar System - Elementary Sentence Patterns
Password protected!
-
Spring Boot Exception Collations Summary for Myself
Config Failed to determine a suitable driver class 錯誤訊息: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to det...
-
Financial Analysis
Password protected!
-
Github Pages
Password protected!
-
The beginning of the side hustle life
Password protected!
-
ppt 高手之路!(Basic)
Password protected!
-
新年快乐
Password protected!
-
Spring Boot - Application Properties
配置 application.properties Spring Boot Application Properties Example - Examples Java Code Geeks - 2020 spring.profiles.active=dev ## URL user and password spring.datasource.url = jdbc:mysql:...
-
Spring Boot - jar & war
Deployed by jar 這裡有完整的討論與官方鏈接 java - Differences between jar and war in Spring Boot? - Stack Overflow Deployed by war 因為Spring Boot預設有嵌入Tomcat,並且使用jar來部署環境,所以如果要使用war部署到web container,需要依照下列步...
-
Spring Boot - Dependency Starter
starter-tomcat vs starter-web 簡言之,spring-boot-starter-web包含spring-boot-starter-tomcat 下面是spring-boot-starter-web依賴關係層次結構: 如果要排除spring-boot-starter-tomcat依賴: <dependency> <groupId...
-
Spring Boot - Configuration
Configuration Metadata XML Annotation Java Class XML <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://w...
-
Spring Boot - Dependency
Dependency Injection 依赖注入(DI)是一个过程,通过该过程,对象仅通过构造函数参数,工厂方法的参数或在构造或创建对象实例后在对象实例上设置的属性来定义其依赖关系(即,与它们一起工作的其他对象)。从工厂方法返回。然后,容器在创建bean时注入那些依赖项。从根本上讲,此过程是通过使用类的直接构造或服务定位器模式来控制bean自身依赖关系的实例化或定位的bean本身的逆过程...
-
Spring Boot - IoC
Overview 架构: IoC容器 What is Inversion of Control IoC Container Bean 依赖 依赖注入 依赖查找 自动装配 容器配置 XML Annotation: comp...
-
Spring Boot Contents
Spring, Spring Boot and Spring Cloud Contents Core Spring Boot - IOC Spring Boot - Dependency Spring Boot - Configuration Spring Boot AOP Spring Boot Resou...