AomaYple
AomaYple
> 127.0.1.1 通常默认用于配置主机的全限定域名,是某种配置惯例。但是大部分情况下,配置为 127.0.0.1 也不会有什么大问题。极个别特殊情况可能需要配置为非 127.0.0.1 的地址。 > > 具体请参考wiki的手册[hosts](https://man.archlinux.org/man/hosts.5) 感谢
> 不用设置中文,直接参考arch官方文档安装中文字体,就能显示中文了 那能让终端输出中文吗
>  > > 终端不行,一些图形化软件里面是可以显示中文的 怎么配置输入法呀
> 把`/etc/pacman.conf`里 > > ``` > [options] > ``` > > 这部分删除,然后执行 > > ``` > pacman -Syu glibc > ``` 执行locale -a仍然没有zh_CN.UTF-8
> You're going to need to be a LOT more specific on what you're talking about here. ``` #include #include #include #include #include int main() { const unsigned entries =...
> Oh, well I think this one is pretty simple. When you do: > > ``` > sqe->ioprio = IORING_RECVSEND_BUNDLE; > ``` > > you're overwriting the multishot flag. Change...
> I asked this before but you did not answer - what kernel are you using? `Arch WSL` `6.12.8`
> Here's what I see: > > ``` > IORING_RECVSEND_BUNDLE``` not set > ``` > > ``` > received -105 bytes > ENOBUFS > loop end > received 16 bytes...