✨小透明・宸✨
✨小透明・宸✨
#170 去掉了 `.rss-details` 的 `height: 100%` 似乎就解决这个问题了。在 RSS 的 dialog 里,`.rss-details` 两边同样是竖直方向撑满的 `.rss-items` 和 `.rss-desc` 都没有设定 `height`。
Brush up your COBOL: Why is a 60 year old language suddenly in demand? - Stack Overflow https://stackoverflow.blog/2020/04/20/brush-up-your-cobol-why-is-a-60-year-old-language-suddenly-in-demand/ COBOL 是一种有 60 年历史的编程语言,至今仍然被用于一些政府和银行的大型系统中。这篇文章对 COBOL 进行介绍,并通过编写一个计算所得税的程序作为简单的示例。
**Environment:** ``` Platform: Windows-11-10.0.26100-SP0 System: Windows System Version: 10.0.26100 Processor: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel SSE2: Yes AVX2: Yes NEON: No Architecture: Bits: 64bit Linkage: WindowsPE Python:...
目前是使用这种简单的检测方法: https://github.com/TransparentLC/LiteLoaderQQNT-PGP-Encryption/blob/938b4d8b9bfef3b224a569e912669949de0bbe3a/src/renderer/index.ts#L41-L44 之前也在 https://github.com/TransparentLC/LiteLoaderQQNT-PGP-Encryption/issues/1#issuecomment-2531409584 考虑过使用一个更详细的正则表达式检测整个消息,但是发现可能会 ReDoS,所以也没有实装。 ```js // 每一行后面有一个空格 `-----BEGIN PGP MESSAGE----- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx =xxxx -----END PGP MESSAGE----- `.match(/^-----BEGIN PGP MESSAGE-----\s*(?:.+?:.*\n)*\s*\n(?:[A-Za-z\d+\/]*\n?)*={0,2}\n=(?:[A-Za-z\d+\/]{4})?\n\s*-----END PGP MESSAGE-----\s*$/); ```
## Specific Demand > Hash calculation requires additional resources, and the larger the file size, the more time it takes. If I use dufs to serve files in GBs (such...