上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 42 下一页
摘要: 基本流程和上一篇一样 地址: https://www.cnblogs.com/yansans/p/18235968 只是再最后加了一句代码 intent.putExtra("name",name.getText().toString()); 这句代码用键值对比较好理解,是将从前端传递来的name的值 阅读全文
posted @ 2024-06-06 20:35 椰子灰 阅读(27) 评论(0) 推荐(0)
摘要: 最近记性越来越差,简单的实验居然磨了我三个小时 只好把详细步骤放出来,防止再忘记 前端 <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="ht 阅读全文
posted @ 2024-06-06 20:23 椰子灰 阅读(69) 评论(0) 推荐(0)
摘要: 在C++中使用scanf时应注意两点 1.导入#include <cstdio> 2.将scanf改成scanf_s VS2022实现查找替换 编辑——》查找和替换——》在文件中替换 输入要查找替换的名称 点击全部替换 完成 阅读全文
posted @ 2024-06-03 10:02 椰子灰 阅读(78) 评论(0) 推荐(0)
摘要: 没想到还有能用到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 椰子灰 阅读(2266) 评论(0) 推荐(0)
摘要: 参考—— 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 椰子灰 阅读(269) 评论(0) 推荐(0)
摘要: 如图 解决方法: file——》projet Stu…… module ——》 项目 ——》 Dependence 选tomcat apply ok 解决 参考—— https://blog.csdn.net/ZhaZha__Hui/article/details/109551716 阅读全文
posted @ 2024-05-28 15:14 椰子灰 阅读(31) 评论(0) 推荐(0)
摘要: 下完之后才发现tensorflow1.12.0需要3.6的版本…… 阅读全文
posted @ 2024-05-20 00:04 椰子灰 阅读(364) 评论(0) 推荐(0)
摘要: 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 椰子灰 阅读(121) 评论(0) 推荐(0)
摘要: 通过 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 椰子灰 阅读(819) 评论(0) 推荐(0)
摘要: 参考链接—— 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 椰子灰 阅读(468) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 42 下一页