liaoxuewei

Results 8 issues of liaoxuewei

当前,标签组组内的项目,需要鼠标右键才能列出,有点麻烦和不习惯,能否就像一般菜单列表一样,自动列出组内的项目(不需要鼠标右键)?如果我不会操作,麻烦告知,谢谢!

enhancement

安装到差不多结束时出现下面异常信息: There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.

bug

int GetCipherType(sqlite3* db) { CodecParameter* codecParams = (db != NULL) ? GetCodecParams(db) : codecParameterTable; CipherParams* cipherParamTable = (codecParams != NULL) ? codecParams[0].m_params : commonParams; #if 0 if (codecParams == NULL)...

尝试提交,输入用户密码,总是验证失败,是不是对git.exe不能支持提交?

试了一下使用@group标签,但是不生效,怎么样才能使用?有什么特别的要求吗?

help wanted

建议可以按照作用分类列出命令,比如文件管理->查找,文件管理->编辑,磁盘管理,服务管理等等,因为往往连命令都可能不知道,需百度一次,二级目录应该基本上足够了

Follow the instructions to make a simple demo trainer, but there is a compilation error. Is there any information you can provide, thanks! E:\MyProjects\rust-app>cargo build Updating `tuna` index Compiling masonry...

masonry

screenshot出来的是白屏,有可能是什么原因引起?前几天我记得还是可以的,然后不知道为什么过了一段时间看就不行了 - 手机型号[逍遥模拟器] - uiautomator2的版本号(`pip show uiautomator2`)[3.1.0] - 手机截图 - 相关日志(Python控制台错误信息, adb logcat完整信息, atxagent.log日志) - 最好能附上可能复现问题的代码。 d = u2.connect() print(d.info) d.screenshot("home.jpg")