Forwarded from QQ/TIM Update Log (喵柒柒🍀)
近期有遇到 PC QQ_NT 弹出广告弹窗的用户(图一)
可参考(图二至图四)的引导方法关闭
路径:QQ Game 侧边栏图标-左下角菜单设置中心-其他 “允许桌面右下角弹窗推送”(默认开启)
TG@ QQ/TIM For Update Log
可参考(图二至图四)的引导方法关闭
路径:QQ Game 侧边栏图标-左下角菜单设置中心-其他 “允许桌面右下角弹窗推送”(默认开启)
TG@ QQ/TIM For Update Log
👍1
国内手机厂商系统的本地化处理确实是一坨,比如 ColorOS 整个系统涉及到时区的地方就没几个对的。屏幕使用时间永远是东8区,就连自带日历的 CalDAV 同步也是。同步下来的日程,直接把时区信息咔嚓掉,全世界使用同一时区的大梦在 ColorOS 这里实现了。然后再在这个错误时间的基础上给你进行一下时区转换,日程原地平移x小时,不知道的还以为别人日程都是半夜到凌晨进行呢。
理解动态范围 (Dynamic Range) 和信噪比 (SNR) 在对比相机时的含义
https://www.lumenera.com/blog/understanding-dynamic-range-and-signal-to-noise-ratio-when-comparing-cameras
https://www.lumenera.com/blog/understanding-dynamic-range-and-signal-to-noise-ratio-when-comparing-cameras
Lumenera
Understanding Dynamic Range and Signal-to-Noise Ratio When Comparing Cameras Teledyne Lumenera
Dynamic Range and Signal-to-Noise Ratio are characteristics that are very helpful when comparing cameras and trying to select the particular camera to meet your needs.Dynamic Range and Signal-to-Noise Ratio are commonly mistaken with one another, so let’s…
You can use
P.S. I saw many using Enigma Virtual Box to create portable apps. I haven't tried but it looks promising
%WT_SETTINGS_DIR% environment variable in Windows Terminal profiles. This was mentioned in an update but haven't shown in any official documentations. It can be very useful combined with the use of .portable marker file to achieve a similar effect like .bashrc, when you want to make Windows Terminal fully portable.P.S. I saw many using Enigma Virtual Box to create portable apps. I haven't tried but it looks promising
Forwarded from 𝓡𝓲𝔁
使用CDN要帶上哈希校驗
<script src="https://example.com/example-framework.js"
integrity="sha384-Li9vy3DqF8tnTXuiaAJuML3ky+er10rcgNR/VqsVpcw+ThHmYcwiB1pbOxEbzJr7"
crossorigin="anonymous"></script>
PaperCube(日常版)
使用CDN要帶上哈希校驗 <script src="https://example.com/example-framework.js" integrity="sha384-Li9vy3DqF8tnTXuiaAJuML3ky+er10rcgNR/VqsVpcw+ThHmYcwiB1pbOxEbzJr7" crossorigin="anonymous"></script>
MDN Web Docs
Subresource Integrity - Security | MDN
Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource…
关于 C++ Concepts 两个我觉得很重要的用法/定义但是 cppreference 中(似乎)没有提到的地方
source: C++ 20 Final Draft (N4860)
source: C++ 20 Final Draft (N4860)
https://martin.ankerl.com/2022/08/27/hashmap-bench-01/
https://github.com/martinus/unordered_dense/blob/main/include/ankerl/unordered_dense.h
真的好快,爱了!
(<= 8 bytes 的 key,
我除了调库我还能干点啥😢
https://github.com/martinus/unordered_dense/blob/main/include/ankerl/unordered_dense.h
真的好快,爱了!
(<= 8 bytes 的 key,
std::unordered_map 开了 O2 比 java.util.HashMap 还慢,我真的受不了了)