会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
@SkySea
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
12
下一页
2017年12月15日
NPOI.XWPF生成WORD,设置Table单元格的背景色
摘要: tr.GetCell(0).SetColor("#fbd4b4");
阅读全文
posted @ 2017-12-15 16:33 VincentZhu
阅读(3369)
评论(0)
推荐(0)
编辑
2017年11月17日
Python 如何将字符串转为字典
摘要: 在工作中遇到一个小问题,需要将一个 python 的字符串转为字典,比如字符串: 我们想把它转为下面的字典: 有以下几种方法: 1、通过 json 来转换 但是使用 json 进行转换存在一个潜在的问题。 由于 json 语法规定 数组或对象之中的字符串必须使用双引号,不能使用单引号 (官网上有一段
阅读全文
posted @ 2017-11-17 11:57 VincentZhu
阅读(132136)
评论(5)
推荐(23)
编辑
2017年11月16日
Python正则表达式匹配日期与时间
摘要: https://www.pythonxyz.com/10025-python-regex-match-date-time.xyz
阅读全文
posted @ 2017-11-16 17:44 VincentZhu
阅读(43261)
评论(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
阅读(369)
评论(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
阅读(416)
评论(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
阅读(1134)
评论(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
阅读(638)
评论(0)
推荐(0)
编辑
2017年9月21日
jwt-dotnet使用示例
摘要: https://github.com/jwt-dotnet/jwt
阅读全文
posted @ 2017-09-21 17:33 VincentZhu
阅读(528)
评论(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
阅读(603)
评论(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
阅读(149)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
···
12
下一页