240 发简信
IP属地:加州
  • ES6 Javascript

    This is some note from the Udemy course: ES6 Javascript: The Complete De...

  • Leasing a Car

    ......>_<......今天人生中第一次以lease的形式去拥有一辆车,来学习一下价格是如何计算的: 算monthly payments的...

  • Math

    这是所有类型里我觉得最有趣的一个类型,哈哈。来被虐一下。 258. Add Digits 数字根的性质: 任何数字加9的数字根都是本身:加9的过...

  • Resize,w 360,h 240
    ML python notes

    这学期上Machine Learning的课,有几个比较好的/容易忘记的点记一下,不定期更新这篇~ 向量的点乘np.zeros(3)生成一个di...

  • Controller Container

    几个API有点混沌,简单整理一下: addChildViewController: Adds the specified view contro...

  • Resize,w 360,h 240
    Mastering Git

    Terminologyworking directory local directorystaging area between working...

  • C++ Primer 读书笔记:(P217-247)

    一转眼一年过去了,第三次翻开这本书。我只能说,我可能不是一个意志坚定的人呀。。。 Cast A const_cast can be useful...

  • Resize,w 360,h 240
    Diffie-Hellman & RSA & (k,n) threshold

    Diffie-Hellman 目的是双方安全地建立shared key。方法:规定公共信息,质数p,和其generator g。generato...

  • GCD - objective C

    GCD是一种比写底层thread code更简单的管理thread的方式。 有三种dispatch queue,它们都是thread safe的...