上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页
摘要: 测试安装cd ENV. bin/activateyum install libxml2-devel libxslt-develpip install soaplib安装中遇到的问题:UnicodeDecodeError ...export LANG="en_US.UTF-8" #临时改变LANG环境... 阅读全文
posted @ 2015-04-23 12:14 flowjacky 阅读(451) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wawlian/archive/2012/05/22/2512801.htmlhttp://www.cnblogs.com/wawlian/archive/2012/12/08/2808503.htmlhttp://coolshell.cn/articl... 阅读全文
posted @ 2015-04-22 22:03 flowjacky 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 廖雪峰教程:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/00138681965108490cb4c13182e472f8d87830f13be6e88000http://wklk... 阅读全文
posted @ 2015-04-19 23:03 flowjacky 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 服务器端CentOS 6.5下编辑/etc/ssh/sshd_configMacOSx下编辑/etc/sshd_config#开启公钥验证RSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile .ssh/authorized_k... 阅读全文
posted @ 2015-04-19 16:29 flowjacky 阅读(190) 评论(0) 推荐(0) 编辑
摘要: CentOS 7yum install python-virtualenvvirtualenv --no-site-packages testenv #不依赖真实环境的packages用 --no-site-packagescd testenvsource ./bin/active #开启... 阅读全文
posted @ 2015-04-13 18:12 flowjacky 阅读(170) 评论(0) 推荐(0) 编辑
摘要: suds官方:https://fedorahosted.org/suds/wiki/Documentation互联网公开WSDL:http://www.webxml.com.cn/zh_cn/web_services.aspxhttp://www.cnblogs.com/w2011/archive/... 阅读全文
posted @ 2015-04-13 17:44 flowjacky 阅读(1773) 评论(0) 推荐(0) 编辑
摘要: 正常时输出追踪信息:import tracebackdef stack(): print 'The python stack:' traceback.print_stack()from twisted.internet import reactorreactor.callWhenRunn... 阅读全文
posted @ 2015-04-12 18:49 flowjacky 阅读(683) 评论(0) 推荐(0) 编辑
摘要: CentOS6.5yum install python-devel,pippip install twisted参考:http://stackoverflow.com/questions/8629198/twisted-installation-failed-on-linux 阅读全文
posted @ 2015-04-12 15:16 flowjacky 阅读(175) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Security-Darren/p/4168392.htmlerrno.EWOULDBLOCK操作将会阻塞 阅读全文
posted @ 2015-04-11 23:39 flowjacky 阅读(147) 评论(0) 推荐(0) 编辑
摘要: http://goodcandle.cnblogs.com/archive/2005/12/10/294652.aspxhttp://yangrong.blog.51cto.com/6945369/1339593 阅读全文
posted @ 2015-04-11 21:37 flowjacky 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 23 下一页