随笔分类 -  TCP/IP

摘要:Qt执行ping命令 #include <QCoreApplication> #include <QDebug> #include <QProcess> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QStrin 阅读全文
posted @ 2023-04-30 19:42 西北逍遥 阅读(612) 评论(0) 推荐(0) 编辑
摘要:08:11:47: 进程"/usr/bin/make"正常退出。 08:11:47: 配置没有改变, 跳过 qmake 步骤。 08:11:47: 正在启动 "/usr/bin/make" -j4 /home/luo/Qt/Qt5_12/5.12.0/gcc_64/bin/uic ../QtSock 阅读全文
posted @ 2018-12-17 08:16 西北逍遥 阅读(583) 评论(0) 推荐(0) 编辑
摘要:using System;using System.Text;using System.Net.Sockets;using System.Net;using System.Threading; /// <summary>/// 服务端/// </summary> namespace SocketSe 阅读全文
posted @ 2017-06-20 14:47 西北逍遥 阅读(269) 评论(0) 推荐(0) 编辑
摘要:import java.net.*;import java.io.*;/***客户端*负责接收数据**/public class SocketClientTest { private static final String HOST="127.0.0.1"; private static final 阅读全文
posted @ 2017-06-20 14:35 西北逍遥 阅读(23810) 评论(1) 推荐(0) 编辑
摘要:Test.cs脚本 using System.Collections;using System.Collections.Generic;using UnityEngine;using AssemblyCSharp;using System.Text;using System;using System 阅读全文
posted @ 2017-06-20 13:15 西北逍遥 阅读(3139) 评论(0) 推荐(0) 编辑
摘要:import java.net.*; import javax.swing.plaf.SliderUI; /** * 与c语言通信(java做client,c/c++做server,传送一个结构) * */ public class Employee { private byte[] buf = n 阅读全文
posted @ 2017-06-14 08:11 西北逍遥 阅读(736) 评论(0) 推荐(0) 编辑

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