bigboNed3's recent timeline updates
To be everywhere is to be nowhere. People who spend their whole life travelling abroad end up having plenty of places where they can find hospitality but no real friendships.
- Seneca. Letters from a Stoic (Classics S.) (p. 33). Penguin Books Ltd.
Aug 11, 2021
You should be extending your stay among writers whose genius is unquestionable, deriving constant nourishment from them if you wish to gain anything from your reading that will find a lasting place in your mind.
- Seneca. Letters from a Stoic (Classics S.) (p. 33). Penguin Books Ltd.
Aug 11, 2021
Nothing great comes into being all at once, for that is not the case even with a bunch of grapes or a fig.
- Epictetus. Discourses, Fragments, Handbook (Oxford World's Classics) . OUP Oxford.
Aug 11, 2021
bigboNed3

bigboNed3

V2EX member #245076, joined on 2017-07-28 10:02:32 +08:00
bigboNed3's recent replies
@jorneyr
```
// [4] 范型向上类型转换
// 相当于 Java 的范型用 ? 来接收任意类型的范型如
// List<String> list1 = new LinkedList<>();
// List<?> list2 = list1;
rsp3 := Response[any]{Code: rsp2.Code, Success: rsp2.Success, Data: rsp2.Data}

```
这个感觉最长公共子序列可以啊
return len(longest_common_subsequence(s)) > 0.7 * len(s)
Jun 24, 2020
Replied to a topic by firhome 程序员 请教快速解析文本 html 的工具?
python beautifulsoup
java jsoup
基本每个语言都会有对应的 soup
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3834 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 04:32 · PVG 12:32 · LAX 21:32 · JFK 00:32
♥ Do have faith in what you're doing.