上一页 1 ··· 48 49 50 51 52
摘要: from datetime import *format = "%Y-%m-%d %H:%M:%S"a=datetime.now()day=a.dayb=a.replace(day=day+1)s=b.strftime(format)#datetime类型转化成 string类型expire_tim... 阅读全文
posted @ 2015-06-05 20:24 圆旭 阅读(1063) 评论(0) 推荐(0)
摘要: 官网地址: https://www.dropbox.com/install?os=lnx自己的系统如果没有设置全局翻(qiang)代理,使用deb文件安装后不能直接使用,因为还需要到官网安装proprietary daemon等。可以使用自己代理+命令行的方式安装:官网的方法如下:32-bit:cd... 阅读全文
posted @ 2015-06-05 09:21 圆旭 阅读(223) 评论(0) 推荐(0)
摘要: 1) 安装sudo apt-get install mysql-serversudo apt-get install python-mysqldb2) 使用import MySQLdbdef get_db_connector(): return MySQLdb.connect(host='lo... 阅读全文
posted @ 2015-05-26 12:02 圆旭 阅读(212) 评论(0) 推荐(0)
摘要: 转自:1)http://specs.openstack.org/openstack/keystone-specs/api/v3/identity-api-v3.html#unauthorized 2)http://openq.cn/http-statuscode-status-code-2003... 阅读全文
posted @ 2015-05-21 09:44 圆旭 阅读(946) 评论(0) 推荐(0)
摘要: 1)sudo apt-get install python-pip#安装pip2) pip install Django==1.8.1 阅读全文
posted @ 2015-05-20 19:29 圆旭 阅读(193) 评论(0) 推荐(0)
摘要: (1) git配置global信息: (2) git branch: (3) git push: 阅读全文
posted @ 2015-05-20 18:34 圆旭 阅读(516) 评论(0) 推荐(0)
摘要: HTML-CSS-JS Prettify: 前端插件,使用 ctrl+shift+h 格式化代码 阅读全文
posted @ 2015-05-08 16:37 圆旭 阅读(151) 评论(0) 推荐(0)
摘要: 简单的用户注册页面:(html)包含用户名格式验证、邮箱格式验证、确认密码一致性验证和必填项验证。(纯javascript) 1 2 用户注册 3 4 47 48 49 50 用户名*:51 ... 阅读全文
posted @ 2015-05-08 16:11 圆旭 阅读(1237) 评论(0) 推荐(0)
摘要: # ***-qt5 2.1.0-1~ubuntu14.04.1 Profile Name: Server Address: #Your Server Address (Ipv4 | Ipv6), where runs a ssserver. Server Port: Password 阅读全文
posted @ 2015-04-29 18:48 圆旭 阅读(395) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52