DOM event delegation is a mechanism of responding to ui-events via a single common parent rather than each child, through the magic of event "bubbling" (aka event propagation).
When an event is tri...
分类:
其他好文 时间:
2014-08-05 14:06:30
阅读次数:
259
今天在做自定义ViewGroup中,出现了一下错误提示Use View.isInEditMode() in your custom views to skip code when shown in Eclipse具体解决方法:在eclipse error log中查看错误具体出现在哪一行,然后将if...
分类:
系统相关 时间:
2014-08-04 13:26:17
阅读次数:
319
阅读导航本系列其他文章目录请戳这里。1.名字、约束时间(Binding Time)2.对象生存期和存储管理2.1静态分配2.2基于栈的分配2.2堆分配和垃圾收集3.作用域规则3.1静态作用域3.2嵌套子程序3.3动态作用域4.引用环境的约束4.1子程序闭包4.2一级和二级子程序5.作用域里的约束1....
分类:
其他好文 时间:
2014-08-03 10:12:45
阅读次数:
483
装完FreeBSD10的安装,安装完退出之后,发现启动项里面只剩下fedora的启动项,我的电脑是Fedora20+FreeBSD双系统,想用GRUB引导修复freeBSD的启动项,网上搜了一堆方法。但是都不可行。
我的FreeBSD是装在gpt5中
修改/ect/grub.d/40-custom
#!/bin/sh
exec tail -n +3 $0
# This file provides...
分类:
其他好文 时间:
2014-08-03 01:47:54
阅读次数:
245
A major function of the DataView is to allow for data binding on both Windows Forms and Web Forms.Additionally, a DataView can be customized to presen...
分类:
其他好文 时间:
2014-08-02 15:19:43
阅读次数:
175
第二步:安装每个软件安装Vmware虚拟机点击“VMware-workstation-full-9.0.2-1031769”可执行文件,如下图所示:点击“Next”进入下一步: 我们选择“Custom”进入下一步;2.选择所有的功能,如下所示: 点击”Next”进入如下图所示界面: ...
分类:
其他好文 时间:
2014-08-01 15:56:51
阅读次数:
243
sharepoint 2010用designer添加自定义的 display form默认是不会显示附件的。需要添加如下代码才会显示附件:Attachment
分类:
其他好文 时间:
2014-08-01 13:12:41
阅读次数:
156
APPLE提供了三种storyboard segue的方式:push,modal,custom . push segue是系统预定义的跳转方式, 为了使其能正常工作,我们还必须加载UINavigationController。 有时候,我们不想看到UINavigation bar,我们可以使用m.....
分类:
移动开发 时间:
2014-08-01 13:04:11
阅读次数:
315
现在很多的Android程序都在标题栏上都显示了一些按钮和标题,这里尝试做个实例在onCreate中添加://自定义标题requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);setContentView(R.layout.main);//设置标题为某个l...
分类:
移动开发 时间:
2014-07-31 20:19:47
阅读次数:
208
mkisofs -r -J -V Beini-Custom -v --boot-info-table --boot-load-size 4 -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -o ../beini.iso beinisee...
分类:
系统相关 时间:
2014-07-31 12:59:06
阅读次数:
478