上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 40 下一页
摘要: "原文" 1. 将所需的库添加到您的qmake项目(.PRO文件) 2.在代码中包含所需的头文件。 3. 在程序开始时注册热键 ok... 阅读全文
posted @ 2020-05-08 08:18 Ajanuw 阅读(839) 评论(0) 推荐(1) 编辑
摘要: int lpdwProcessId; int id = GetWindowThreadProcessId((HWND)0x707d6, (LPDWORD)&lpdwProcessId); qDebug() << lpdwProcessId; // 进程ID qDebug() << id; // 线程 阅读全文
posted @ 2020-05-07 12:06 Ajanuw 阅读(2480) 评论(0) 推荐(0) 编辑
摘要: 发送组合键 keybd_event SendInput SendInput 组合键,下面的程序先按下ctrl+tab的组合键,然后依次松开了tap和ctrl键后,在按下A键,再松开A键 keybd_event https://www.codeproject.com/Articles/6819/Sen 阅读全文
posted @ 2020-05-07 10:41 Ajanuw 阅读(1683) 评论(0) 推荐(0) 编辑
摘要: 页表页面 这是一个普通的展示数据,上拉加载更多数据的列表。 其中有一个类型为 的数据列表listData,有个page数据用于分页,isLoading用来判断是否正在加载数据,scrollController用于列表控制器 如果存在大量这种页面则可以用mixin来处理,不免大量重复的代码 mixin 阅读全文
posted @ 2020-05-03 16:46 Ajanuw 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: 忘记密码 默认用root登录 > debian config --default-user root // 携带版本号的分支 > ubuntu1804 config --default-user root 卸载安装的分支 > wsl --list CentOS8 (默认) 卸载CentOS8分支 > 阅读全文
posted @ 2020-04-30 11:29 Ajanuw 阅读(177) 评论(0) 推荐(0) 编辑
摘要: github 项目地址 node版本 λ node -v v12.16.2 main.js const ffi = require("@saleae/ffi"); const child_process = require("child_process"); const W32 = require( 阅读全文
posted @ 2020-04-27 21:30 Ajanuw 阅读(1500) 评论(0) 推荐(2) 编辑
摘要: win32 api 也可以试试我写的 node-windows-x64 库 >node -v v12.16.1 >npm install -g node-gyp >npm i @saleae/ffi >node test.js 1 test.js const ffi = require("@sale 阅读全文
posted @ 2020-04-27 16:34 Ajanuw 阅读(6139) 评论(0) 推荐(1) 编辑
摘要: "相关问题" 创建mixin 使用 阅读全文
posted @ 2020-04-22 13:53 Ajanuw 阅读(482) 评论(0) 推荐(0) 编辑
摘要: "amap_location 包" 获取debug SHA1 获取发布的 SHA1 在真机中,你可能需要手动获取定位权限 其他设置可以参考文档 阅读全文
posted @ 2020-04-22 12:24 Ajanuw 阅读(2494) 评论(0) 推荐(0) 编辑
摘要: 前端 import { Component, OnInit, ViewChild, ElementRef } from '@angular/core'; import { MediaDevicesService } from '../../media-devices.service'; import 阅读全文
posted @ 2020-04-21 17:28 Ajanuw 阅读(2250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 40 下一页