如下所示 给出2个解法
def euler_problem_18_1():
"""
this problem spend my half-day but noting to finished ,so bad
"""
rows = '''
3
7 4
2 4 6
100 5 9 3
'''
...
分类:
编程语言 时间:
2014-06-07 01:28:18
阅读次数:
261
之前是XP上用的是 WaveCN 2.0.0.5,但这个软件好久没更新了,不支持WIN7终于找到了Audio Record Wizard V6.99,虽然没 WaveCN 2.0.0.5好用,但也完全满足需求,有需要的可以试一下使用方法:1.打开界面如下2.选择喇叭/耳机3.点击红色的录音按钮开始录音,录完音点击停止按钮保存文件就可以了。...
今天是2014-05-27,今天遇到一个lib问题,再次记录一下。这是一个案例,更是一种解决该问题的方法过程。
当我们在使用sqlplus 登陆unix数据库的时候,有可能出现类似:xxxxxx bad ELF interpreter: No such file or directory的问题。该问题的原因也是lib的问题。正常情况如下:
[root@dg1 ~]# su - oracle
[...
分类:
数据库 时间:
2014-06-05 00:20:29
阅读次数:
371
当我们创建Web Performance and Load Test
Project时,经常会遇到下面这些问题: 1. 当点击Add Recording时, 左边的record tree没有出现: 解决方法: 打开IE
Manage add-ons: Enable “Microsoft Web Te...
分类:
Web程序 时间:
2014-06-03 11:12:59
阅读次数:
369
1. MongoDB是一个Document Database。A record in MongoDB
is a document,MongoDB documents are similar to JSON
objects。一个Document可以包含其他Documents,并且可以包含Arrays和...
分类:
数据库 时间:
2014-06-03 09:09:17
阅读次数:
313
type node1=record go,next:longint;end; node2=record
l,r,mx,sum:longint;end;var i,x,y,n,q,tmp,cnt,sz,code:longint; ch,st:string;
fa:a...
分类:
其他好文 时间:
2014-06-01 11:45:18
阅读次数:
374
对于不同文件中的数据,有时候有对应关系,需要进行连接(join),获得一个新的文件以便进行分析。比如有两个输入文件a.txt,b.txt,其中的数据格式分别如下
1 a
2 b
3 c
4 d
1 good
2 bad
3 ok
4 hello
需要将其连接成一个新的如下的文件:
a good
b bad
c ok
d hello
处理步骤可以分成两步:
1.map阶段,将两个输入文件...
分类:
其他好文 时间:
2014-06-01 09:05:01
阅读次数:
325
今天在测试网站的时候,在浏览器中输入http://localhost/时,发生如下错误:HTTP
Error 500.21 - Internal Server ErrorHandler
"WebServiceHandlerFactory-Integrated" has a bad module "M...
分类:
其他好文 时间:
2014-05-29 12:09:49
阅读次数:
192
安装samba:sudo apt-get install
samba修改samba配置:sudo nano /etc/samba/smb.conf修改内容如下去掉 security = user 前#在map to
guest = bad user 行下添加 guest account = pi共享...
分类:
其他好文 时间:
2014-05-27 23:39:38
阅读次数:
283
The 400 Bad Request error displays inside the
Internet browser window, just as web pages do.Cause of 400 Bad Request ErrorsThe
400 Bad Request error i...
分类:
其他好文 时间:
2014-05-27 17:51:33
阅读次数:
278