
shell
文章平均质量分 83
JokerCao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HTTP Status Codes
A successful request to the server results in a response, which is the message the server sends back to you, the client.The response from the server will contain a three-digit status code. These cod原创 2014-05-28 15:08:16 · 879 阅读 · 0 评论 -
linux安装rpm时提示:can't create transaction lock on /var/lib/rpm/.rpm.lock 错误
在linux下面用非root用户安装rp,提示can't create transaction lock on /var/lib/rpm/.rpm.lock错误。错误原因:权限问题解决方法:在终端输入“su”和密码,登录root,以root身份登录就不会有提示原创 2014-07-10 10:49:14 · 68659 阅读 · 4 评论