开发工具
文章平均质量分 54
魄灠polan
互相学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Makefile Notes
Rules: 1. -l<name> Make will find /usr/lib/name.so file, if it'snot exist, it will find /usr/lib/name.a file. 2. "make --juest-print " will just print all run command, but it’snot actuall...原创 2021-01-26 18:55:47 · 221 阅读 · 0 评论 -
Linux环境崩溃生成core文件以及调试
Windows环境崩溃问题可根据vs调试工具查看,Linux同样可以查看调用堆栈的信息,只是 需要更改Linux设置,使程序崩溃时候产生core文件。然后gdb调试即可。 1产生core文件方法 产生coredump的条件,首先需要确认当前会话的ulimit –c,若为0,则不会产生对应的coredump,需要进行修改和设置。 ulimit -cunlimited (可以产生coredump且不受大小限制),这种设置仅对当前生效,如果想永久生效 那么需要在 /etc/profile中加入以...转载 2020-10-27 18:55:31 · 760 阅读 · 0 评论 -
navicat连接错误
错误提示: lost connection to MySQL server at "sending authentication information",system error:0 解决方案: 关闭360等安全软件原创 2017-01-10 15:43:11 · 1442 阅读 · 1 评论
分享