码迷,mamicode.com
首页 >  
搜索关键字:multiple    ( 2544个结果
安卓ListView中CheckBox的使用(支持Item列表项的删除,全选,全不选)
ListView 自身提供了 CheckBox 只需要添加一行代码getListView().setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);但是这种实现想要自己控制操作起来局限很多。所以我选择了自己添加CheckBox的方式。可以支持列表项的全选,删除,并...
分类:移动开发   时间:2015-01-20 10:10:02    阅读次数:200
SSH配置环境都正常,但是每次执行到Action中的方法时就中断了,而且不报任何错误
SSH配置环境都正常,但是每次执行到Action中的方法时就不执行课,而且不报任何错误。Action中的方法封装的是业务层,业务层封装DAO层,检查了一天才发现错误在哪。 在applicationContext.xml中报了一个异常,如: Multiple annotations found at this line: - Exception 'com/dao/StudentDAO : Un...
分类:其他好文   时间:2015-01-19 23:39:57    阅读次数:459
LeetCode Reverse Nodes in k-Group
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.You...
分类:其他好文   时间:2015-01-19 15:56:02    阅读次数:161
Supporting Multiple Screens 翻译 支持各种屏幕(上)
Supporting Multiple Screens 支持各种各样的屏幕尺寸、屏幕密度Android runs on a varietyof devices that offer different screen sizes and densities. For applications, the...
分类:其他好文   时间:2015-01-18 15:41:56    阅读次数:357
Fragment
概述:A Fragment represents a behavior or a portion of user interface in an Activity. You can combine multiple fragments in a single activity to build a ...
分类:其他好文   时间:2015-01-17 00:59:38    阅读次数:466
(简单) POJ 1426 Find The Multiple,BFS+同余。
Description Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits...
分类:其他好文   时间:2015-01-16 23:32:56    阅读次数:146
SHAVE概述(待修改)
SHAVE 包含宽而深的寄存器文件,加上一个提高代码大小效率的长指令集(VLIW)。如下图: VLIW包控制多个功能单元,SIMD功能,可以提高并行度和吞吐量。SIMD:单指令流多数据流(英语:Single Instruction Multiple Data,缩写:SIMD)是一种采用一个控制器来控...
分类:其他好文   时间:2015-01-16 19:03:47    阅读次数:601
EasyUI 兼容 IE6 方法总结
1.combobox如果单选,multiple必须也设置为true。这个ie7如果没设置,会保持多选状态,算是一个bug。2.combobox 最好用js来渲染,而不是一开始就class=“easyui-combobox”,这样可以提高效率,当然其他控件也是如此。3.ie6下datebox和date...
分类:其他好文   时间:2015-01-16 09:57:33    阅读次数:224
CSS3使用Animation为同一个元素添加多个动画效果
本篇文章由:http://xinpure.com/css3-animation-for-the-same-element-multiple-animation-effects/CSS3 Animation 并未提供 给一个元素同时添加多个动画效果的方法,就是说一个元素,只能给它定义一个动画效果,不能...
分类:Web程序   时间:2015-01-16 01:06:26    阅读次数:282
解决eclipse Multiple annotations found at this line 错误
解决 eclipse Multiple annotations found at this line错误,...
分类:系统相关   时间:2015-01-15 20:23:16    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!