我的梦想
不是每个人都应该像我这样去建造一座水晶大教堂,但是每个人都应该拥有自己的梦想,设计自己的梦想,追求自己的梦想,实现自己的梦想。梦想是生命的灵魂,是心灵的灯塔,是引导人走向成功的信仰。有了崇高的梦想,只要矢志不渝地追求,梦想就会成为现实,奋斗就会变成壮举,生命就会创造奇迹。——罗伯·舒乐
Heap-And-PriorityQueue Heap-And-PriorityQueue
Heap & PriorityQueue 是什么 Heap 是一种数据结构,在内存中是以 array 进行存储的; 但在逻辑上是一个 Complete Tree 的结构,并且 Tree 的中间没有气泡。 PriorityQueue
2019-12-21
Data_structure_and_algorithms Data_structure_and_algorithms
(General) Heap & Graph Searhch AlgorithmsHeap Basic Concepts Heap (Priority Queue) is used to maintain the min/ max
2019-10-12
SQL Recover SQL Recover
A table for example:123456789+----+--------------+---------------------------+-------+---------+| id | name | u
2019-08-25
Sesson, Cookie, Token Sesson, Cookie, Token
HTTP is a stateless protocal. Requests are independent each time which ensures a good efficiency. To share data among al
2019-08-19
Docker Docker
Issues we face when developing softwares For the development of different softwares, we usually need different environme
2019-08-19
Design Pattern Design Pattern
1. Design Pattern Design Pattern is a repeatable-solution/ template for a commanly recurring problem in software design.
2019-08-18
Java-based Event Ticket Recommendation Java-based Event Ticket Recommendation
1. Setup Tomcat Server1.0 Why we need HTTP protocal? Set the same format patten for both local and server end to help co
2019-08-18
Authentication Authentication
1. Token-based authentication Users enter their log credentials (username + password). Server varifies the credentials -
2019-08-18
Golang-based Around Service Backend Handler Golang-based Around Service Backend Handler
1. Project will be implemented on GCP. Setting up our instance first. Create a new project. Setup a new Firewall rule, e
2019-08-17
Store Media Files On Google Cloud Storage Store Media Files On Google Cloud Storage
1. Difference between Object Storage, Database and File System Object Storage: Each piece of data is stored as an object
2019-08-14
React Ref React Ref
1. 何时使用 Ref通常我们可以通过props进行父子Component之间的数据传递,而使用Ref可以独立于Dataflow进行父子Component之间的interaction。 2. Ref 使用对象Ref对于 DOM elem
2019-08-13