码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
selenium Grid(一)
selenium grid Quick Startselenium-grid是用于设计帮助我们进行分布式测试的工具,其整个结构是由一个hub节点和若干个代理节点组成。hub用来管理各个代理节点的注册和状态信息,并且接受远程客户端代码的请求调用,然后把请求的命令再转发给代理节点来执行。1、启动Sele...
分类:其他好文   时间:2014-05-15 11:48:38    阅读次数:332
QT笔记
1.菜单栏上的弹出窗口voidMainWindow::on_new_action_triggered() { MyDialogmyDialog;//MyDialog是一个ui myDialog.setModal(true); myDialog.exec(); /*******上面的写法弹出的窗口挡住后面的窗口***********/ /*******下面的写法弹出的窗口不挡住后面的窗口,并且可以弹出多..
分类:其他好文   时间:2014-05-15 08:29:18    阅读次数:327
在 beaglebone black 开机启动自己的QT程序
在 beaglebone black 开机启动自己的QT程序...
分类:其他好文   时间:2014-05-15 03:06:09    阅读次数:265
servlet 发送到客户端的数据编码设置
setCharacterEncoding void setCharacterEncoding(java.lang.String charset) Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8. If the character...
分类:其他好文   时间:2014-05-15 01:36:58    阅读次数:233
QT数据库操作
QT连接数据库,在pro文件中加上QT+=sql连接数据库QSqlDatabaseOpenDB() { QSqlDatabasedb=QSqlDatabase::addDatabase("QODBC"); //注意,对于express版本数据库,一定要加\\sqlexpress这种后缀 //QStringdsn="DRIVER={SQLSERVER};SERVER=192.168.24.71\\sqlexpress;DATABASE=wdgl..
分类:数据库   时间:2014-05-15 00:33:32    阅读次数:381
POJ 1002 487-3279
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the Universit...
分类:其他好文   时间:2014-05-15 00:20:39    阅读次数:332
JsonSockketTcp套接字 for qt(json数据流传输层)
主要处理tcp的json数据流,解析和除错json数据流,继承与 qtcpsocket层,方便扩展...
分类:Web程序   时间:2014-05-14 21:56:20    阅读次数:561
LeetCode--Binary Tree Preorder Traversal
Binary Tree Preorder Traversal  Total Accepted: 18022 Total Submissions: 51784My Submissions Given a binary tree, return the preorder traversal of its nodes' values. For example: Given b...
分类:其他好文   时间:2014-05-14 20:43:22    阅读次数:242
unity发布exe全屏方法
首先 将该代码挂在NGUI的UIroot上 using UnityEngine; using System.Collections; public class example : MonoBehaviour { public void Awake() { Screen.SetResolution(1024, 768, true);//自己想要的分辨率,比如1024*768,true表示全...
分类:其他好文   时间:2014-05-14 19:24:25    阅读次数:404
使用QT调试助手的设置方法
QtCreator版本为2.7.0。Qt库版本为4.8.4。MinGW版本为4.40。此版本的QtCreator的Qt调试助手改用了python,而mingw自带的gdb不支持python,所以需要支持python的gdb,才能使用Qt调试助手。1、下载支持python的gbd。支持python的gbd的下载路径如下:http://qt-project.org/wiki/Q..
分类:其他好文   时间:2014-05-14 15:55:07    阅读次数:409
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!