摘要:
pthread_create int pthread_create(pthread_t *thread, pthread_addr_t *arr,void* (*start_routine)(void *), void *arg); thread :用于返回创建的线程的ID arr : 用于指定的被 阅读全文
摘要:
转载请加上博文引用:http://i.cnblogs.com/EditPosts.aspx?postid=5733248&update=1 服务端: 编译: gcc -o server server.c 运行: ./server 6666 客户端: 编译: gcc -o client client. 阅读全文
摘要:
linux的scp命令 linux 的 scp 命令 可以 在 linux 之间复制 文件 和 目录; scp 命令 scp 可以在 2个 linux 主机间复制文件;命令基本格式: scp [可选参数] file_source file_target 从 本地 复制到 远程 * 复制文件: * 命 阅读全文