摘要: iterator generator 阅读全文
posted @ 2018-08-27 20:50 Charlie-OwO 阅读(621) 评论(0) 推荐(0) 编辑
摘要: Python的进程间通信 Python进程、进程池以及进程间通信 进程间通信的几种方式 python进程间通信:Queue pipe 阅读全文
posted @ 2018-08-27 19:01 Charlie-OwO 阅读(109) 评论(0) 推荐(0) 编辑
摘要: http://python.tedu.cn/workplace/306998.html 2017 后端面试经历分享 Python之禅: https://foofish.net/categories.html 如何面试Python工程师 阅读全文
posted @ 2018-08-27 16:47 Charlie-OwO 阅读(1044) 评论(0) 推荐(0) 编辑
摘要: 二十三种设计模式及其python实现 Python学习路程-常用设计模式学习 阅读全文
posted @ 2018-08-27 16:16 Charlie-OwO 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 一、单例模式 单利模式存在的目的是保证当前内存中仅存在单个实例,避免内存浪费!!! 单例模式的好处和缺点?为什么要用单例模式? Python单例模式剖析 Python中的单例模式的几种实现方式的及优化 二、实现 1. 适用模块 Python 的模块就是天然的单例模式,因为模块在第一次导入时,会生成  阅读全文
posted @ 2018-08-27 11:00 Charlie-OwO 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 装饰器是什么,有什么功能,能用在什么业务场景?: https://blog.csdn.net/u010967872/article/details/80329280 一、装饰器全解: https://taizilongxu.gitbooks.io/stackoverflow-about-python 阅读全文
posted @ 2018-08-27 10:31 Charlie-OwO 阅读(533) 评论(0) 推荐(0) 编辑
摘要: RabbitMQ原理与相关操作(一) python之celery使用详解一 python面试题:https://foofish.net/categories.html Celery 框架学习笔记 python之celery使用详解一 python面试题:https://foofish.net/cat 阅读全文
posted @ 2018-08-27 09:24 Charlie-OwO 阅读(84) 评论(0) 推荐(0) 编辑
摘要: scrapMain.py 阅读全文
posted @ 2018-08-27 09:15 Charlie-OwO 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1. multiThread.py # -*- coding:utf-8 -*- import threading import time import Queue SHARE_Q = Queue.Queue() #构造一个不限制大小的的队列 _WORKER_THREAD_NUM = 3 #设置线程 阅读全文
posted @ 2018-08-27 09:14 Charlie-OwO 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1. 项目 2. python 并行,多线程,同步,异步,celery,redis,网络编程 3. elasticsearch, 分布式架构,全文搜索原理 4. java 数据结构与算法,jvm内存管理,容器的原理 5. Linux 常用命令 6. 前段,js,html,css,jquery 7. 阅读全文
posted @ 2018-08-27 09:03 Charlie-OwO 阅读(82) 评论(0) 推荐(0) 编辑
摘要: DFA算法的简单说明与案例实现:https://blog.csdn.net/qq_36827957/article/details/74357283 阅读全文
posted @ 2018-08-27 08:54 Charlie-OwO 阅读(74) 评论(0) 推荐(0) 编辑
摘要: DFA和trie特里实现敏感词过滤(python和c语言) AskMe Spring项目提问功能——前缀树敏感词过滤:https://www.jianshu.com/p/bd5464bec71b python 敏感词过滤:https://blog.csdn.net/isoleo/article/de 阅读全文
posted @ 2018-08-27 08:53 Charlie-OwO 阅读(172) 评论(0) 推荐(0) 编辑