会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
14
下一页
2025年5月7日
No writeable pkgs directories configured. 报错(已解决)
摘要: 1 conda config --add pkgs_dirs D:\soft\anaconda\pkgs conda config --add envs_dirs D:\soft\anaconda\envs 2没用 3
阅读全文
posted @ 2025-05-07 17:38 我の前端日记
阅读(212)
评论(0)
推荐(0)
2025年3月18日
安装ubantu报错VMware Workstation 与 Device/Credential Guard 不兼容
摘要: 报错 问题解决 1、按下WIN+R打开运行,然后输入services.msc回车; 2、在服务中找到 HV主机服务,双击打开设置为禁用 3、win+x,然后打开powershell(管理员)运行命令:bcdedit /set hypervisorlaunchtype off 4、重启电脑
阅读全文
posted @ 2025-03-18 17:05 我の前端日记
阅读(55)
评论(0)
推荐(0)
2025年3月8日
ModuleNotFoundError: No module named 'torch'(未解决)
摘要: 下载 torch-2.4.1-cp38-cp38-win_amd64.whl
阅读全文
posted @ 2025-03-08 11:59 我の前端日记
阅读(31)
评论(0)
推荐(0)
2025年3月6日
pip install llama-cpp-python报错 未解决
摘要: 法1:pip install llama-cpp-python==0.3.2(安装报错) 法2:pip install llama-cpp-python==0.1.48(安装报错) 法3(无效) 1.安装 Microsoft C++ Build Tool 配置环境变量 path中新增 C:\Prog
阅读全文
posted @ 2025-03-06 18:00 我の前端日记
阅读(600)
评论(0)
推荐(0)
neo4j下载安装
摘要: 安装neo4j需要安装jdk https://blog.csdn.net/2301_77554343/article/details/135692019 安装neo4j https://blog.csdn.net/qq_60492174/article/details/144369861 启动
阅读全文
posted @ 2025-03-06 17:42 我の前端日记
阅读(13)
评论(0)
推荐(0)
python install spacy 报错解决
摘要: python install spacy 法1 修改setuptool版本(无效) 法2 安装前置依赖(无效) pip install numpy cython jinja2 pathlib preshed thinc cymem murmurhash blis plac 法3 使用预编译的轮子文件
阅读全文
posted @ 2025-03-06 17:12 我の前端日记
阅读(477)
评论(0)
推荐(0)
2024年12月2日
wps
摘要: 输入带下标 选中1 crtl + 输入带上标 选中2 crtl shift + 或者 显示空格:文件 选项
阅读全文
posted @ 2024-12-02 21:22 我の前端日记
阅读(8)
评论(0)
推荐(0)
2024年11月15日
上传图片生成base64
摘要: // 图片生成base64格式 function handleFileChange(event) { const file = event.target.files[0] if (file) { const reader = new FileReader() reader.onload = (e)
阅读全文
posted @ 2024-11-15 16:21 我の前端日记
阅读(18)
评论(0)
推荐(0)
2024年10月25日
python将输入的一个正整数分解质因数(map)
摘要: 利用map函数 # coding=utf-8 # 输入一个正整数 x = int(input()) # 请在此添加代码,将输入的一个正整数分解质因数 ########## Begin ########## N = x n = x k=2 result=[] while(k<=x):#初值k为2,x为
阅读全文
posted @ 2024-10-25 20:12 我の前端日记
阅读(191)
评论(0)
推荐(0)
2024年10月23日
flask+python+html+mongodb
摘要: python 运行此文件,跳转到index.html from flask import Flask,render_template,request,jsonify,json,url_for,redirect app = Flask(__name__) @app.route('/', methods
阅读全文
posted @ 2024-10-23 16:54 我の前端日记
阅读(25)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
14
下一页
公告
Copyright © 2021 LinCangHai
Powered by .NET 5.0 on Kubernetes