吹雪
HOMEARCHIVESCATEGORIESTAGSABOUT
  • ppt 高手之路!(Basic)

    Feb 21, 2021 About 3 mins

    Password protected!

    Read More

    #design#private
  • Spring Boot - Application Properties

    Nov 28, 2020 About 1 min

    配置 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:...

    Read More

    #spring-boot
  • Spring Boot - jar & war

    Nov 25, 2020 About 1 min

    Deployed by jar 這裡有完整的討論與官方鏈接 java - Differences between jar and war in Spring Boot? - Stack Overflow Deployed by war 因為Spring Boot預設有嵌入Tomcat,並且使用jar來部署環境,所以如果要使用war部署到web container,需要依照下列步...

    Read More

    #spring-boot
  • Spring Boot - Dependency Starter

    Nov 24, 2020 About 1 min

    starter-tomcat vs starter-web 簡言之,spring-boot-starter-web包含spring-boot-starter-tomcat 下面是spring-boot-starter-web依賴關係層次結構: 如果要排除spring-boot-starter-tomcat依賴: <dependency> <groupId...

    Read More

    #spring-boot
  • Spring Boot - Configuration

    Nov 23, 2020 About 3 mins

    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...

    Read More

    #spring-boot
  • Spring Boot - Dependency

    Nov 22, 2020 About 3 mins

    Dependency Injection 依赖注入(DI)是一个过程,通过该过程,对象仅通过构造函数参数,工厂方法的参数或在构造或创建对象实例后在对象实例上设置的属性来定义其依赖关系(即,与它们一起工作的其他对象)。从工厂方法返回。然后,容器在创建bean时注入那些依赖项。从根本上讲,此过程是通过使用类的直接构造或服务定位器模式来控制bean自身依赖关系的实例化或定位的bean本身的逆过程...

    Read More

    #spring-boot
  • Spring Boot - IoC

    Nov 21, 2020 About 1 min

    Overview 架构: IoC容器 What is Inversion of Control IoC Container Bean 依赖 依赖注入 依赖查找 自动装配 容器配置 XML Annotation: comp...

    Read More

    #spring-boot
  • Spring Boot Contents

    Nov 20, 2020 About 1 min

    Spring, Spring Boot and Spring Cloud Contents Core Spring Boot - IOC Spring Boot - Dependency Spring Boot - Configuration Spring Boot AOP Spring Boot Resou...

    Read More

    #spring-boot
  • Java JDBC

    Nov 11, 2020 About 8 mins

    Introduction Ref: Lesson: JDBC Basics (The Java™ Tutorials > JDBC Database Access) JDBC Tutorial - Tutorialspoint Connection import JDBC Packages // for standard JDBC programs import...

    Read More

    #java
  • Web App 架構的二三事

    Nov 06, 2020 About 4 mins

    Coding Guidelines Table of Contents - Alibaba-Java-Coding-Guidelines p3c/阿里巴巴Java开发手册(华山版).pdf at master · alibaba/p3c 變量 工程实践:如何给变量取一个好的名字 - Matrix海子 - 博客园 if后面只有一句话,该不该加大括号? - 程序园 ...

    Read More

    #design-pattern
  • 月光下的歌聲

    Aug 22, 2020 About 1 min

    夜幕降臨,無數的小星星玩起了捉迷藏,藏在那幽藍的天空中,一眨一眨地,彷彿在邀請人們到無垠的天空中去遨遊。 此時,一個身影悄悄地跳上了屋簷,柔白色如雪貂般的貓沐浴在皎潔的月光下相映成趣,輕巧的步伐在屋頂上跳躍著,時而翻滾時而打理,而這喚作「銀色月光」的貓最喜歡的是趴在窗台上看著孩子睡覺時的笑容。 直到有一天,銀色月光跳上屋簷時,同樣看見了一位少女凝視著月光,女孩潔白的面容,挺秀的鼻...

    Read More

    #literature
  • Diary - 卡布奇諾

    Aug 21, 2020 About 1 min

    “今天你要來點什麼?” “請給我一杯卡布奇諾” 這是正常人會回答的話,如果是我,我應該會說: “今天你要來點什麼?” “請給我一杯高濃縮乳清蛋白” // 我想大家應該都有過走在路上看到流浪貓貓的經驗。今天我要說一個故事,故事的主角是我與我的朋友,其中我的朋友是富有同情心的一個人。 和朋友有次走過一個滿是花草的郊區,植物很多,不過我說不出來是什麼品種,在我眼裡那些...

    Read More

    #diary
  • Diary - 平庸

    Aug 08, 2020 About 1 min

    我一直在想這個問題: 接受自己平庸的那刻是怎樣的心情? 有人說,是從一個意氣風發的少男少女,變成一個被生活、社會毒打過後油膩中年 有人說,感覺如釋重負,不必再跟親朋好友比較、裝逼,而不是裝模作樣的謙虛 也有人說,人本來就是平庸,只是年輕給與我們太多的希望與幻想 真正的快樂與成就 非物質與地位,而是擁有多少朋友親人和笑容 那種無形的支持才是真正的資產 能讓人打從心底地愉悅 歡...

    Read More

    #diary
  • Network - HTTP

    Apr 26, 2020 About 1 min

    HTTP Tutorial HTTP Parameters Working of Web HTTP Message HTTP Request HTTP Response HTTP Entity HTTP Methods HTTP Caching HTTP URL Encoding HTTP Security Content Negotiation HTTP Statu...

    Read More

    #network
  • Network - TCP / UDP

    Apr 24, 2020 About 3 mins

    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...

    Read More

    #network
  • Network - IP

    Apr 24, 2020 About 6 mins

    Definition Internet Protocol Address (IP address) Function: An IP address serves two principal functions. It identifies the host, or more specifically its network interface, and it provides t...

    Read More

    #network
  • Network - Router

    Apr 23, 2020 About 4 mins

    Definition HUB: 將網線集結起來的作用,並對接收到的信號進行再生放大,以擴大網絡的傳輸距離。 Switch: 智能集線器,可以分析目的地位置(MAC),用來隔離衝突域,連接的所有設備同屬於一個廣播域(子網),負責子網內部通信。 Router: 用來隔離廣播域(子網),連接的設備分屬不同子網,工作範圍是多個子網之間,負責網絡與網絡之間通信。 Ref: Hu...

    Read More

    #network
  • Network - Switch

    Apr 22, 2020 About 1 min

    簡單分享一下路由器和分享器的差別 - Mobile01 Device Repeater Hub Bridge bridge & switch 其實是一樣的東西,所以算域的時候算法一樣 Switch switch:全雙工 半雙工:會有collision,所以有 CSMA/CD 避免掉包(舊有技術,因為現在設備都是全雙工) Collision Domain and Bro...

    Read More

    #network
  • Network - Broadcast 廣播

    Apr 21, 2020 About 2 mins

    Definition In computer networking, telecommunication and information theory broadcasting is a method of transferring a message to all recipients simultaneously. Broadcasting can be perform...

    Read More

    #network
  • Network - Ethernet & MAC

    Apr 19, 2020 About 1 min

    Ethernet What is Ethernet: 以太網是一個傳輸技術 它取代過往的局域網傳輸技術,例如Token Ring、FDDI、ARCNET 它是目前應用最普遍的局域網技術 How it works: 使用设备:电缆,网卡,路由器,集线器,交换机或网关 检查线路是否正在使用传输,如果高速公路上有数据包,则要发送的设备会延迟几千分之一秒再试一次,直到可...

    Read More

    #network
Prev 3/8 Next
  • All147
  • AI 9
  • blog 25
  • course 13
  • it 99
  • yat 1
Unpublished Work © 2017-2023 hauchenglee
Powered by Jekyll & Yat Theme.
Subscribe via RSS