Results 6 comments of

最近才接触vue。看看3年前大佬的代码受益匪浅。 对了,语文课代表:是【登录】 不是【登陆】啊(指正)。

av和BV互转 兼容老的链接 ```python s = "fZodR9XQDSUm21yCkr6zBqiveYah8bt4xsWpHnJE7jL5VG3guMTKNPAwcF" d = {v: i for i, v in enumerate(s)} l = [11, 10, 3, 8, 4, 6] def AtoB(x:int): x = (x ^ 177451812)...

This is all a side effect of using Sprite. In the past (in v0), only `width` needed to be given, and height was automatically calculated based on the aspect ratio....

the warning is that the problem with the previous version is gone now🥰 I only gave width before and now complete height. > I'm not sure how you're using the...

> node-sass 搞半天弄不好,真是狗屎一坨 得`node

我在 fastapi0.86.0 中用GB2312的文本文件或者二进制文件测试: ```python content = await file.read() print(type(content)) # ``` 结果都是bytes, 没有遇到str的情况。我直接用wb+写入后可以正常使用 但是当我开启 vscode 的 type checking on后 会遇到警告:Type "bytes | str" cannot be assigned to type "bytes", "str"...