摘要: ref : https://www.cnblogs.com/image-eye/archive/2011/08/20/2147153.html 位置参数可以用shift命令左移。比如shift 3表示原来的$4现在变成$1,原来的$5现在变成$2等等,原来的$1、$2、$3丢弃,$0不移动。不带参数 阅读全文
posted @ 2019-07-09 14:00 schips 阅读(344) 评论(0) 推荐(0)
摘要: POSIX1003.1b 实时扩展协议规定的标准异步 I/O 接口,即 aio_read 函数、 aio_write 函数、aio_fsync 函数、aio_cancel 函数、aio_error 函数、aio_return 函数、aio_suspend函数和 lio_listio 函数。这组 AP 阅读全文
posted @ 2019-07-09 10:25 schips 阅读(1133) 评论(0) 推荐(0)