240 发简信
IP属地:陕西
  • Ubuntu系统中使用gdebi安装.deb文件

    1、安装GDebi:sudo apt-get install gdebi 2、接着gdebi安装.deb的安装包cd ~/Downloadssu...

  • 双系统卸载Ubuntu

    参考教程:https://blog.csdn.net/qq_42257666/article/details/120721561[https:/...

  • Win11增添Ubuntu22.04双系统

    1、磁盘分区(预留Ubuntu空间)在现有的Win11系统安装,系统盘富余的情况下可以保留一部分给Ubuntu。第1种、可用软件 DiskGen...

  • ModuleNotFoundError: No module named 'graphviz'

    报错后安装:conda install graphviz但是在jupyter notebook运行后还是报错; 找了一些文章,说是要安装pyth...

  • tensorflow2.0+keras2.1.5+py37

    进入环境:conda activate py37 下载tensorflow2.0:pip install -i https://pypi.tun...

  • database connection isn't set to UTC

    参考链接:https://stackoverflow.com/questions/68024060/assertionerror-databas...

  • flask shell 执行db.create_all()产生错误 AttributeError: can’t set attribute

    在运行命令:python wsgi.py报错: run 在wsgi.py文件中app = create_app()时,找init.py中crea...

  • conda 创建Node JS虚拟环境

    运行下,为node.js创建名为"node"的虚拟环境:conda create -n node nodejs检查环境是否已创建,只需列出可用的...

  • 如何点击按钮切换flask 的语言

    参考链接:https://stackoverflow.com/questions/61120324/how-to-change-language...