摘要:
下载地址: MySQL :: Download MySQL Community Server https://dev.mysql.com/downloads/mysql/ 下载完整的打包程序,然后解压 解压命令: tar -xvf mysql-8.0.30-1.el7.x86_64.rpm-bund 阅读全文
摘要:
如图所示,通过inspect.exe可以找的到QQ聊天记录,1:聊天窗口消息区,AutomationElement的Name值为“消息”;2:此处是聊天记录内容。C#程序中可找到外层聊天窗口的AutomationElement对象,但通过该对象找不到消息区 AutomationElement aeT 阅读全文
摘要:
windows UIAutomation API 框架 引用 UIAutomationClient、UIAutomationClientsideProviders、UIAutomationProvider、UIAutomationTypes。 Windows Automation API 库包含最新 阅读全文
摘要:
刚开始用 Android Studio 来进行安卓开发,新建一个项目之后,发现运行不起来: 出现了报错: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 如图所示 阅读全文