Tag:program life

  • How to understand Context in Go?

    Time:2024-2-23

    Best tutorial I’ve seen so far besides “go language programming”: https://www.practical-go-lessons.com Original text:https://www.practical-go-lessons.com/chap-37-context What will you learn in this chapter? 1. What is context? 2. What is a chained table? 3. How do I use the Context Pack? Technical concepts covered Context derivation Linked list Context key-value pair Cancellation Timeout Deadline present (sb for a […]

  • Java interfaces

    Time:2023-10-7

    Author Resume: zoro-1, currently a freshman, learning Java, data structures, etc. Author Home Page:zoro-1’s homepage You are welcome to like Favorite Add attention Oh! Java interfaces The concept of interfacesgrammatical ruleInterface CharacteristicsInterface Use CasesMultiple Inheritance of InterfacesWhy interfaces solve the multiple inheritance problem Difference between abstract classes and interfaces The concept of interfaces In real […]