码迷,mamicode.com
首页 >  
搜索关键字:listener    ( 2924个结果
Android03_Listener监听
在做Android计算器程序时,上网正好找到了这个代码: EditText Widget的设计是为了等待User输入而准备的,那么在User输入的同时,又该如何拦截所输入的文字呢?Android的多数Widget都有setOnKeyListener事件,以此...
分类:移动开发   时间:2014-10-11 01:43:25    阅读次数:439
使用WAS寄宿net.tcp WCF服務
首先添加Windows Features 確保打開以下服務 Net.Tcp Listener Adapter Net.Tcp Port Sharing Service Windows Process Activation Service 在網站的高級設置中添加net.tcp協議 把WCF類庫項目進行...
分类:Web程序   时间:2014-10-10 22:59:34    阅读次数:198
Hibernate:initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.bea...
分类:编程语言   时间:2014-10-10 21:54:44    阅读次数:192
ETL技术工具kettle入门笔记(一) 之kettle连接oracle rac 报listener does not currently know of sid错误的解决
kettle连接oracle rac 报listener does not currently know of sid错误的解决...
分类:数据库   时间:2014-10-10 17:19:24    阅读次数:948
Oracle 11g client的安装和配置。
数据库和client在不同的机器之上。在安装之前,在安装Oracle数据库的server上导航到以下的文件夹。将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102而后開始安装Oracleclient选择定制,能够...
分类:数据库   时间:2014-10-10 10:43:34    阅读次数:302
cocos2dx 开发成长之路 004
1、概述 游戏也好,程序也好,只有能与用户交互才有意义。手机上的交互大致可以分为两部分:点击和输入。其中点击更为重要,几乎是游戏中全部的交互。在Cocos2d-x 3.0中,更改了dispatch机制。同时加入了两种新的交互形式:listener 和touchEvent回调。加上先前版本中的点击函....
分类:其他好文   时间:2014-10-09 15:10:03    阅读次数:267
How to set background image to a LinearLayout using Android-Universal-Image-Loader ? #594
You can do it by 2 ways:use loadImage(...) and set layout background in listener (ImageLoadingListener.onLoadingComplete(..., Bitmap loadedImage, ...)...
分类:移动开发   时间:2014-10-09 00:49:17    阅读次数:251
Android开发系列(十四):ListView用法、对ListView监听的三种方法以及ListView中Adapter的使用方法
一、ArrayAdapter的介绍以及ListView的用法: Adapter是数据和视图之间的桥梁,数据在adapter中做处理,然后显示到视图上面。就是用来绑定数据用的。 用一个小例子来介绍一下: public class FriendActivity extends Activity { private ListView listView; @Override prote...
分类:移动开发   时间:2014-10-08 16:34:55    阅读次数:187
Oracle基础-Listner的配置
1.静态配置 oracle早就支持动态的listener了,但是在使用OEM(Oracle Enterprise Manager)等高级货时还是需要用到静态配置 工具:netca+netmgr(或者直接修改/network/admin下面的listener.ora,假如这个文件木有,可以开netca...
分类:数据库   时间:2014-10-05 21:26:38    阅读次数:283
使用oracle10g官方文档找到监听文件(listener.ora)的模板
***********************************************声明***********************************************************************  原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明出处,否则追究版权法律责任。 深蓝的blog: ***************...
分类:数据库   时间:2014-10-04 19:47:57    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!