上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页
摘要: 通常运行的进程 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) 编辑
摘要: 题目:https://www.luogu.org/problemnew/show/P1311分析:做法1:朴素模拟。考虑到此题有可模拟性,所以我们可以枚举i,j,分别为第一个人住i和第二个人住j的情况,然后再枚举k,k即为两者中间的点,判断是否有value<... 阅读全文
posted @ 2018-10-24 20:08 vercont 阅读(86) 评论(0) 推荐(0) 编辑
摘要: python2中的字典有has_key方法,python3中删除了if dict.has_key(your_key):改成if your_key in dict: 阅读全文
posted @ 2018-10-24 17:54 vercont 阅读(119) 评论(0) 推荐(0) 编辑
摘要: python2中的字典有has_key方法,python3中删除了if dict.has_key(your_key):改成if your_key in dict: 阅读全文
posted @ 2018-10-24 17:47 vercont 阅读(92) 评论(0) 推荐(0) 编辑
摘要: python2中的字典有has_key方法,python3中删除了if dict.has_key(your_key):改成if your_key in dict: 阅读全文
posted @ 2018-10-24 17:47 vercont 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 题目:https://www.luogu.org/problemnew/show/P1039分析:这道题是一道有技术含量的模拟,我们主要是不要让计算机向人一样思考,只需要让他穷举变化的星期几和当罪犯的人的编号即可,然后就是用string来操作会显得十分方便#... 阅读全文
posted @ 2018-10-23 20:46 vercont 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 35 下一页