码迷,mamicode.com
首页 >  
搜索关键字:parent    ( 6866个结果
android 往dialog中加入listview,并实现listview中item的点击事件
LinearLayout linearLayoutMain = new LinearLayout(this);//自定义一个布局文件 linearLayoutMain.setLayoutParams(new LayoutParams( LayoutParams.MATCH_PARENT, ...
分类:移动开发   时间:2014-05-26 16:22:12    阅读次数:257
一个无限级分类
1 /** 2 * 把返回的数据集转换成Tree 3 * @param array $list 要转换的数据集 4 * @param string $pid parent标记字段 5 * @param string $level level标记字段 6 * @return array 7...
分类:其他好文   时间:2014-05-26 14:01:51    阅读次数:225
jbpm4.4碰到的异常处理收集(持续更新...)
1.异常:Cannot delete or update a parent row: a foreign key constraint fails 解决方案:将MySQL方言修改为org.hibernate.dialect.MySQLInnoDBDialect问题解决
分类:其他好文   时间:2014-05-26 10:29:56    阅读次数:229
jQuery几个易混淆之处(参考《众妙之门》及相关博客)
parent() && parents() && closest()这三个方法都与沿着DOM向上导航有关,在由选择器返回的元素上方,匹配父元素或之前的祖先元素,但是每个方法都有各自独特之处:1. parent()只匹配元素的直接父元素,他可以带一个选择器做参数,对于匹配符合某些条件的父元素非常有用。...
分类:Web程序   时间:2014-05-26 09:09:12    阅读次数:510
SSIS父子维度
1.数据仓库结构:2.区域的AttributeHierarchyVisible设置为False3.Parent ID的Usage设置为Parent4.级别命名:5.结果:
分类:其他好文   时间:2014-05-26 08:04:42    阅读次数:232
jQuery ----学习笔记(三)
向上遍历DOM树:.parent().parents().parentsUntil()向下遍历DOM树:.children().find()DOM树水平遍历:.siblings().next().nextAll().nextUntil().prev().prevAll().preUntil()三个最...
分类:Web程序   时间:2014-05-23 07:05:00    阅读次数:286
2G03-view-radio-group
注意两点 1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态 <RadioGroup android:layout_width="match_parent" android:layout_height="wrap_content" a...
分类:其他好文   时间:2014-05-23 00:04:35    阅读次数:344
RadioButton一定要设置id,会导致radiobutton不互斥,后果很严重。。
今天编写代码如下:发现2个radiobutton居然都可以选中。这我真的晕了。。后来偶然发现原来是没有设置Id的原因。。。         android:layout_width="fill_parent"         android:layout_height="wrap_content"         android:orientation="horizont...
分类:其他好文   时间:2014-05-21 17:12:25    阅读次数:246
Android学习笔记(十七)——使用意图调用内置应用程序
使用意图调用内置应用程序 1、创建一个新的Android项目并命名为Intents,在main.xml文件中添加两个Button: <Button android:id="@+id/btn_webbrowser" android:layout_width="fill_parent" android:layout_heigh...
分类:移动开发   时间:2014-05-21 16:24:12    阅读次数:298
js父级页面跳转
<script>parent.location.href=‘../Index.aspx‘</script>
分类:Web程序   时间:2014-05-20 19:50:20    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!