会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hi
慢就是快,去改变世界
博客园
首页
新随笔
联系
管理
订阅
随笔- 66 文章- 4 评论- 16 阅读-
10万
12 2017 档案
MongoDB操作
摘要:恢复内容开始 恢复内容结束
阅读全文
posted @
2017-12-27 02:02
zy--
阅读(163)
评论(0)
推荐(0)
编辑
MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminating
摘要:启动mongodb遇到的一个问题和解决: 转(http://blog.csdn.net/u012877472/article/details/51001025) MongoDB: exception in initAndListen: 20 Attempted to create a lock fi
阅读全文
posted @
2017-12-22 21:40
zy--
阅读(2293)
评论(2)
推荐(0)
编辑
公告
昵称:
zy--
园龄:
7年5个月
粉丝:
1
关注:
4
+加关注
<
2025年2月
>
日
一
二
三
四
五
六
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
最后的狮子
(1)
装饰器
(1)
爬虫
(1)
随笔分类
MongoDB(6)
MySQL(5)
python版本以及下载安装(1)
python学习笔记(1)
ubuntu(18)
边学边记(8)
电影(1)
爬虫(16)
日常(2)
新词概念(2)
随笔档案
2018年3月(1)
2018年2月(1)
2018年1月(17)
2017年12月(2)
2017年11月(15)
2017年10月(4)
2017年9月(21)
2017年8月(5)
文章分类
pyenv(1)
转载好文(2)
阅读排行榜
1. Ubuntu16.04可执行文件添加到PATH路径中(20839)
2. Windows x86-64下python的三个版本(19106)
3. Ubuntu 16.04远程登录服务器--ssh的安装和配置(13524)
4. Mac使用 homebrew 安装MySQL(6612)
5. ImportError: No module named 'pymongo'(6001)
评论排行榜
1. scrapy crawl itcast -o teachers.json 爬虫案列(3)
2. authproxyhandler(2)
3. MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminating(2)
4. ProxyHandler(1)
5. HTTPHandler(1)
推荐排行榜
1. Ubuntu16.04可执行文件添加到PATH路径中(1)
2. Windows x86-64下python的三个版本(1)
最新评论
1. Re:authproxyhandler
authproxy_handler = urllib2.ProxyHandler({"http":proxyuser+":"+proxypasswd+"@211.159.177.212:3128"})...
--zy--
2. Re:authproxyhandler
账户放系统环境变量里vi ~/.bash_profileproxyuser = "zhanghu"export proxyuserproxypasswd = "mima"export proxypas...
--zy--
3. Re:ProxyHandler
#print response.read().decode("gbk")
--zy--
4. Re:HTTPHandler
import urllib2http_handler = urllib2.HTTPHandler(debuglevel=1)opener = urllib2.build_opener(http_han...
--zy--
5. Re:pipelines.py
为了启用Item Pipeline组件,必须将它的类添加到 settings.py文件ITEM_PIPELINES 配置ITEM_PIPELINES = { #'mySpider.pipelines....
--zy--
点击右上角即可分享