标签: python

15 篇文章

thumbnail
前端
前端 1.JavaScript(或 jQuery)如何选择一个 id 为 main 的容器 .main 2.JavaScript(或 jQuery)如何选择一个 class 为 menu 的容器 #menu 3.简述什么是浏览器时间流 4.用 css 如何隐藏一个元素 1.opacity opacity:0将元素本身及其子元素都置为不可见的,而元素…
thumbnail
设计模式
设计模式 一、创建型模式 1. 单例模式 1.1请手写一个单例 #encoding=utf8 import threading import time #这里使用方法__new__来实现单例模式 class Singleton(object):#抽象单例 def __new__(cls, *args, **kw): if not hasattr(c…
thumbnail
模块
模块 1.列举常用的模块。 基础: os,sys,time,datetime,json,pickle,randon,hashlib,re,math,logging 爬虫: requests,BeautifulSoup,xpath,gevent,asyncio,twisted 数据分析: pandas,numpy,scipy,matplotlib,s…
Copyright © 2022 Egon的技术星球 egonlin.com 版权所有 帮助IT小伙伴学到真正的技术