上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 89 下一页
摘要: https://docs.openkylin.top/zh/%E7%A4%BE%E5%8C%BA%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97/openKylin+SDK%E5%BC%80%E5%8F%91%E6%8C%87%E5%8D%97V20 阅读全文
posted @ 2023-04-25 18:14 远方是什么样子 阅读(18) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-04-25 16:23 远方是什么样子 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原因:将windows下的cpp(编码:ANSI)复制到linux下(默认编码是utf-8),Qt Creator报错:error:could not decode "" with "utf-8“ -encoding editing not possible 解决方法:windows下将该.cpp文 阅读全文
posted @ 2023-04-25 13:58 远方是什么样子 阅读(82) 评论(0) 推荐(0) 编辑
摘要: runJavaScript()必须在QWebEnginePage加载完成(loadFinishe())后才能生效 阅读全文
posted @ 2023-04-24 19:12 远方是什么样子 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 发命令:Explorer E:\Download 阅读全文
posted @ 2023-04-24 14:27 远方是什么样子 阅读(89) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-04-21 14:52 远方是什么样子 阅读(0) 评论(0) 推荐(0) 编辑
摘要: BOOL Is64BitSystem() { typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO); PGNSI pGNSI; SYSTEM_INFO si; ZeroMemory(&si, sizeof(SYSTEM_INFO)); pGNSI =(PGNSI) 阅读全文
posted @ 2023-04-21 14:33 远方是什么样子 阅读(30) 评论(0) 推荐(0) 编辑
摘要: windows下: #include "windows.h" SYSTEM_INFO sysInfo; GetSystemInfo( &sysInfo ); printf("now system cpu num is %d\n", sysInfo.dwNumberOfProcessors); 跨平台 阅读全文
posted @ 2023-04-21 13:56 远方是什么样子 阅读(59) 评论(0) 推荐(0) 编辑
摘要: wstring getWindowsDirectory() { wstring wstr; UINT size=GetWindowsDirectory(NULL,0); wchar_t *path=new wchar_t[size]; if(GetWindowsDirectory(path,size 阅读全文
posted @ 2023-04-21 13:42 远方是什么样子 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 需要添加: #pragma comment(lib, "advapi32.lib") https://learn.microsoft.com/zh-cn/windows/win32/services/starting-a-service 阅读全文
posted @ 2023-04-20 16:19 远方是什么样子 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 89 下一页