上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 61 下一页
摘要: 1.进入nginx目录,cmd启动nginx:start nginx stop nginx nginx -s reload nginx -s quit 2.验证nginx是否启动成功http:localhost:8080 3. ffmpeg -re -i F:/video/yiqi.mp4 -vco 阅读全文
posted @ 2019-06-18 22:12 MoonXu 阅读(240) 评论(0) 推荐(0)
摘要: inter real sense sdk 阅读全文
posted @ 2019-06-18 10:45 MoonXu 阅读(96) 评论(0) 推荐(0)
摘要: 开机按shift,找到之前的内核版本或者recovery 安装vmtools 报错Not enough free space to extract VMwareTools 解决办法:将此文件夹复制到另外一个文件夹中,在extract就可以了 阅读全文
posted @ 2019-06-17 10:21 MoonXu 阅读(385) 评论(0) 推荐(0)
摘要: pause(2) 功能:这个函数是让程序暂停,直到等到有信号到来为止。 signal(2) #include <signal.h> typedef void (*sighandler_t)(int); sighandler_t signal(int signum, sighandler_t hand 阅读全文
posted @ 2019-06-17 07:32 MoonXu 阅读(535) 评论(0) 推荐(0)
摘要: 命令模式下 :1,9< //1至9行回退一个tab :1,9> //1至9行缩进一个tab 让不可打印字符心事出来::set list 阅读全文
posted @ 2019-06-16 18:52 MoonXu 阅读(378) 评论(0) 推荐(0)
摘要: vhangup(2) vm86(2) vm86old(2) vmsplice(2) 阅读全文
posted @ 2019-06-16 18:20 MoonXu 阅读(88) 评论(0) 推荐(0)
摘要: afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, secu‐ rity, stty, t 阅读全文
posted @ 2019-06-16 18:18 MoonXu 阅读(254) 评论(0) 推荐(0)
摘要: vfork(2) #include <sys/types.h> #include <unistd.h> pid_t vfork(void); 功能:创建子进程并阻塞父进 1 #include<sys/types.h> 2 #include<unistd.h> 3 #include<stdio.h> 阅读全文
posted @ 2019-06-13 17:32 MoonXu 阅读(182) 评论(0) 推荐(0)
摘要: wait(2) wait3(2) wait4(2) waitpid(2) waitid(2) SEE ALSO _exit(2), clone(2), fork(2), kill(2), ptrace(2), sigaction(2), sig‐ nal(2), wait4(2), pthread_ 阅读全文
posted @ 2019-06-13 17:30 MoonXu 阅读(123) 评论(0) 推荐(0)
摘要: 图像叠加和加权叠加 #include "pch.h"#include <iostream>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>using namespace cv;using namespace 阅读全文
posted @ 2019-06-12 16:08 MoonXu 阅读(755) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 61 下一页