码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
QtGui.QComboBox
TheQtGui.QComboBoxis a widget that allows a user to choose from a list of options.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial Th...
分类:其他好文   时间:2015-04-17 21:46:17    阅读次数:159
QtGui.QFontDialog
TheQtGui.QFontDialogis a dialog widget for selecting a font.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this example, we sele...
分类:其他好文   时间:2015-04-17 20:11:19    阅读次数:129
QtGui.QColorDialog
heQtGui.QColorDialogprovides a dialog widget for selecting colour values.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this exa...
分类:其他好文   时间:2015-04-17 19:59:27    阅读次数:227
Reimplementing event handler
Events in PyQt4 are processed often by reimplementing event handlers.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this example...
分类:其他好文   时间:2015-04-17 19:58:42    阅读次数:179
Centering window on the screen
The following script shows how we can center a window on the desktop screen.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial This pro...
分类:Windows程序   时间:2015-04-17 17:48:40    阅读次数:170
javascript OOP 面向对象编程
Pseudo-class declaration原文地址:http://javascript.info/tutorial/pseudo-classical-pattern#pseudo-class-declarationApseudo-classconsists of the constructor...
分类:编程语言   时间:2015-04-17 17:25:04    阅读次数:144
Showing a tooltip
We can provide a balloon help for any of our widgets.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial This example shows a tooltip on...
分类:Windows程序   时间:2015-04-17 13:17:01    阅读次数:172
METEOR 及ANGULARJS
最近学习:METEOR 及ANGULARJS,收藏相关资源:1、METEOR 中文书:http://zh.discovermeteor.com/2、METEOR 及ANGULARJS 联合开发: http://angularjs.meteor.com/tutorial/next_steps3、ME....
分类:Web程序   时间:2015-04-17 10:55:55    阅读次数:155
JDBC数据类型、Java数据类型、标准sql类型
本文转自:http://www.cnblogs.com/shishm/archive/2012/01/30/2332142.html谢谢原作者细心的总结,很赞!本概述是从《JDBCTMDatabase Access from JavaTM: A Tutorial and Annotated Refe...
分类:数据库   时间:2015-04-16 21:45:36    阅读次数:221
Gradle构建Java Web应用:Servlet依赖与Tomcat插件
Gradle的官方tutorial介绍了构建Java Web应用的基本方法。不过在使用Servlet做上传的时候会碰到问题。这里分享下如何通过Servlet上传文件,以及如何使用Gradle来构建相应的Java Web工程。 参考原文:How to Buil...
分类:编程语言   时间:2015-04-15 17:22:52    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!