1.缘由 我之前习惯使用 vscode 进行开发,对 vscode 的 one dark pro 主题情有独钟。无奈公司需要使用 Qt Creator 进行日常开发,只能暂时舍弃 vscode,采用曲线救国的方式,把 Qt Creator 打造为 vscode one dark pro 主题配色。写 ...
分类:
其他好文 时间:
2021-04-06 14:52:45
阅读次数:
0
<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/ZLAir724UGA/my.html" frameborder="0" scrolling="auto" width="100%" height="1500"></ifram ...
分类:
移动开发 时间:
2021-04-06 14:13:51
阅读次数:
0
function isMobile(){ if( navigator.userAgent.match(/Android/i)|| navigator.userAgent.match(/webOS/i)|| navigator.userAgent.match(/iPhone/i)|| navigato ...
分类:
其他好文 时间:
2021-04-02 13:34:15
阅读次数:
0
状态说明: onCreate(生成) onStart(启动) onResume(恢复) onPause(暂停) onStop(停止) onDestroy(销毁) onRestart(重新启动) 生命周期的流程 对于单个Activity的生命周期 1.正常启动的时候onCreate-->onStart ...
分类:
移动开发 时间:
2021-04-02 13:25:51
阅读次数:
0
今天在做调取相册返回的时候, 出现一种新型的类型, 也许是我以前没碰到过这种类型吧.如下 content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2 ...
分类:
移动开发 时间:
2021-04-02 13:09:59
阅读次数:
0
本节通过实验介绍通过创建窗口对象的方式实现界面切换:步骤一:在主界面 ui 文件添加 pushButton 按钮,然后新建一个窗口,工程下创建新的 Qt 设计师界面类,如图 :我们选择 Widget,用户可以根据需要选择,然后输入类名 windowRun。创建完成后如图:步骤二:关联 ui 界面的 ...
分类:
其他好文 时间:
2021-04-02 12:55:38
阅读次数:
0
1.main.cpp #include "themewidget.h" #include <QtWidgets/QApplication> #include <QtWidgets/QMainWindow> int main(int argc, char *argv[]) { QApplication ...
分类:
其他好文 时间:
2021-04-01 13:27:59
阅读次数:
0
?问题来源 Genymotion 是个很不错的 Android 模拟器,系统更新快,启动速度快; 但是服务器在国外,Android 镜像下载起来那个速度就不敢恭维了; 当然如果你可以【科学,上网】就另当别论了。 ?解决方案 常规操作 先去下载你需要的版本,这里以下载 Custom Phone 6.0 ...
分类:
其他好文 时间:
2021-04-01 13:19:48
阅读次数:
0
第一步,先测试SDK包打包后demo能否能正常在ios和android上跑。 第二步,把对方的sdk封装成一个插件 第三步,使用的时候直接调用即可 ...
分类:
移动开发 时间:
2021-04-01 12:57:52
阅读次数:
0
Android系统启动:Init篇 原文:http://gityuan.com/2016/02/05/android-init/ 概述 init进程是Linux系统中用户空间的第一个进程,进程号固定为1。Kernel启动后,在用户空间启动init进程,并调用init中的main()方法执行init进 ...
分类:
移动开发 时间:
2021-03-31 12:02:01
阅读次数:
0