摘要: 用yum方式安装python3:sudo yum install epel-releasesudo yum install python34测试:[root@VM_221_21_centos ~]# vim helloworld.py[root@VM_221_21_centos ~]# python... 阅读全文
posted @ 2017-12-17 20:48 link98 阅读(307) 评论(0) 推荐(0)
摘要: 今天用CentOS的时候,yum安装 python 的时候,提示:error: rpmdb: BDB0113 Thread/process 21814/140288630364160 failed: BDB1507 Thread died in Berkeley DB library,需要用下面两个... 阅读全文
posted @ 2017-12-17 20:44 link98 阅读(216) 评论(0) 推荐(0)
摘要: 在学习慕课网的 servlet 教程的过程中,使用post的转跳页面会提示这个错误后来百度了才知道是重写的 doPost() 方法中的 super() 导致的!!!只需要把这个 super.doPost(req,resp) 注释掉或者删掉就好了 阅读全文
posted @ 2017-12-17 19:24 link98 阅读(2698) 评论(0) 推荐(0)