摘要: DOM 和 jQuery 相互转换 1. DOM 转jQuery $(DOM对象) 2. jQuery 转 DOM END 阅读全文
posted @ 2020-02-20 13:50 LeoShi2020 阅读(269) 评论(0) 推荐(0) 编辑
摘要: iQuery和DOM对象 用原生js获取来的对象就是DOM对象 jQuery对象 jQuery对象的本质是: 利用$对DOM对象包装后产生的对象(伪数组形式存储) END 阅读全文
posted @ 2020-02-20 13:36 LeoShi2020 阅读(115) 评论(0) 推荐(0) 编辑
摘要: $ 是 jQuery 的缩写 ` ` 阅读全文
posted @ 2020-02-20 12:58 LeoShi2020 阅读(288) 评论(0) 推荐(0) 编辑
摘要: jQuery入口函数 等着DOM结构渲染完毕即可执行内部代码,不必等到所有外部资源加载完毕 演示代码 由于本人使用Flask Jinjia2注释样式为 { } END 阅读全文
posted @ 2020-02-20 11:55 LeoShi2020 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 临时使用方法 pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com celery /root/.pyenv/versions/3.9.14/bin/python3.9 -m pip install - 阅读全文
posted @ 2020-02-19 22:35 LeoShi2020 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 官网地址 直接下载地址(MacOS) END 阅读全文
posted @ 2020-02-19 16:47 LeoShi2020 阅读(537) 评论(0) 推荐(0) 编辑
摘要: ` ` 阅读全文
posted @ 2020-02-18 09:41 LeoShi2020 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 修改配置文件(永久修改) 命令方式(临时修改重启失效) ` ` 阅读全文
posted @ 2020-02-18 09:23 LeoShi2020 阅读(729) 评论(0) 推荐(0) 编辑
摘要: 系统环境 安装依赖 添加Docker Yum源 安装报错 先安装containerd.io 再安装docker ce 打开Docker服务 ` ` 阅读全文
posted @ 2020-02-18 09:19 LeoShi2020 阅读(5607) 评论(1) 推荐(1) 编辑
摘要: ` ` 阅读全文
posted @ 2020-02-18 09:03 LeoShi2020 阅读(470) 评论(0) 推荐(0) 编辑