首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
@SkySea
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
12
下一页
2017年11月16日
Python正则表达式匹配日期与时间
摘要: https://www.pythonxyz.com/10025-python-regex-match-date-time.xyz
阅读全文
posted @ 2017-11-16 17:44 VincentZhu
阅读(37934)
评论(0)
推荐(0)
编辑
2017年11月8日
django部署ubuntu数据库MYSQL时区问题
摘要: https://dev.mysql.com/doc/refman/5.5/en/mysql-tzinfo-to-sql.html https://stackoverflow.com/questions/15017799/how-to-convert-utc-date-to-local-time-zo
阅读全文
posted @ 2017-11-08 17:30 VincentZhu
阅读(337)
评论(0)
推荐(0)
编辑
2017年10月19日
selenium+PhantomJS简单爬虫
摘要: 版本说明: py3.6 selenium3.6 geckodriver-v0.19.0-win64 phantomjs-2.1.1-windows
阅读全文
posted @ 2017-10-19 13:03 VincentZhu
阅读(391)
评论(0)
推荐(0)
编辑
mongoengine使用示例
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- ''' Created on 2017年10月19日 @author: zzy ''' from mongoengine import * #连接数据库 def lazy_connect(): #mongodb://dbuser:sa123@192.168.1.58:27017/db_datac...
阅读全文
posted @ 2017-10-19 12:01 VincentZhu
阅读(1066)
评论(0)
推荐(0)
编辑
2017年9月25日
count failed: not master{ "note" : "from execCommand", "ok" : 0, "errmsg" : "not master" } at src/mongo/shell/query.js:191在SECONDARY节点无法show dbs
摘要: count failed: not master{ "note" : "from execCommand", "ok" : 0, "errmsg" : "not master" } at src/mongo/shell/query.js:191 在SECONDARY节点无法show dbs 主从启动
阅读全文
posted @ 2017-09-25 09:28 VincentZhu
阅读(549)
评论(0)
推荐(0)
编辑
2017年9月21日
jwt-dotnet使用示例
摘要: https://github.com/jwt-dotnet/jwt
阅读全文
posted @ 2017-09-21 17:33 VincentZhu
阅读(443)
评论(0)
推荐(0)
编辑
2017年9月1日
CentOS7使用firewalld打开关闭防火墙与端口
摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemctl是CentOS7的服务管理工具中主要的工具,它融合之前service和chkconfig...
阅读全文
posted @ 2017-09-01 10:14 VincentZhu
阅读(592)
评论(0)
推荐(0)
编辑
2017年8月28日
MongoDB集群配置笔记
摘要: firewall-cmd --query-port=27017/tcp yum install system-config-firewall-tui firewall-cmd --zone=public --add-port=27017/tcp --permanent # systemctl unm
阅读全文
posted @ 2017-08-28 16:57 VincentZhu
阅读(135)
评论(0)
推荐(0)
编辑
Configure MongoDB Replica Set
摘要: Table of Contents Introduction Requirements Create Replica Set Add Secondary Members Add an Arbiter Introduction A replica set provides MongoDB with r
阅读全文
posted @ 2017-08-28 16:56 VincentZhu
阅读(259)
评论(0)
推荐(0)
编辑
2017年8月25日
MongDB集群部署
摘要: http://blog.csdn.net/luonanqin/article/details/8497860 参数解释: dbpath:数据存放目录 logpath:日志存放路径 pidfilepath:进程文件,方便停止mongodb directoryperdb:为每一个数据库按照数据库名建立文
阅读全文
posted @ 2017-08-25 16:37 VincentZhu
阅读(209)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
···
12
下一页