Python-知识点小计

发布时间:2019-05-02 06:46:31编辑:auto阅读(2456)

    1.python赋值、浅拷贝、深拷贝区别:https://www.cnblogs.com/xueli/p/4952063.html;

    2.python的hasattr(),getattr(),settattr()函数使用方法详解:https://www.cnblogs.com/cenyu/p/5713686.html;

    3.Python多进程编程-进程间共享数据(Value、Array、Manager):https://blog.csdn.net/lechunluo3/article/details/79005910

    4.Celery:

      Celery4.1中文文档:https://blog.csdn.net/weixin_40475396/article/details/80439781

      Celery使用案例:https://blog.csdn.net/freeking101/article/details/74707619

      Ubuntu配置Supervisor用于启动Celery:https://www.jianshu.com/p/708248716c33

     

关键字