-
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...
-
Java JDBC
Introduction Ref: Lesson: JDBC Basics (The Java™ Tutorials > JDBC Database Access) JDBC Tutorial - Tutorialspoint Connection import JDBC Packages // for standard JDBC programs import...
-
Web App 架構的二三事
Coding Guidelines Table of Contents - Alibaba-Java-Coding-Guidelines p3c/阿里巴巴Java开发手册(华山版).pdf at master · alibaba/p3c 變量 工程实践:如何给变量取一个好的名字 - Matrix海子 - 博客园 if后面只有一句话,该不该加大括号? - 程序园 ...
-
月光下的歌聲
夜幕降臨,無數的小星星玩起了捉迷藏,藏在那幽藍的天空中,一眨一眨地,彷彿在邀請人們到無垠的天空中去遨遊。 此時,一個身影悄悄地跳上了屋簷,柔白色如雪貂般的貓沐浴在皎潔的月光下相映成趣,輕巧的步伐在屋頂上跳躍著,時而翻滾時而打理,而這喚作「銀色月光」的貓最喜歡的是趴在窗台上看著孩子睡覺時的笑容。 直到有一天,銀色月光跳上屋簷時,同樣看見了一位少女凝視著月光,女孩潔白的面容,挺秀的鼻...
-
隨筆 - 卡布奇諾
“今天你要來點什麼?” “請給我一杯卡布奇諾” 這是正常人會回答的話,如果是我,我應該會說: “今天你要來點什麼?” “請給我一杯高濃縮乳清蛋白” // 我想大家應該都有過走在路上看到流浪貓貓的經驗。今天我要說一個故事,故事的主角是我與我的朋友,其中我的朋友是富有同情心的一個人。 和朋友有次走過一個滿是花草的郊區,植物很多,不過我說不出來是什麼品種,在我眼裡那些...
-
隨筆 - 平庸
我一直在想這個問題: 接受自己平庸的那刻是怎樣的心情? 有人說,是從一個意氣風發的少男少女,變成一個被生活、社會毒打過後油膩中年 有人說,感覺如釋重負,不必再跟親朋好友比較、裝逼,而不是裝模作樣的謙虛 也有人說,人本來就是平庸,只是年輕給與我們太多的希望與幻想 真正的快樂與成就 非物質與地位,而是擁有多少朋友親人和笑容 那種無形的支持才是真正的資產 能讓人打從心底地愉悅 歡...
-
Network - TCP / UDP
TCP TCP / IP: Transmission Control Protocol (TCP): is responsible for data delivery once that IP address has been found. Internet Protocol (IP): is the part that obtains the address to which...