Zhang

Results 133 comments of Zhang

On a side note, trying to git diff after the patch successfully applied by git cli has different line number: ``` diff --git a/llvm/cmake/modules/FindZ3.cmake b/llvm/cmake/modules/FindZ3.cmake index afb2c3175641..87536231cced 100644 --- a/llvm/cmake/modules/FindZ3.cmake...

I marked those two checks to check for ``__clang__`` too and it worked. which confirmed my guesses

For this specific case, another *even* better alternative would be using [__has_builtin]() ```c++ #if defined __has_builtin # if __has_builtin (__builtin_ctz) # define _trailing_zeros32(X) __builtin_ctz(X) # endif # if __has_builtin (__builtin_ctzll)...

> WEBUI有权限控制,目测你把root账户删了 可以在QQ上**私聊**bot发送 `core重置网页控制台密码`命令重置后,重新使用root/root登录,并修改密码 我第一次安装, 完全没有碰过账户, QQ插件甚至完全没跑起来. issue中列出的步骤就是目前我执行的全部操作

> 晚点我尝试按你的步骤复现一下, 307目前就是权限问题,尝试清除cookies再试试? 没有Cookie, 本机的浏览器打开WebUI地址会卡在加载白屏, 再加上这是新的不能更新的安装我猜应该是不存在Cookie问题的. 正如我所说, 之前从来没有登录过, 我甚至不知道登录界面长啥样. EDIT: 我猜是不是数据库相关有问题, 比如说gscore没有正确的初始化数据库或者是我本地的数据库安装有什么问题

``` > git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed)...

> 307应当重定向至`/genshinuid/auth/form/login?redirect=/genshinuid/` > > 检查一下你的浏览器环境?使用安全模式关闭所有插件看看? 不是浏览器, 我单独拿curl跑也是一样的问题

一楼的最后我单独拿curl测试就是为了排除浏览器和Cookie的问题. 你方便话我给你个VPS的权限调试?

> `http://localhost:8765/genshinuid/auth/form/login?redirect=/genshinuid/` 没问题