Asurada's Notebook LogoAsurada's Notebook
Log in
  • Log in
  • 市中心生活与市郊生活
    在西雅图市中心生活半年后,我又开始怀念波士顿市郊的自由生活。 这里的“自由”更多的是指心理上免于周遭环境带来的影响。西雅图容纳了xxx人口,是美国人口第x大城市,虽然根本比不上北上广深,但是高楼密度还是相当高的。而我为了接近办公室,在市中心靠近公司的位置租了房。不仅价格贵不说,周围还被高楼环绕
    9/23/2020
  • 工作中使用git的一点心得 - 2
    > 上一章: [工作中使用git的一点心得 - 1](/work-with-git/) 一年多过去了,再次总结一下工作中常见的 git 使用场景及指令。 ## 将 commit 移到其他 branch 如何将某 branch 的 commit A 移到一个新的 branch? ``` xxx
    8/14/2020
  • Use JWT with Django RESTful and GraphQL
    > Summary: I integrated JWT auth to my Django application that uses RESTful and GraphQL > You can check the repo here: https://github.com/asvrada/
    7/29/2020
  • Some note on Dockerize React.js project
    ## Why copy package.json first in Dockerfile > Source: https://nodejs.org/fr/docs/guides/nodejs-docker-webapp/ > Note that, rather than copying th
    5/3/2020
  • 上班一个月来感想
    > 24岁,再也不是学生。 3月初入职,一晃眼已经过去了一个半月了。时间的流逝明显比上学期间要快得多,似乎时间从儿时认为某种富裕的东西变成了奢侈品。每天九点到六/七点,每周五天,每月四周,每年十二个月,上班无休。虽然才入职一个半月,但想到未来的数十年人生都将会如此度过,步入社会的新鲜感灰飞烟灭。
    4/12/2020
  • Infix to Postfix, a general approach to Basic Calculator problems
    [My solution posted on LeetCode](https://leetcode.com/problems/basic-calculator/solutions/414898/Infix-to-Postfix-a-general-approach-to-similar-questi
    2/27/2020
  • Python what is id, hash, ==, != for custom classes
    What is `id, hash, ==, !=` in Python and how to use them. # id The built-in function `id` is like the pointer in C/C++, it can uniquely identify a
    12/8/2019
  • 877. Stone Game
    Question: https://leetcode.com/problems/stone-game/ Post: https://leetcode.com/problems/stone-game/discuss/430915/java-single-dp-array-easier-to-un
    11/16/2019
  • Ford vs Ferrari
    刚看完《福特vs法拉利》,刚下电影院座位,谢邀。 首先由于堵车我晚到了近半个小时,所以剧情。。。白给了。不过由于我精(bai)通(du)历(yi)史(xia),还是知道这电影基于的那个历史背景的:福特想进军赛车业,于是看上了当时在勒芒成绩不错却濒临破产的法拉利,打算收购并完全控制其赛车部门。法
    11/15/2019
  • 159. Longest Substring with At Most Two Distinct Characters
    Question: https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters/ Post: https://leetcode.com/problems/longest-substri
    10/28/2019
Prev1234567Next