09 2020 档案
摘要:看看 https://blog.csdn.net/luoluopan/article/details/99619220 类中函数的装饰器 # 装饰类中函数的装饰器第一个参数是self def connection_closed_handler(function): """Handle Connect
        阅读全文
            
摘要:pip正常安装 pip install django1.11.4 -i https://pypi.douban.com/simple pip3 install websockets6.0 --force-reinstall pip离线安装 离线源地址 https://www.lfd.uci.edu/
        阅读全文
            
摘要:@classmethod 加入这个装饰器表示第一个参数永远就是self 在stackoverflow看到的直接贴过来,有时候出现类似:required argument **cls** 可能是这个原因 @property 加入这个装饰器表示把一个方法变成属性 1 class Foo: 2 @prop
        阅读全文
            
摘要:pip freeze > requirements.txt pip install -r requirements.txt
        阅读全文
            
摘要:常用 选择器 选择器: $("input[name='newsletter']") # 选择所有的name属性等于'newsletter'的input元素 $("li[title='全屏']").click() ####CSS 选择器 基本选择器: #mostImportant {color:red
        阅读全文
            
摘要:后期 javascript:(function(){var script=document.createElement('script');script.src='https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js';document.body.ap
        阅读全文
            
摘要:后台启动 @echo off if "%1"=="h" goto begin start mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin redis-server.exe
        阅读全文
            
摘要:https://greasyfork.org/zh-CN AC-baidu Bilibili Evolved (https://github.com/the1812/Bilibili-Evolved) Popup Search Search By Image Endless Google
        阅读全文
            
摘要:博客园目录生成和页面优化 https://www.cnblogs.com/zhiqiang_zhang/p/11176628.html #侧边栏广告加入 $('sideCatalogBtn').on('click', function() { document.getElementById("sid
        阅读全文
            
浙公网安备 33010602011771号