摘要: DATE=$(date +%Y%m%d_%H%M%S)cd /opt/anystreaming/transcoder/mv dll/libmonitor_service.so "dll/libmonitor_service.so"_${DATE}mv dll/monitor_service.xml ... 阅读全文
posted @ 2016-09-07 17:12 洛笔达 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录:例:gcc -o hello hello.c -I /home/hello/include -L /home/hello/lib -lworld上面这句表示在编译hello.c时:-I ... 阅读全文
posted @ 2016-09-07 11:52 洛笔达 阅读(3657) 评论(0) 推荐(0) 编辑