码迷,mamicode.com
首页 >  
搜索关键字:python list tuple    ( 183691个结果
How to install semanage on CentOS 6.3
yum install policycoreutils-python
分类:其他好文   时间:2014-05-10 07:59:06    阅读次数:163
ActionBar Fragment的一个sample activity
public class MainActivity extends ActionBarActivity { private static ActivityManager am; private static List appList; private static List ta...
分类:其他好文   时间:2014-05-10 07:49:35    阅读次数:256
leetcode题目:Clone Graph
题目: Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled uniquely. We use # as a separat...
分类:其他好文   时间:2014-05-09 22:31:35    阅读次数:353
前台网址收集
http://www.xwcms.net/js/list/jquerytx/jquerytx_1.html
分类:其他好文   时间:2014-05-09 21:43:35    阅读次数:196
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
Linux 查看系统硬件信息(实例详解)
cpulscpu命令,查看的是cpu的统计信息.blue@blue-pc:~$lscpu Architecture:i686#cpu架构 CPUop-mode(s):32-bit,64-bit ByteOrder:LittleEndian#小尾序 CPU(s):4#总共有4核 On-lineCPU(s)list:0-3 Thread(s)percore:1#每个cpu核,只能支持一个线程,即不支持超线程 Core(s)perso..
分类:系统相关   时间:2014-05-09 21:21:28    阅读次数:579
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
迷上了代码!