[U] Update channel content
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2024-03-23T12:09:01.470981+00:00</updated>
|
||||
<updated>2024-03-23T14:10:46.969078+00:00</updated>
|
||||
<link href="https://aza.moe/life" rel="alternate"/>
|
||||
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
|
||||
<logo>https://aza.moe/meru_256px.png</logo>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -47714,7 +47714,7 @@
|
||||
"id": 3496,
|
||||
"date": "2024-03-20T04:42:35",
|
||||
"text": "今天给 Kotlin 开了一个 <a href=\"https://github.com/JetBrains/kotlin/pull/5278\">PR</a>!第一次给这么大的项目开 PR,好开心\n\n起因是,在给我的私服写导入数据的功能的时候测速发现 <code>str.lines()</code> 好慢,然后发现它的实现方法是 <code>str.split(\"\\r\\n\", \"\\n\", \"\\r\")</code>,但是 split 多个子字符串是一个复杂的运算\n\n试试改成先把所有换行符替换成 <code>\\n</code> 再 <code>split('\\n')</code> 之后速度直接提升了 7 倍,好耶 qwq",
|
||||
"views": 54,
|
||||
"views": 55,
|
||||
"forwards": 0,
|
||||
"media_group_id": 13687278046831213,
|
||||
"images": [
|
||||
@@ -47876,7 +47876,7 @@
|
||||
"id": 3509,
|
||||
"date": "2024-03-23T00:27:17",
|
||||
"text": "腾讯也开始用用户训练模型了",
|
||||
"views": 66,
|
||||
"views": 67,
|
||||
"forwards": 1,
|
||||
"images": [
|
||||
{
|
||||
@@ -47895,7 +47895,7 @@
|
||||
"id": 3510,
|
||||
"date": "2024-03-23T09:18:29",
|
||||
"text": "<a href=\"##wactroller\">#wactroller</a> 搭好了!",
|
||||
"views": 30,
|
||||
"views": 36,
|
||||
"forwards": 1,
|
||||
"media_group_id": 13689484078512421,
|
||||
"images": [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Sat, 23 Mar 2024 12:09:01 +0000</lastBuildDate>
|
||||
<lastBuildDate>Sat, 23 Mar 2024 14:10:46 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #3510</title>
|
||||
<link>https://aza.moe/life?post=3510</link>
|
||||
|
||||
Reference in New Issue
Block a user