码迷,mamicode.com
首页 >  
搜索关键字:handling    ( 365个结果
QT学习-核心类列表-6、Qt3DInput
6 - Qt3DInput - Qt3D Input module provides classes for handling user input in applications using Qt3D Qt3D::Q3DKeyEvent Qt3D::QInputAspect Qt3D::QKeyb ...
分类:其他好文   时间:2017-02-09 15:39:18    阅读次数:186
wxPython事件处理
http://www.yiibai.com/wxpython/wxpython_event_handling.html 不像控制台模式应用程序,一个基于GUI的应用程序是事件驱动的,这是在一个顺序的方式执行的。 函数或方法响应于像点击按钮,从集合或鼠标点击等,调用事件选择项目处理函数,用户的操作被执 ...
分类:编程语言   时间:2017-02-01 22:38:19    阅读次数:284
C++的 RTTI 观念和用途(非常详细)
自从1993年Bjarne Stroustrup 〔注1 〕提出有关C++ 的RTTI功能之建议﹐以及C++的异常处理(exception handling)需要RTTI;最近新推出的C++ 或多或少已提供RTTI。 然而,若不小心使用RTTI,可能会导致软件弹性的降低。本文将介绍RTTI的观念和近 ...
分类:编程语言   时间:2017-01-30 17:56:27    阅读次数:369
Learning docker--Chapter2--Handling Docker Containers
Content: (1) Clarifying the Docker terms (2) Working with the Docker images and containers (3) The Docker Hub Registry (4) Searching the Docker images ...
分类:其他好文   时间:2017-01-13 23:55:25    阅读次数:448
JavaScript :memory leak [转]
Memory leak patterns in JavaScript Handling circular references in JavaScript applications Abhijeet Bhattacharya and Kiran Shivarama SundarPublished o ...
分类:编程语言   时间:2017-01-11 12:50:36    阅读次数:199
iOS:事件处理机制
官方文档说明:《Event Handling Guide for iOS》,本文参考转载文章,并参照官方文档补充说明。 本篇内容将围绕iOS中事件及其传递机制进行学习和分析。在iOS中,事件分为三类: 触控事件(单点、多点触控以及各种手势操作) 传感器事件(重力、加速度传感器等) 远程控制事件(远程 ...
分类:移动开发   时间:2017-01-10 20:09:05    阅读次数:286
swift - 异常处理
Swift 对 Error Handling详解 苹果官方文档解释 跟其它语言一样,Swift的异常处理是在程序抛出异常后的处理逻辑。 Swift提供了一流的异常抛出、捕获和处理的能力。跟Java语言类似, Swift的异常并不是真正的程序崩溃, 而是程序运行的一个逻辑分支;Swift和Java捕获 ...
分类:编程语言   时间:2017-01-03 19:11:35    阅读次数:201
Android Message Handling Mechanism
转自:http://solarex.github.io/blog/2015/09/22/android-message-handling-mechanism/ Android is a message driven, message driven several elements: The mess ...
分类:移动开发   时间:2016-12-15 22:53:40    阅读次数:312
15.8.6 AUTO_INCREMENT Handling in InnoDB
1 传统模式 2 连续模式 这个为默认值 3 交叉模式 ...
分类:数据库   时间:2016-12-15 07:25:29    阅读次数:219
[JS Compose] 3. Use chain for composable error handling with nested Eithers (flatMap)
We refactor a function that uses try/catch to a single composed expression using Either. We then introduce the chain function to deal with nested Eith ...
分类:Web程序   时间:2016-12-14 07:36:47    阅读次数:241
365条   上一页 1 ... 12 13 14 15 16 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!