logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux 下使用脚本给已知进程发送信号

#!/bin/bash#test为进程名pkill -2 test

linux下实现键盘的无阻塞输入

#include <iostream>#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <sys/ioctl.h>using namespace std;char GetInput

到底了