会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vercont
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
35
下一页
2018年9月29日
TypeError: 'encoding' is an invalid keyword argument for this function 解决Python 2.7
摘要: 在python2.7中这样调用代码open('file/name.txt','r',encoding= 'utf-8').read()会出现TypeError: 'encoding' is an invalid keyword argument for this fu...
阅读全文
posted @ 2018-09-29 23:09 vercont
阅读(2849)
评论(0)
推荐(0)
2018年9月24日
word-ladder leetcoder C++
摘要: Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, such that:On...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(183)
评论(0)
推荐(0)
word-ladder leetcoder C++
摘要: Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, such that:On...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(138)
评论(0)
推荐(0)
word-break leetcoder C++
摘要: Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictio...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(93)
评论(0)
推荐(0)
word-break leetcoder C++
摘要: Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictio...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(151)
评论(0)
推荐(0)
word-break-ii leetcode C++
摘要: Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Re...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(94)
评论(0)
推荐(0)
word-break-ii leetcode C++
摘要: Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Re...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(178)
评论(0)
推荐(0)
valid-palindrome leetcode C++
摘要: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example, "A man, a pl...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(111)
评论(0)
推荐(0)
valid-palindrome leetcode C++
摘要: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases.For example, "A man, a pl...
阅读全文
posted @ 2018-09-24 18:12 vercont
阅读(151)
评论(0)
推荐(0)
triangle leetcode C++
摘要: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For exampl...
阅读全文
posted @ 2018-09-24 18:11 vercont
阅读(143)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
35
下一页
公告