08 2017 档案
摘要:google版本 60.0.3112.90(正式版本) (64 位)
阅读全文
摘要:ntpq -p remote:NTP主机的IP或者是主机名(ntp.conf文件中配置的server和peer主机) 如果有『 * 』代表目前正在作用当中的上层 NTP 如果是『 + 』代表也有连上线,而且可作为下一个提供时间更新的候选者。 refid:参考的上一层 NTP 主机的地址st:st的值
阅读全文
摘要:https://docs.scipy.org/doc/numpy-dev/user/index.html 科学计算的基础包 数据类型: ndarrsy (多维数组对象 N-dimensional array object) 快速运算的标准数学函数 array函数 zeros 函数 one 函数 em
阅读全文
摘要:https://docs.python.org/2/library/re.html##!/usr/bin/python#-*-coding:utf8-*- """@author: yugengde@contact: yugengde@163.com@file : re.py@time: 2017/8
阅读全文
摘要:
阅读全文
摘要:mongoDB 3.2之后默认是使用wireTiger引擎 在启动时更改存储引擎: mongod --storageEngine mmapv1 --dbpath d:\data\db 这样就可以解决mongvue不能查看文档的问题啦! 项目流程(步骤): 前去准备(安装scrapy pymongo
阅读全文
摘要:1. 首先导入工具from scrapy.selector import Selector2. selectors的使用实例:response.selector.xpath('//span/text()').extract() (1)选择title标签中text的文本内容 response.sele
阅读全文
摘要:默认指定目录安装目录下,新建/data/db #> mogod 或者(数据库启动) #>mongod --dbpath D:\data\db #> ./mongod --shutdown (关闭) 作为守护进程注入后台 ./mongod -f 配置文件 配置文件(实例):mongo.conf 数据库
阅读全文
摘要:scrapy 框架 response的解析
阅读全文