最新文章列表

仿ajax无刷新提交

要想让表单无刷新提交,需要用到表单的target属性,然后页面放置一个iframe,target属性指向iframe即可实现 测试程序如下: <script>     function upload(fileObj)     {         if(fileObj.value)         {             document.uploadForm.action = & ...
gf420116 评论(0) 有781人浏览 2012-08-07 16:54

Java自定义Annotation

例子如下 @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface MyAnnotation{ public int value() default 0; } @Retention(RetentionPolicy.RUNTIME)---JDK的说明: RetentionPoli ...
shanjing 评论(0) 有1152人浏览 2011-11-02 13:29

Flex event target和currentTarget属性的区别

所有Event对象都有target和currentTarget属性,target属性可引用事件分派对象,currentTarget属性可引用正在被检测事件监听器的当前节点。 在事件将在控件链中向上冒泡,在此过程中target始终不变,currentTarget在每个向上移动的过程中及时改变。 例如当用户点击一个Button控件,很可能事件派发者是Button的内部子组件UITextField,事 ...
其实不坏 评论(0) 有2552人浏览 2011-10-17 14:25

flex 事件的target和currentTarget的区别

转自:http://blog.csdn.net/bincavin/article/details/5600294所有Event对象都有target和currentTarget属性,target属性可引用事件分派对象,currentTarget属性可引用正在被检测事件监听器的当前节点。在事件将在控件链中向上冒泡,在此过程中target始终不变,currentTarget在每个向上移动的过程中及时改变。 ...
dudong0726 评论(0) 有953人浏览 2011-09-27 12:10

android的模拟器太大了,屏幕无法全部显示

eclipse中    Run As-> Run Configurations -> Target -> Emulator launch parameters 这里可以选择我们所要用的skin。 同时在”Additional Emulator Command Line Options” 里面可以填入-scale 0.7­­,来缩放模拟器窗口。 0.7是自己要缩放的大小 htt ...
MultiArrow 评论(0) 有695人浏览 2011-09-05 17:32

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics