Python有很多有用有趣的内置函数,比如reduce,map,filter,lambda,zip等。已经写过了lambda和zip相关的博客。继续写关于reduce,map,filter。
Map
首先用help方法看一下map的具体用法。
help(map)
# result
Help on built-in function map in module __buil...
分类:
编程语言 时间:
2014-11-15 10:11:19
阅读次数:
289
#!/bin/bash#setenvexportLANG="en_US.UTF-8"exportPATH=$PATH:/bin/sbin:/usr/sbin#whetherroottorunninguserif[[$(whoami)!=root]];thenecho"pleasesu-rootrunthescript."fiSERVICE=`whichservice`CHKCONFIG=`whichchkconfig`./etc/init.d/functions#installpackagesinstallT..
分类:
其他好文 时间:
2014-11-15 06:42:14
阅读次数:
143
\subsection{Even and Odd Functions}For a function $f$ in the form $y=f(x)$, we describe its type of symmetry bycalling the function \textbf{even}\inde...
分类:
其他好文 时间:
2014-11-14 21:08:38
阅读次数:
275
通过多说服务器缓存加速Gravatar 头像将下面的代码丢入WordPress 主题下的functions.php 文件(代码来自于 麦田一根葱 ,感谢原作者):12345function mytheme_get_avatar($avatar) {$avatar = str_replace(arra...
分类:
其他好文 时间:
2014-11-14 12:24:25
阅读次数:
167
#!/bin/bash#setenvexportLANG="en_US.UTF-8"exportPATH=$PATH:/bin/sbin:/usr/sbin#whetherroottorunninguserif[[$(whoami)!=root]];thenecho"pleasesu-rootrunthescript."fiSERVICE=`whichservice`CHKCONFIG=`whichchkconfig`./etc/init.d/functions#installpackagesinstallT..
分类:
其他好文 时间:
2014-11-14 01:44:19
阅读次数:
189
#include #include #include #include Dim $XS_n$Debug_SB = False ; Check ClassName being passed to functions, set to True and use a handle to another co...
分类:
其他好文 时间:
2014-11-13 15:55:30
阅读次数:
368
我目前使用的版本是2.7.6>>> help (range)Help on built-in function range in module __builtin__:range(...) range(stop) -> list of integers range(start, stop...
分类:
编程语言 时间:
2014-11-13 00:18:46
阅读次数:
298
MAC升级到最新系统后 本地测试的站点不能正常运行,其原因是mac系统升级后 他的apache的版本也随之升级了版本Server version: Apache/2.4.9 (Unix)Server built: Sep 9 2014 14:48:20升级前的版本为 10.9Server vers....
分类:
Web程序 时间:
2014-11-12 02:04:01
阅读次数:
359
this bundle is invalid . new apps and app updates submitted to the app store must be built with public在网上查了好久,始终告诉我,要使用xcode5,和IOS7可是奇怪的是我本来使用的就是xcode...
分类:
移动开发 时间:
2014-11-11 12:35:53
阅读次数:
195
在使用Eclipse进行开发的时候,出现了如下的问题:
Description Resource Path Location Type
The project was not built due to "A resource exists with a different case: '/SeenTaoImp_zhV2/bin/seentao'.". Fix the problem, th...
分类:
系统相关 时间:
2014-11-10 20:02:08
阅读次数:
448