码迷,mamicode.com
首页 >  
搜索关键字:mac book python 编写第一个 fabric 测试样例    ( 160943个结果
templates(1.2)
max.hpp/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Add...
分类:其他好文   时间:2014-05-10 08:18:25    阅读次数:394
How to install semanage on CentOS 6.3
yum install policycoreutils-python
分类:其他好文   时间:2014-05-10 07:59:06    阅读次数:163
iCloud介绍
iCloud是苹果的云服务技术,它的重点是提供数据的存储服务。苹果为每个用户免费提供5GB的云服务空间。iCloud被整合到iOS 5和Mac OS X v10.7.4中,使用这些设备的用户,只需要在多个设备中设置苹果账号(Apple ID)就可以同步、共享和备份数据。例如:我的iPhone手机上的...
分类:其他好文   时间:2014-05-10 06:32:24    阅读次数:337
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
python 实现 全角字符 传转换成 半角字符串
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> def strQ2B(ustring): #把全角字符串转半角         ustr...
分类:编程语言   时间:2014-05-09 22:27:33    阅读次数:342
Python 通过网站search功能监控网站内容更新
更多信息访问个人博客:http://cloudbps.com接到需求帮朋友监控一个信息网站,当该网站有相关的数据更新的时候发送信息到指定邮箱.下面是相关的python脚本,用到了httplib,time,sys,smtplib模块#!/usr/bin/envpython#coding=utf8importhttplib,time importsys importsmtplib reloa..
分类:编程语言   时间:2014-05-09 21:41:15    阅读次数:439
pomelo--a安装时候错误总结
安装pomelo时发现:错误解释:node-gyp和node的版本不一致,有可能是python版本太低,默认是2.6.6最后更改node版本和python版本node版本是10.2.6python版本是2.7.3再次重新安装无错误
分类:其他好文   时间:2014-05-09 21:32:43    阅读次数:451
python 判断数据类型
importtypesaaa=0printtype(aaa)iftype(aaa)istypes.IntType:print"thetypeofaaaisint"ifisinstance(aaa,int):print"thetypeofaaaisint"bbb=‘hello‘printtype(bbb)iftype(bbb)istypes.StringType:print"thetypeofbbbisstring"ifisinstance(bbb,str):print"thetypeofbbbisstring..
分类:编程语言   时间:2014-05-09 21:28:19    阅读次数:474
pomelo---- chat----初级搭建
一、安装pomelo安装前准备:根据需要安装相应版本的Python和node[root@AY14041810545836988bZopt]#python--versionPython2.6.6一、下载Python2.7.3,此版本是适合node-gpy的#wgethttp://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz22.#tar-jxvfPython-2.7.3.tar.bz23.cdP..
分类:其他好文   时间:2014-05-09 21:27:46    阅读次数:493
AWS s3 python sdk code examples
Yet another easy-to-understand, easy-to-use aws s3 python sdk code examples....
分类:编程语言   时间:2014-05-09 20:51:39    阅读次数:703
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!