01 2024 档案

摘要:一、解决方案 1、错误原因 “地址 localhost:1099 已在使用中“,是1099程序被占用,把1099程序后台停止掉即可。 2、解决方案 1、快捷键win+R打开CMD运行 netstat -aon | find "1099" 2、运行代码,找到程序 tasklist | find "56 阅读全文
posted @ 2024-01-28 11:24 leochan007 阅读(24) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <fstream> int main() { std::ifstream sourceFile("source.txt", std::ios::binary); // 打开源文件 if (!sourceFile) { std::cout << 阅读全文
posted @ 2024-01-03 12:31 leochan007 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示