[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-12-25T06:12:14.581856+00:00</updated>
|
||||
<updated>2024-12-25T08:11:27.125612+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
@@ -65922,7 +65922,7 @@
|
||||
"id": 4787,
|
||||
"date": "2024-12-22T02:21:47",
|
||||
"text": "几天前和 Syama 打电话的时候她在写公司 VRChat 的项目,和我说不知道怎么写...\n\nVRChat 的语言 Udon# 真的很 <i class=\"custom-emoji\" emoji-src=\"emoji/6327950654941694400.webp\">🤡</i>,是魔改的 C# 但是只保留了非常少的功能,比如不能创建一个 pojo 类、不能有全局变量、不能用内置的数据结构比如 List 只有固定长度的 Array、不能用反射、不能用 lambda 或者传函数、也因此不能用 linq <i class=\"custom-emoji\" emoji-src=\"emoji/6323582802050680516.webp\">🛌</i>\n\n不能定义类的话,那想写一个动画库怎么办呢?想了想决定用扩展函数(给现有的类添加新的函数)来扩展 Dict 在 U# 里面写 Python 🌚\n\n所有数据都存进 Dict 把它当做类用,把类名写进 <code>__type__</code> 里面,所有值都存成 Any,需要访问的时候再动态 cast,<del>和 python 一样完全不检查类型</del> <i class=\"custom-emoji\" emoji-src=\"emoji/5445106967469105416.tgs\">☺️</i>\n\n...这样一番折腾之后终于重新实现了 C# 原本就有的东西 <i class=\"custom-emoji\" emoji-src=\"emoji/6170358057059485759.webm\">😪</i> 唉 VRChat 罪大恶极",
|
||||
"views": 79,
|
||||
"views": 80,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
@@ -65941,7 +65941,7 @@
|
||||
"id": 4788,
|
||||
"date": "2024-12-22T03:28:36",
|
||||
"text": "发现 Windows 没有 AV1 视频预览的问题装上 <a href=\"https://codecguide.com/download_k-lite_codec_pack_full.htm\">K-Lite Codec Pack</a> 就能解决,很奇妙的是这个软件三天前刚更新过但是网页看起来却像是二十年前的",
|
||||
"views": 80,
|
||||
"views": 81,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
@@ -66054,7 +66054,7 @@
|
||||
"id": 4795,
|
||||
"date": "2024-12-23T22:10:37",
|
||||
"text": "doge tool",
|
||||
"views": 65,
|
||||
"views": 66,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
@@ -66073,7 +66073,7 @@
|
||||
"id": 4798,
|
||||
"date": "2024-12-24T23:51:30",
|
||||
"text": "<a href=\"##谜题\">#谜题</a> 进了今月的排行榜",
|
||||
"views": 50,
|
||||
"views": 52,
|
||||
"forwards": 0,
|
||||
"media_group_id": 13880674321667541,
|
||||
"images": [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Wed, 25 Dec 2024 06:12:14 +0000</lastBuildDate>
|
||||
<lastBuildDate>Wed, 25 Dec 2024 08:11:27 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #4798</title>
|
||||
<link>https://aza.moe/life?post=4798</link>
|
||||
|
||||
Reference in New Issue
Block a user