Go - float
float float32, max value: math.MaxFloat32 float64, max value: math.MaxFloat64 float can be printed by fmt package %e: exponent %f: no ex...
float float32, max value: math.MaxFloat32 float64, max value: math.MaxFloat64 float can be printed by fmt package %e: exponent %f: no ex...
int8 int16 int32 int64 uint8 uint16 uint32 uint64 int uint : natural and most efficient size on a particular platform. Different compiler may choose di...
Syntactic block: Enclosed in braces Lexical block: Not explicitly surrounded by braces Universe block: A lexical block for the entire source code. In...
Package Import Import path: packages are identified by an unique string, called import path Go lang spec doesn't define what "import path" mean, it's u...
Package Variables Exported identifiers start with an upper-case letter files in the same package can be in the same folder Package level variables ca...
Named type Format: type typeName underlying-type A constructor with underlying-type value will exist without declaring package main import ( &n...
Tuple Assignment Type Assertion Need use interface{} to declare a variable Check concrete type by v,ok := x.(T) If type "T" can't be assigned ...
A pointer value is the address of a variable Declare a variable, declare a value, assign address to that variable Variable address declared in functi...
Declaration Declare package Declare import var/const/func/type can be declared in any order Variables Declare variables with the same type a...
Introduction When trying the first helloworld, I encountered some problem to setup environment. So note here. You can find manual for complete informati...
Reference Pro Spring Integration - https://www.amazon.com/Pro-Spring-Integration-Experts-Voice-ebook-dp-B005PZ29OA/dp/B005PZ29OA/ref=mt_kindle?_encodi...
Reference Pro Spring Integration - https://www.amazon.com/Pro-Spring-Integration-Experts-Voice-ebook-dp-B005PZ29OA/dp/B005PZ29OA/ref=mt_kindle?_encodi...
Reference Pro Spring Integration - https://www.amazon.com/Pro-Spring-Integration-Experts-Voice-ebook-dp-B005PZ29OA/dp/B005PZ29OA/ref=mt_kindle?_encodi...
家裡最近買一個洗髮精, 讓我洗得很痛苦.
Reference Pro Spring Integration - https://www.amazon.com/Pro-Spring-Integration-Experts-Voice-ebook-dp-B005PZ29OA/dp/B005PZ29OA/ref=mt_kindle?_enc...
Reference Pro Spring Integration - https://www.amazon.com/Pro-Spring-Integration-Experts-Voice-ebook-dp-B005PZ29OA/dp/B005PZ29OA/ref=mt_kindle?_enco...
Reference https://netty.io/wiki/user-guide-for-4.x.html https://github.com/shooeugenesea/study-practice/tree/spring-boot-grpc/src/main/java/examples/ne...
Reference https://www.rabbitmq.com/install-windows.html https://www.rabbitmq.com/tutorials/tutorial-one-java.html https://github.com/shooeugenesea/...
Reference Protobuf - Java Code in Github Example Install protobuf Download from Git: https://github.com/protocolbuffers/protobuf Install protobuf ...
Reference Spring Integration Basic Terms 後篇: https://www.isaacnote.com/2018/10/spring-integration-channels.html Terms org.springframework.inte...