会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yansans
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
42
下一页
2024年6月6日
Android studio后端接收数据步骤
摘要: 最近记性越来越差,简单的实验居然磨了我三个小时 只好把详细步骤放出来,防止再忘记 前端 <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="ht
阅读全文
posted @ 2024-06-06 20:23 椰子灰
阅读(100)
评论(0)
推荐(0)
2024年6月3日
'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
摘要: 在C++中使用scanf时应注意两点 1.导入#include <cstdio> 2.将scanf改成scanf_s VS2022实现查找替换 编辑——》查找和替换——》在文件中替换 输入要查找替换的名称 点击全部替换 完成
阅读全文
posted @ 2024-06-03 10:02 椰子灰
阅读(105)
评论(0)
推荐(0)
Visual Studio 2022创建C/C++项目
摘要: 没想到还有能用到C/C++的时候…… 刚好忘记怎么用Visual Studio了,写个博客记录一下 参考—— https://blog.csdn.net/Long_xu/article/details/130599633 https://learn.microsoft.com/zh-cn/visua
阅读全文
posted @ 2024-06-03 09:44 椰子灰
阅读(2430)
评论(0)
推荐(0)
sv添加工作负荷(添加其他编程语言)
摘要: 参考—— https://learn.microsoft.com/zh-cn/visualstudio/extensibility/vsix/get-started/get-tools?view=vs-2022 版本:Visual Studio 2022 打开VS (两种方式) A直接点击安装多个工
阅读全文
posted @ 2024-06-03 09:16 椰子灰
阅读(332)
评论(0)
推荐(0)
2024年5月28日
eclipse转IDEA出现Cannot resolve method 'getContextPath()'
摘要: 如图 解决方法: file——》projet Stu…… module ——》 项目 ——》 Dependence 选tomcat apply ok 解决 参考—— https://blog.csdn.net/ZhaZha__Hui/article/details/109551716
阅读全文
posted @ 2024-05-28 15:14 椰子灰
阅读(52)
评论(0)
推荐(0)
2024年5月20日
tensorflow与python版本对应关系
摘要: 下完之后才发现tensorflow1.12.0需要3.6的版本……
阅读全文
posted @ 2024-05-20 00:04 椰子灰
阅读(403)
评论(0)
推荐(0)
2024年5月19日
(自用)存一下pycharm下载安装包时的各种命令
摘要: D:\Pycharm\python\python3.8\python3.8\python.exe -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple C:\Python38\python.exe -m pip install -i h
阅读全文
posted @ 2024-05-19 23:12 椰子灰
阅读(135)
评论(0)
推荐(0)
anaconda创建虚拟环境指定python版本
摘要: 通过 conda create --name 新虚拟环境名字 python=3.6 创建3.8版本的conda环境 加个-y可用不免批准直接创建 conda create --name 新虚拟环境名字 python=3.6 -y 大数据实验的代码都很老旧,其中TensorFlow 常使用1.x的版本
阅读全文
posted @ 2024-05-19 22:08 椰子灰
阅读(1001)
评论(0)
推荐(0)
2024年5月18日
No module named 'tensorflow.examples'报错
摘要: 参考链接—— https://blog.csdn.net/weixin_42390287/article/details/115635732 https://blog.csdn.net/bj233/article/details/113622384 报错 ——解决方法 1.去 https://git
阅读全文
posted @ 2024-05-18 21:28 椰子灰
阅读(565)
评论(0)
推荐(0)
pycharm终端下载包时出现usage: conda-script.py [-h] [-v] [--no-plugins] [-V] COMMAND ...报错
摘要: pycharm终端下载conda-forge时出现了 usage: conda-script.py [-h] [-v] [--no-plugins] [-V] COMMAND ... 的报错 如图: 通过 conda init 重置环境就可用了
阅读全文
posted @ 2024-05-18 18:03 椰子灰
阅读(1239)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
42
下一页
公告