摘要:
def user_directory_path(instance, name): """ clean_data内容: for k ,v in clean_data: K: file V: record1301DL00220230602全部.txt K: name V: record1301DL002 阅读全文
摘要:
df[['列名1', '列名2']] = df[['列名1', '列名2']].apply(pd.to_numeric, errors='ignore') pandas.to_numeric补充 用法: pandas.to_numeric(arg, errors=’raise’, downcast 阅读全文
摘要:
在pycharm 中使用jupyter notbook,解释器中先添加ipython及jupyter 在pycharm 中创建 *.ipynb 文件,然后再按照顺序输入下面的代码 import os import django os.environ.setdefault('DJANGO_SETTIN 阅读全文
摘要:
ree.to_html(classes='table table-condensed table-hover', index_names=False) to.html添加ID属性 df.style.set_table_attributes('id="my_table"').render() 阅读全文
摘要:
table{ width: 100%; border-collapse:collapse; thead tr{ height: 40px; line-height: 39px; border-bottom: 1px solid #dddddd; font-weight: bold; backgrou 阅读全文
摘要:
控制面板->管理工具->服务 Function Discovery Resource Publication打开 SSDP Discovery服务打开 网络->更改高级共享设置->启用网络发现 windows设置->设备->添加蓝牙或其它设备->其他所有设备 ++++ 阅读全文
摘要:
jwt_encode_handler(payload)验证 时出现 jwt_encode_handler ).decode('utf-8') AttributeError: 'str' object has no attribute 'decode' PyJWT版本2.6.0,降低至1.7.x问题解 阅读全文
摘要:
1,Python官方网址 https://www.python.org/downloads/ 2,选择国内镜像源,如阿里的。 https://registry.npmmirror.com/binary.html?path=python/ 安装时发生严重错误-0x80070643 搜了好多办法,最后成 阅读全文
摘要:
例如: 将下载地址 https://az764295.vo.msecnd.net/stable/97dec172d3256f8ca4bfb2143f3f76b503ca0534/VSCodeUserSetup-x64-1.74.3.exe中的红色部分替换为vscode.cdn.azure.cn 阅读全文
摘要:
运行npm时出错,Error: Cannot find module 'D:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js' 解决:重新打开node.js安装程序修复(Repair)就可以了。 阅读全文