ChinaUnix.net
相关文章推荐:

andorid context转application

application context (1)什么是application context l 聚集能够被所有组件使用的应用程序信息 l Bean定义的位置 l 加载多个contexts l 层次contexts l il8n,消息资源 l 资源访问 l 事件传播 (2)applicationcontext l 扩展BeanFactory l 可以有一个父context l 实现: ? FileSystemXmlapplicationcontext ? ClassPathXmlApp...

by cyril1014 - Java文档中心 - 2007-07-18 10:19:39 阅读(309) 回复(0)

相关讨论

和c#,vc中点击一个按键,随后进行的处理很类似。 功通过 Button button = (Button)findViewById(R.id.corky); 这个操作,采用的是钩子函数从屏幕上 获取某个对象的句柄。 button就是这个按键的句柄,下面的操作就可以拿这个句柄说事了。 button.setOnClickListener(mCorkyListener); 这句就是设置按键的点击监听函数。 下面就是点击的具体处理函数。 public class SendResult extends Activity { /** * Initiali...

by shareman - Java文档中心 - 2009-07-06 21:29:58 阅读(755) 回复(1)

RANAP-PDU : initiatingMessage : { procedureCode 24, criticality ignore, value ForwardSRNS-context : { protocolIEs { { id 25, criticality ignore, value RAB-contextList : { { { id 24, criticality ignore, value RAB-contextItem : { rAB-ID '00000101'B } } }, { { ...

by cjml_1982 - 网络技术文档中心 - 2009-06-01 19:38:21 阅读(678) 回复(0)

what's this mean? who can tell me!

by 瘦死的骆驼 - PHP - 2006-10-30 18:46:25 阅读(4643) 回复(11)

1. 写一个jndi.porperties java.naming.factory.initial=org.jnp.interfaces.NamingcontextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=192.168.10.172:1100 jnp.disableDiscovery=false 注: 这个org.jnp.interfaces.NamingcontextFactory是Jboss配置文件中配的 2.在程序中可以使用 例如: public static void main(String[] args) throws NamingException, Creat...

by maojj - Java文档中心 - 2007-07-20 10:01:14 阅读(555) 回复(0)

I suddenly met a error when i run kopete which is a chat tool, it print a line: Failed to create XIM input context! then i found that almost all the kde program could not run normally because of the XIM. i have searched it in the google but could not find the way to meet the problem! can u help me? thanks. additional: i can run kopete normally under kde instead of gnome, my os is Fedora Core 3. i...

by tigeress - Linux论坛 - 2005-04-21 11:16:11 阅读(383) 回复(0)

在会话Bean的定义和使用中,context被直接使用可是在EJB中context class在哪里被定义.咋也找不到.

by kougi0125 - Java - 2004-05-21 13:42:28 阅读(570) 回复(0)

Bachelor,5Y work experience; 0.5Y+ andorid application development experience; Java, OOP, GUI/usability design, socket and HTTP/XML, experience with J2ME would be advantage。 Plus: 1.script language:perl,python; 2.agile development experience; 3.network technologies: proxy servers,load balancers;http;tcp/ip; 4.internet technologies: html/xml,jsp; 5.wirless technologies: wap, syncml,imap,...

by 上海小猎 - 猎头招聘 - 2009-03-11 16:12:14 阅读(632) 回复(0)

By default, when screen orientation is changed, Activity will destructed and recreated, if you want to store some state before it is destructed, and restored it after it is recreated, you can overload functions onSaveInstanceState and onRestoreInstanceState of Activity as following: public void onSaveInstanceState(Bundle outState) { //---store whatever you ne...

by web_surf - Java文档中心 - 2009-03-06 12:59:18 阅读(597) 回复(0)

JSP作用域通讯对象-application application对象的作用范围比session更大,不仅仅是在同一个窗口,而是作用于整个应用程序,所有的客户端窗口都可以共享该对象。他从服务器启动开始就存在,直到服务器关闭为止。applictaion对象最常用的方法如下: 1.void setAttribute(String name,Object value):以键值方式将一个对象的值存放到application中。 2.void getAttribute(String name):根据名称去获取application中存放对...

by viita_boy - Java文档中心 - 2008-07-10 22:50:13 阅读(579) 回复(0)

各位大哥,帮帮我吧~!!!!!!

by bqcs - 服务器应用 - 2004-04-17 18:56:13 阅读(1234) 回复(3)