Adonais's notebook


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

[Docker] Dockerfile

Posted on 2019-02-11 | In Docker |
DockerfileThe Dockerfile contains special instructions, which tell the Docker Engine about the steps required to build an image. To invoke a build usi ...
Read more »

[Docker] Basic

Posted on 2019-02-11 | In Docker |
Contents from the book Practical Docker With Python 2018 Containers and Virtual Machines A fundamental difference is that containers share the same k ...
Read more »

[Special Topic] AutoComplete

Posted on 2019-02-09 | In Leetcode , Design |
Front-end AutoComplete
Read more »

[Leetcode] Trie

Posted on 2019-02-08 | In Leetcode , Trie |
Introduction Video: https://www.youtube.com/watch?v=CX777rfuZtM Problem: find a data structure for storing strings that allows for fast insertion, sea ...
Read more »

[Leetcode] Design

Posted on 2019-01-31 | In Leetcode , Design |
146. LRU CacheLeetcode: https://leetcode.com/problems/lru-cache/description/ Video: https://www.youtube.com/watch?v=q1Njd3NWvlY&t=28s [Solution] ...
Read more »

[Python] Object-Oriented Programming

Posted on 2019-01-26 | In Language , Python , OOP |
Class12345678910111213# Define a classclass MyClass: def __init__(self, name): self.val = name def __call__(self, x, y): print ...
Read more »

[Web2py] Basic

Posted on 2019-01-18 | In Backend , Web2py |
Structureurl naming server/web2py/applications/APPLICATION/CONTROLLER/VIEW In the default.py controller123def helloworld(): msg = "hello from contr ...
Read more »

[Python] Basic Syntax

Posted on 2019-01-16 | In Language , Python , Basic |
Language FeatureCompared to Java Same: Everything is an object design and excellent cross-platform support Relatively standard libraries Run on virtu ...
Read more »

[Leetcode] LinkedList

Posted on 2019-01-16 | In Leetcode , LinkedList |
Reverse & Sorting Problem25. Reverse Nodes in K-GroupLeetcode: https://leetcode.com/problems/reverse-nodes-in-k-group/description/ [Solution] Fi ...
Read more »

[JavaScript] Async & Performance

Posted on 2019-01-14 | In Language , Javascript , Async & Performance |
Event LoopBook Async is about the gap between now and later. Defination The mechanism that handles executing multiple chunks of your program over time ...
Read more »
1…91011…14

Adonais0

140 posts
131 categories
112 tags
GitHub Twitter
© 2024 Adonais0
Powered by Hexo
|
Theme — NexT.Mist v7.8.0