【已解决】如何实时调试Python代码
crifan 8年前 (2017-11-03) 4050浏览 0评论
之前已经用: 【已解决】Mac中如何实现实时调试本地wordpress中插件的php代码 实现了用PhpStrom实时调试PHP代码。 在折腾自己的: http://github.com/crifan/BlogsToWordpress 期间,比如: ...
all python related
crifan 8年前 (2017-11-03) 4050浏览 0评论
之前已经用: 【已解决】Mac中如何实现实时调试本地wordpress中插件的php代码 实现了用PhpStrom实时调试PHP代码。 在折腾自己的: http://github.com/crifan/BlogsToWordpress 期间,比如: ...
crifan 8年前 (2017-11-03) 4525浏览 0评论
先记录相关的文档: BrowseNodeLookup – Product Advertising API Product Advertising API version Versioning – Product Adverti...
crifan 8年前 (2017-10-31) 4332浏览 0评论
之前在维护更新 crifan/BlogsToWordpress: 将(新版)百度空间,网易163,新浪sina,QQ空间,人人网,CSDN,搜狐Sohu,博客大巴Blogbus,天涯博客,点点轻博客等博客搬家到WordPress 时,发现之前写的调用...
crifan 8年前 (2017-10-18) 18873浏览 0评论
别人参考: 【记录】用PyInstaller把Python代码打包成单个独立的exe可执行文件 – 在路上 去折腾: 用pyinstaller 打包python工程,中间没有错误也没有warning。生成exe后点击是这样的 pyinstaller...
crifan 8年前 (2017-05-07) 2623浏览 0评论
折腾: 【记录】Mac中用Python去解析excel文件 期间,新建一个项目,选择对应的解析器是之前安装的Python3: 然后写了代码: # -*- coding: utf-8 -*-#!/usr/local/bin/python3 ...
crifan 8年前 (2017-05-06) 4188浏览 0评论
折腾: 【已解决】Mac中安装Python的第三方库:openpyxl 期间,需要去,在不影响已有的Mac中的Python2的情况下,去安装Python3 mac python 3 Python Releases for Mac OS X | Pyt...
crifan 8年前 (2017-05-06) 7059浏览 0评论
折腾: 【记录】Mac中用Python去解析excel文件 期间,需要去在Mac中,安装Python的第三方库openpyxl openpyxl Simple usage — openpyxl 2.4.7 documentation 用 openpy...
crifan 8年前 (2017-05-06) 4687浏览 0评论
python去解析excel python操作Excel读写–使用xlrd – lhj588 – 博客园 Python读取Excel数据 – Arts&Crafts – 博客园 py...
crifan 9年前 (2016-12-28) 5259浏览 0评论
(RunningFast) ➜ staging supervisorctl -c supervisor.conf restart runningfast_staging runningfast_staging: ERROR (not runn...
crifan 9年前 (2016-12-13) 12433浏览 1评论
(RunningFast) ➜ stable pip install boto3 Collecting boto3 Retrying (Retry(total=4, connect=None, read=None, redirect=No...