Yang Jie
Yang Jie
_custom.scss has no effect when I copy it from themes/adidoks/sass to /sass, and add some new style codes to it. But It's ok when I copy all subdirectory of themes/adidoks/sass...
> 以 C 语言为例,可以说自 malloc 拿到指向一个变量的指针到 free 将它回收之前的这段时间,这个变量在堆上存在。由于需要跨越函数调用,我们需要作为堆上数据代表的变量在函数间以参数或返回值的形式进行传递,而这些变量一般都很小(如一个指针),其拷贝开销可以忽略。 这段建议为:以 C 语言为例,malloc 分配到一块内存时,会在程序栈上创建指向它的指针变量。在创建成功到 free 将它回收之前的这段时间,这块内存本身以及指针变量都一直存在,内存块在堆上存在,指针变量在程序栈上存在。当需要跨越函数调用时,我们只需把作为堆上数据代表的指针变量在函数间以参数或返回值的形式进行传递,而这些变量一般都很小(如一个指针),其拷贝开销可以忽略。
> 比如对于 S 态时钟中断来说,如果 CPU 不高于 S 特权级,需要 sstatus.sie 和 sie.stie 均为 1 该中断才不会被屏蔽;如果 CPU 当前特权级高于 S 特权级,则该中断一定会被屏蔽。 这里说法有问题,RISC-V手册原文: > The SIE bit enables or disables all interrupts in supervisor...
The 'en' is specified. The url homepage is normal when the default_language=“en”, and automatically add '/xx-XX' for the other languanges. I have two question: first, if default language setting to...
On Gnome 45, fcitx5 works in foot, but not work with vscode and microsoft edge. It works in Hyprland. ``` Exec=/usr/bin/vscode -ozone-platform-hint=auto --enable-features=WebRTCPipeWireCapturer,WaylandWindowDecorations --enable-wayland-ime --unity-launch %F ```