Listener是一个接口An event listener is an interface in
theViewclass that contains a single callback method. These methods will be
called by the Android fra...
分类:
其他好文 时间:
2014-06-02 21:33:20
阅读次数:
265
大家都知道事件的用法就是当某个事件(状况)被触发了之后就会去执行某个Function,
尤其是Javascript, 在当红AJAX的催化下, 了解Javascript的Event用法更加重要,
在这里就大概介绍一下avascript的Event用法. Mozilla中: addEventListe...
分类:
编程语言 时间:
2014-06-02 17:33:39
阅读次数:
339
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:
编程语言 时间:
2014-06-01 16:16:55
阅读次数:
484
(1)UML设计图简单工厂模式UML:普通工厂模式UML:抽象工厂模式UML:(2)核心实现代码简单工厂模式:publicclassSimpleextendsjavax.swing.JFrame{privatevoidviewButtonActionPerformed(java.awt.event....
分类:
其他好文 时间:
2014-06-01 12:17:29
阅读次数:
319
type node1=record go,next:longint;end; node2=record
l,r,mx,sum:longint;end;var i,x,y,n,q,tmp,cnt,sz,code:longint; ch,st:string;
fa:a...
分类:
其他好文 时间:
2014-06-01 11:45:18
阅读次数:
374
***************************************************************************************************************************
作者:EasyWave 时间:2014.05.31
类别:μC/OS-II-操作系统...
分类:
其他好文 时间:
2014-06-01 09:39:49
阅读次数:
356
***************************************************************************************************************************
作者:EasyWave 时间:2014.05.31...
分类:
其他好文 时间:
2014-06-01 09:13:14
阅读次数:
258
***************************************************************************************************************************
作者:EasyWave 时间:2014.05.31...
分类:
其他好文 时间:
2014-06-01 09:07:52
阅读次数:
305
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list.
If the number of nodes is not a multiple of k then left-out nodes in the end should remain as it is...
分类:
其他好文 时间:
2014-06-01 09:05:42
阅读次数:
271
我们通过nio学习了Reactor模式,但是在java7中又出现了NIO.2,新的异步框架出来了,在上节中的服务端视线中看不到Reactor的影子了,但是Netty in action中写到:But notice that NIO.2 handles threading and the creation of the so-called event loop for you.所以模式还是没变,只是封装了而已!那让我们来分解下AIO(NIO.2)的封装吧!...
分类:
其他好文 时间:
2014-06-01 01:40:11
阅读次数:
388