摘要: from __future__ import division from __future__ import print_function ... 阅读全文
posted @ 2018-10-25 17:54 vercont 阅读(158) 评论(0) 推荐(0) 编辑
摘要: from __future__ import division from __future__ import print_function ... 阅读全文
posted @ 2018-10-25 17:54 vercont 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 通常运行的进程 ctrl-z之后会暂停到后台bash test.shLinux-4.15.0-36-generic-x86_64-with-Ubuntu-16.04-xenial#39~16.04.1-Ubuntu SMP Tue Sep 25 08:59:... 阅读全文
posted @ 2018-10-25 17:27 vercont 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 通常运行的进程 ctrl-z之后会暂停到后台bash test.shLinux-4.15.0-36-generic-x86_64-with-Ubuntu-16.04-xenial#39~16.04.1-Ubuntu SMP Tue Sep 25 08:59:... 阅读全文
posted @ 2018-10-25 17:27 vercont 阅读(151) 评论(0) 推荐(0) 编辑
摘要: kill -l1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR111) SIGSEGV... 阅读全文
posted @ 2018-10-25 15:23 vercont 阅读(166) 评论(0) 推荐(0) 编辑
摘要: kill -l1) SIGHUP 2) SIGINT 3) SIGQUIT 4) SIGILL 5) SIGTRAP6) SIGABRT 7) SIGBUS 8) SIGFPE 9) SIGKILL 10) SIGUSR111) SIGSEGV... 阅读全文
posted @ 2018-10-25 15:23 vercont 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 编译带有sqlite3的数据库c语言程序时,出现fatal error: sqlite3.h: No such file or directory,找不到头文件的问题。应该是是系统没有安装函数库。在Ubuntu 中这样安装执行下面语句解决:sudo apt-... 阅读全文
posted @ 2018-10-25 15:12 vercont 阅读(1791) 评论(0) 推荐(0) 编辑
摘要: 编译带有sqlite3的数据库c语言程序时,出现fatal error: sqlite3.h: No such file or directory,找不到头文件的问题。应该是是系统没有安装函数库。在Ubuntu 中这样安装执行下面语句解决:sudo apt-... 阅读全文
posted @ 2018-10-25 15:12 vercont 阅读(1691) 评论(0) 推荐(0) 编辑