240 发简信
IP属地:加州
  • [WIP] Python Concurrency Programming

    在这里做些学习记录。目标:1、学会以下概念的基本使用;2、阅读源码与资料,了解以下概念的实现方式;3、在12的学习中发现自己还需要补进的知识盲点...

  • Python Resources

    Multiple Inheritance https://stackoverflow.com/questions/3277367/how-doe...

  • Resize,w 360,h 240
    PS Blending Modes

    Overlay:可用于应用texture Exclusion:暗处显正色,亮处显反色 Soft light:最常用啦,锐化/加层白layer之类...

  • Resize,w 360,h 240
    PS复古滤镜

    最近爱上略复古的胶片风,看一些教学视频总结一下加滤镜的方法吧持续更新:1、新建图层——solid。蓝色+blending mode exclus...

  • Mock for unittest

    References: Python Mocking, You Are A Tricksy Beastwhat-the-mock-cheatsh...

  • Linux Useful Commands I'm Unfamiliar with

    ls -l filename 列出文件rwx权限du -h . disk use helper - 列出各个文件大小ls -ltr list a...

  • Leasing a Car

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

  • Resize,w 360,h 240
    Python pass by assignment

    在C++里pass by value和pass by reference是两个很容易区分的东西。但是在python中,让我有点糊涂,其实Pyth...

  • Python Lambda, map, filter

    This function can have any number of arguments but only one expression, ...