GirdView的一些属性:android:numColumns="auto_fit" --------列数设置为自动android:columnWidth="90dp",----------每列的宽度,也就是Item的宽度android:stretchMode="columnWidth"-----...
分类:
移动开发 时间:
2014-07-22 22:51:54
阅读次数:
369
1 #include 2 #include 3 #include "printCollection.h" 4 5 using namespace std; 6 7 /** 8 * Return the maximum item in array a. 9 *Assume a.size(...
分类:
其他好文 时间:
2014-07-22 22:51:38
阅读次数:
203
一、在$.each(array, callback)方法中,参数为function(){},一个回调方法,有3种参数形式: function () { ... } function(index) { ... } function (index, item) { ... } index是指array中每一项的顺序索引,从...
分类:
Web程序 时间:
2014-07-22 09:00:04
阅读次数:
204
select?sku,COUNT(sku)?cc?from?sales_flat_order_item?where?order_id?in(SELECT?entity_id?from?sales_flat_order?where?state?in(‘complete‘,‘processing‘))?GROUP?BY?sku?ORDER?BY?cc?D...
分类:
数据库 时间:
2014-07-21 10:08:17
阅读次数:
250
在待我处理数据源的显示设置里界面里增加BILL_KD_ITEM字段的显示设置为不显示语言为BILL_KD_ITEM
分类:
其他好文 时间:
2014-07-20 00:23:51
阅读次数:
206
插件demo如下:实现原理比较简单,主要是用了css中的overflow=hidden特性来设计。比如你一个item宽度(图片+margin)为w,总共有n个item,那么把所有的item按照float=left在一个宽度为n*w的div A里横排过来;然后假如你每页要展示4个item,那么你要在d...
分类:
其他好文 时间:
2014-07-19 15:01:30
阅读次数:
368
// Create an item within a specified group,// bound to a specified data field with the specified editorprivate LayoutControlItem CreateItemWithBoundEd...
分类:
其他好文 时间:
2014-07-19 12:05:19
阅读次数:
1815
ListView 实现带有Filpper效果的左右滑动删除 Item 的实现最主要的方法还是 对 Listview 的继承重写 。然后是在删除过程中添加 TranslateAnimation 滑动事件。
public class FilpperActivity extends Activity {
private FilpperListvew flipperListView;...
分类:
其他好文 时间:
2014-07-19 11:48:54
阅读次数:
247
在扩展数据里配置条码数据,使用过的条码不再出现selectBC_BARCODE,BC_UPDATEfromTBARCODEwhereBC_BARCODEnotin(selectBILL_KD_ITEMfromTBILL)andBC_USER_ID=‘$G_USER‘2.在模板里增加选择或者直接输入条码框,实物条码必须要用这个字段BILL_KD_ITEM<tdstyle="BACKGROUND-COL..
分类:
其他好文 时间:
2014-07-19 02:14:15
阅读次数:
219
1.What For将基于内存的数据存储到磁盘上,达到持续存储。2. HOW方法一: 将数据写到文件中常规的处理方式1 #file.x被打开的文件,model打开文件的方式2 out=open('file.x','model')3 #print将item写入到file指示的文件中,item可以是字符...
分类:
编程语言 时间:
2014-07-19 00:07:58
阅读次数:
205