码迷,mamicode.com
首页 >  
搜索关键字:handles    ( 268个结果
三层数据库四大法宝之“查”
在做完这四个功能之后感觉“查”是这四个功能里面算最简单的了,下面就来看看它是怎么实现的吧:     实体层,就不说了和前三个功能是一样的。 UI层: Public Class Form1 '查询 Private Sub btnLogin_Click(sender As Object, e As EventArgs) Handles btnSelect.Click ...
分类:数据库   时间:2015-02-06 21:57:08    阅读次数:193
三层数据库四大法宝之“删”
上一篇介绍了“增”,这一篇就来介绍下一法宝——“删”     实体层和上一篇一样,这里就不多说了。 U层: Public Class Form1 '删除 Private Sub btnDelete_Click(sender As Object, e As EventArgs) Handles btnDelete.Click Try ...
分类:数据库   时间:2015-02-04 13:06:44    阅读次数:188
ExtJS笔记4 容器与布局(Layouts and Containers)
The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ...
分类:Web程序   时间:2015-02-04 10:50:09    阅读次数:280
CCDirector--Cocos2D-Swift v3.3
CCDirector Class ReferenceInherits fromCC_VIEWCONTROLLERDeclared inCCDirector.hOverviewThe director creates and handles the main Window and the Cocos2...
分类:编程语言   时间:2015-01-31 16:06:32    阅读次数:175
IIS8 httpHandlers->handles
在iis 8中,原有的web.config中 要改为 否则:无法在集成模式运行!即使经典模式也无法识别type!!
分类:Web程序   时间:2015-01-29 23:52:40    阅读次数:173
[Effective C++ --028]避免返回handles指向对象内部成分
假设程序涉及矩形。每个矩形由其左上角和右下角表示。为了让Rectangle对象尽可能小,可能把定义矩形的点放在一个辅助的struct内再让Rectangle去指它: 1 class Point { // 得到坐标 2 public: 3 Point(...
分类:编程语言   时间:2015-01-09 14:10:42    阅读次数:137
如何解决Eclipse编辑器使用时报Unhandled event loop exception错误?
Eclipse Unhandled event loop exception No more handles
分类:系统相关   时间:2015-01-08 17:21:52    阅读次数:211
NGUI控件不能拖拽问题
NGUI3.6版本第一种方案:1. NGUI Options Handles -> turn off 拖动打开第二种方案:1. 勾选上Edit –> Project Setting –> Physics –>Layer Collision Matrix勾选上UI
分类:其他好文   时间:2015-01-04 21:16:08    阅读次数:216
问题:No more handles [Could not detect registered XULRunner to use]
下载一个xurlrunner https://developer.mozilla.org/en/XULRunner_1.9.2_Release_Note解压 然后在你的 myeclipse.ini (myeclipse安装目录下有这个文件)最后面加上-Dorg.eclipse.swt.brow...
分类:其他好文   时间:2014-12-21 22:07:05    阅读次数:235
Handles and Objects(句柄和对象)
Windows中 Object(对象)是一个数据结构, 这个数据结构是用来表示一个系统资源,如文件,县城,图形图像等。 ????出于安全和系统稳定的考虑, 应用程序无法直接访问由这个数据结构表示的系统资源,...
分类:其他好文   时间:2014-12-03 12:41:24    阅读次数:172
268条   上一页 1 ... 22 23 24 25 26 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!