|
b*******t 发帖数: 34 | 2 新手问个问题。下面的PYTHON程序
在decorator里面是怎么绑定的? 这个程序里
n <---5
func <---LLL
args,kwds <--- a,b (or 1,1)
是什么样的规则?
========================
> cat a.py
def XXX(n):
def Wrapper (func):
def S(*args,**kwds):
for i in xrange(n):
print 20+func(*args, **kwds), ","
return S
return Wrapper
@XXX(5)
def LLL(a,b):
return a+b+1
print LLL(1,1)
========================
》python a.py
23 ,
23 ,
23 ,
23 ,
23 ,
None |
|
|
l*******G 发帖数: 1191 | 4 #!/usr/bin/python
def permu(xs):
if xs:
r , h = [],[]
for x in xs:
if x not in h:
ts = xs[:]; ts.remove(x)
for p in permu(ts):
r.append([x]+p)
h.append(x)
return r
else:
return [[]]
def product(*args, **kwds):
# product('ABCD', 'xy') --> Ax Ay Bx By Cx Cy Dx Dy
... 阅读全帖 |
|
l*******G 发帖数: 1191 | 5 #!/usr/bin/python
def permu(xs):
if xs:
r , h = [],[]
for x in xs:
if x not in h:
ts = xs[:]; ts.remove(x)
for p in permu(ts):
r.append([x]+p)
h.append(x)
return r
else:
return [[]]
def product(*args, **kwds):
# product('ABCD', 'xy') --> Ax Ay Bx By Cx Cy Dx Dy
... 阅读全帖 |
|
m********2 发帖数: 89 | 6 @XXX(5)
def LLL():
...
is the same as
def LLL():
...
LLL = XXX(5)(LLL)
so the new LLL is the same as
def S(*args,**kwds):
for i in xrange(5):
print 20+LLL(*args, **kwds), ","
return S |
|
w*******y 发帖数: 60932 | 7 30% off deals on some nice Klipsch and Sennheiser headphones at buydig.com
30% in cart coupon code HEADPHONE3030
notable good deals:
Klipsch Image S4i Premium Noise-Isolating Headset with 3-Button Apple
Control $69.90 with free shipping after applying the in cart coupon code
HERE:
http://www.buydig.com/shop/product.aspx?sku=KLPSIMAGES4I
Sennheiser RS 160 Over-Ear Digital Wireless Headphone $139.97 with free
shipping after applying the in cart coupon code HERE:
http://www.buydig.com/shop/product.... 阅读全帖 |
|
|
|
b********n 发帖数: 38600 | 10 Achieving Our Country : Leftist Thought in Twentieth-Century America
https://www.amazon.com/dp/0674003128/?tag=googhydr-20&hvadid=31055443885&
hvpos=1t1&hvnetw=g&hvrand=15869036787568306760&hvpone=&hvptwo=&hvqmt=b&hvdev
=c&hvdvcmdl=&hvlocint=&hvlocphy=9061081&hvtargid=kwd-36182006275&ref=pd_sl_
3edews6elg_b
There are many shameful incidents in America's past: the institution of
slavery, genocidal assaults on the indigenous peoples of this continent, the
escalation of the Vietnam War, and so on. ... 阅读全帖 |
|
|
|
|
|
|
m****9 发帖数: 4 | 16 I have a ticket for the sleeping beauty ballet show
Information is at http://orders.tickettriangle.com/ResultsGeneral.aspx?stype=0&kwds=Pacific Northwest Ballet: The Sleeping Beauty
Ticket is around $100 - $200 depending on the seat
Ticket is good for Thursday or Friday 7:30 and you need to call ahead to
book the seat.
I am not planning to go. Ask for $40 If you are interested, please send
email. |
|
|
|
m****6 发帖数: 738 | 19 https://www.bankoncit.com/product-savings.htm?pk_campaign=CITcomReferral&pk_
kwd=SavingsPage-LearnMore&jt=1&jmt=1&js=100&jsid=31351&jaid=36086&jcp=
SavingsPage-LearnMore
网上看了看 没有特别的负面review 求评价求拍
----------------------------------------------------
update 打电话问了下credit check 是soft pull 于是我就自己做小白鼠了
基本情况是FDIC保险的银行 2000年好像快破产过 没有仔细研究……
至少存100块 ayp是0.9% 如果存够25k 利率是1.05% 目前
反正比BOA升级到money market saving 还多,于是我BOA和CIT先都keep着 一个存取方
便 一个利率高点
然后开始琢磨下 手头就这芝麻点钱 可以干点嘛。。。 |
|
|
|
|
|
|
|
|
T*******x 发帖数: 8565 | 27 Thanks.
cti=&scs=true&kwd=pentax+kx&x=0&y=0 |
|
|
l****x 发帖数: 365 | 29 先别着急!我们是7月28日收到的通知要求补交材料,4月20收据的,汗!8月1日那边收
到我们的补充材料(按照我猜的list补充的,见2)部分),8月5日我们又按照收到的
要求补充财产证明的正式邮件重新寄送了材料,请见1)部分),收到材料后官方说法
是2-3周给消息,我们还在等!期间跑去了本地移民局请officer帮忙加急,给出24号肯
定能有信的保证
1)财产问题
我们是财产证明认为不够、没交什么亲子关系证明啊,父母的资助statement啊,此外
i20上要3万多,即使你提交的bankstatement是7万多,也有可能那帮人不会算,硬是以
为你只提供3万多,他们按照3/9*12=4w+认为你钱数不够,你的学校financial
affidavit上可能也某个地方写了你提供3w+,他们就这么nc的!
为了补交材料,我们重新提供了(即使已经交了,最好重新提供一边):
父母银行存款证明中英对照,
亲子关系证明
父母愿意提供资助的statement,kwd:direct accessible to the money and can
immediately provide to you w... 阅读全帖 |
|
l********g 发帖数: 116 | 30 各个银行的trading/research team有各自的SGD NEER basket
大体上有以下货币
MYR USD EUR CNY JPY HKD TWD IDR THB KRW AUD
GBP INR PHP KWD SAR
有的银行的basket包含12个,比如DB
有的14个,比如UBS
有的16个,比如CSFB
然后就是各个货币有不同的weight
比如,USD,一般在 10% ~ 20% , 每个银行有不同的weight
CNY, 7% ~ 15%
MYR, 10% ~ 20%
etc
前几年一个popular的arb trade就是SGD vs NEER basket |
|
|
w*******7 发帖数: 412 | 32 【 以下文字转载自 NextGeneration 讨论区 】
发信人: wonder007 (embracing everything), 信区: NextGeneration
标 题: 纽约moving sale,和孩子有关的电器,stroller,玩具等等
发信站: BBS 未名空间站 (Sat Mar 1 22:45:46 2014, 美东)
搬家有很多儿童玩具,9。9成新。基本没有玩,包装全在。
儿童吉他,和下面这个好像一样,现在$9出。
easy-to-play 28" student acoustic guitar is perfect for the budding rock
star
http://www.amazon.com/student-ac ... +guitar+debutant+28
Imaginarium Play Away Activity Walker,现在$19出。
http://www.toysrus.com/buy/birthday-center-baby-s-first-birthda
infantino 的baby carrie, 好像不... 阅读全帖 |
|
k********i 发帖数: 25 | 33 搬家大卖:
小孩东西:托马斯加湿器,bouncer,scooter, exesaucer,stroller
家具(书桌,电脑椅,书架,地灯,台灯,床,餐桌餐椅,挂画),
电器:大小电视,sony家庭影院,钱柜效果卡拉ok系统,雅马哈电子琴,加湿器,吸尘器,
电高压锅(中英文指示),面包机(可以做馒头包子)咖啡机,果汁机,磨碎机,吹风机,熨斗
高尔夫球具,零度睡袋,防潮垫,cooler,烧烤炉
详见下面list,所有的价格都好商量。
照片请看这个链接
https://picasaweb.google.com/102712474856589840858/MovingSale?authuser=0&
feat=directlink
Location: UTC Area Zip Code 92122
站内信 或者 email c*********[email protected]
谢谢
Cathy
===============================================
Baby's
KOLCRAFT 2-in-1 activity center/exersaucer 35... 阅读全帖 |
|
|
|
|
|
C*****y 发帖数: 510 | 38 我有个Rebel XT,用了5,6年了,想升级成Canon T2i,把XT给父母用。
网上看Canon T2i有两种镜头:18-135和18-55
18-135贵200块
http://www.buydig.com/shop/search.aspx?kwd=Canon+EOS+Rebel+T2i+
不确定是否该多花这200块。哪位能给指点一下。
18-135究竟有多大的好处。
如果好处不大,就买个便宜的,也轻一些,另外如果弄坏了(有小孩在家),心疼的轻
些。
我目前通常用来给孩子,家里人照相,一般的室内室外。当然孩子大了也会旅游多些。
另外,目前我有个50mm f1.4的canon镜头。
谢谢啦!:) |
|
|
|
|
|
d******8 发帖数: 2191 | 43 太便宜啦,gasbuddy上看只有wyoming能到2.63,低于1块的单位是KWD吗? |
|
|
m********5 发帖数: 17667 | 45 别误入歧途了
我10年前也是成天诼磨这种茴字有几种写法,后来发现实际应用中根本没有。
用map,reduce这些因为内部纯C实现的,是能提高一些效率,因此在读起来写起来很直
白的时候可以适当应用。而list comprehension 原本是为了增加阅读性的,你如果写
一个list comprehension还要绞尽脑汁,别人怎么读? 停吧! 这既提高不了运行效率
,又让人读得难受的code千万别写。
要追求效率用java,要追求更高的效率用C吧。python应该是流畅地像谈心一样的书写。
读起来也应该像读轻小说一样容易。
如果为了考验智力,节省code行数,大可以用brainfuck, FALSE,写出来的code除了你
没人能看懂,好多程序只要十几个字符搞定,多高端大气上档次!
python还有一个方向是像写日记一样轻快,写完几乎不用debug就直接跑,跑完就扔。
為什麼跑完就扔呢?因为这种日记一样的书写方式会大量使用一些黑话,比如最常见的
var=default_val,*args,**kwds。这种东西在当时写起来异常舒适,因为你自己知道哪
些值可以传入,哪些值不写就有默认值... 阅读全帖 |
|
|
|
f****e 发帖数: 923 | 48 https://www.freedompop.com/offer/htc-desire-510-white-1p-2x?ftm_source=
google&ftm_medium=cpc&ftm_campaign=FreedomPop:US:CLW:SRC:KWD:DTM&ftm_
placement=-&ftm_term=e-freedompop&ftm_network=search-g&ftm_content=
122066800519-1t1&ftm_adgroup=FreedomPop:SIM&gclid=Cj0KEQjwr7S-BRD96_
uw9JK8uNABEiQAujbffA6DxrRAeu_wzCmqEYCzHe0njcVdq1usIFUTWFzPqXkaAl228P8HAQ
本人电话很少,现在用truphone,去年2月买的sim卡,到现在只用不5刀的话费,还有
必要上自由泡这个sim卡吗? |
|
N*****5 发帖数: 502 | 49 Moto E 2nd Gen 4G TD-LTE, White $19.99
https://www.freedompop.com/offer/moto-e-premium-2?utm_expid=64567622-81.
CELllA3YSY-2Vy9r7rrZlQ.1&ftm_source=google&ftm_medium=cpc&ftm_campaign=
FreedomPop:US:CLW:SRC:KWD:DTM&ftm_placement=-&ftm_term=e-freedomtop&ftm_
network=search-g&ftm_content=144471873005-1t1&ftm_adgroup=FreedomPop&gclid=
CjwKEAjwj92_BRDQ-
NuC98SZkWYSJACWmjhlNUljUgFudUDyMMlyLvCBy3unEjSCYpHFqSPueuxqIhoCiHzw_wcB&utm_
referrer=https%3A%2F%2Fwww.google.com%2F |
|