会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
LiuYanYGZ
问号 惊叹号
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
126
下一页
2022年3月5日
windows共享在linux下挂载
摘要: 摘自:https://blog.csdn.net/fuyuande/article/details/82915800 windows共享在linux下挂载 mount -t cifs -o username=root,password=123456 //172.55.20.9/public /mnt
阅读全文
posted @ 2022-03-05 18:53 LiuYanYGZ
阅读(34)
评论(0)
推荐(0)
2022年2月5日
TS型网页视频下载方法____________________m3u8视频在线提取工具-单线程太慢
摘要: 摘自:https://zhuanlan.zhihu.com/p/97609880 摘自:https://blog.csdn.net/realDonaldTrump/article/details/82697757 有些网页上的视频是分成多个ts片段的,无法被chrome的各种嗅探器插件捕获,但通过F
阅读全文
posted @ 2022-02-05 07:01 LiuYanYGZ
阅读(5673)
评论(0)
推荐(0)
2022年1月5日
Samba拒绝访问的解决方式、某个文件夹没有权限访问
摘要: 摘自:https://blog.csdn.net/chizhanghai9659/article/details/101005149 摘自:https://my.oschina.net/sunjin/blog/350094 今天用Samba共享CentOS里面的文件夹给Windows使用,无奈在配置
阅读全文
posted @ 2022-01-05 17:47 LiuYanYGZ
阅读(4196)
评论(0)
推荐(0)
2021年12月31日
libuuid的使用
摘要: 摘自:https://www.jianshu.com/p/3f9c2e8ac9d0 1 #include <stdio.h> 2 #include <uuid/uuid.h> 3 // yum -y install libuuid-devel.x86_64 4 5 int test_libuuid(
阅读全文
posted @ 2021-12-31 15:53 LiuYanYGZ
阅读(354)
评论(0)
推荐(0)
2021年12月23日
Linux下c语言创建文件目录
摘要: 摘自:https://blog.csdn.net/chanshibing/article/details/80048495 1 #include<stdio.h> 2 #include <sys/stat.h> 3 #include <sys/types.h> 4 int CreateDir(con
阅读全文
posted @ 2021-12-23 15:32 LiuYanYGZ
阅读(807)
评论(0)
推荐(0)
2021年11月30日
linux下system函数错误返回-1,错误原因NO child processes的解决办法
摘要: 摘自:https://my.oschina.net/woodyyang/blog/158852 今天在遇到一个问题,在Linux下用system()函数执行命令时出错,返回-1,错误原因NO child processes。在网上查找了一下发现是如果SIGCHLD信号行为被设置为SIG_IGN时,w
阅读全文
posted @ 2021-11-30 13:51 LiuYanYGZ
阅读(2132)
评论(0)
推荐(0)
2021年11月23日
后台运行nohup/setsid/&
摘要: 摘自:https://www.cnblogs.com/yuanye007/p/5674400.html 摘自:http://www.ibm.com/developerworks/cn/linux/l-cn-nohup/ 我们经常会碰到这样的问题,用 telnet/ssh 登录了远程的 Linux 服
阅读全文
posted @ 2021-11-23 10:55 LiuYanYGZ
阅读(86)
评论(0)
推荐(0)
[git]Git log 输出格式化(转载)
摘要: 摘自:https://www.cnblogs.com/xueweihan/p/5743368.html 转载于:https://havee.me/linux/2015-05/git-pretty-output.html 美化完的格式: git log --graph --pretty=format:
阅读全文
posted @ 2021-11-23 09:24 LiuYanYGZ
阅读(312)
评论(0)
推荐(0)
2021年11月16日
DevOps Makefile中使用shell赋值变量
摘要: 摘自:https://www.dazhuanlan.com/tahao/topics/1562291 今天我为了makefile的方便起见,将一些变量通过脚本的形式给到makefile中,但是通过shell命令给makefile变量赋值让我头疼了一波.. 🙄 在shell中赋值非常简单 1234
阅读全文
posted @ 2021-11-16 11:46 LiuYanYGZ
阅读(349)
评论(0)
推荐(0)
2021年10月19日
发挥多核 CPU 的优势,提高编译效率(转)
摘要: 摘自:https://blog.csdn.net/jchen1218/article/details/12948731 先来看看“编译三步曲”:./configure ——检查编译环境make ——进行编译make install ——安装编译好的程序 由此可见,加速得在“make”阶段下功夫我们只
阅读全文
posted @ 2021-10-19 20:09 LiuYanYGZ
阅读(934)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
126
下一页
公告