2012年3月2日

ListView Adapter

摘要: public interfaceListAdaptersimplements Adapterandroid.widget.ListAdapterKnown Indirect SubclassesArrayAdapter<T>, BaseAdapter, CursorAdapter, HeaderViewListAdapter, ResourceCursorAdapter, SimpleAdapter, SimpleCursorAdapter, WrapperListAdapter[转载] http://blog.sina.com.cn/s/blog_7db304660100x2f0 阅读全文

posted @ 2012-03-02 16:25 lightideal 阅读(243) 评论(0) 推荐(0) 编辑

ArrayAdapter requires the resource ID to be a TextView错误

摘要: 今天将Android Turtories上的ListView例子copy进去跑了下,出现一个错误ArrayAdapter requires the resource ID to be a TextView。上网查了下,说是TextView要是第一个元素,我的XML代码如下,确实是直接的元素,错哪儿了呢?实在找不出来,就把第一句的“<?xml version="1.0" encoding="utf-8"?>”删掉试试,居然可以了·····记住啦····&# 阅读全文

posted @ 2012-03-02 15:26 lightideal 阅读(635) 评论(0) 推荐(0) 编辑

MySQL函数集

摘要: 一、数学函数ABS(x) 返回x的绝对值BIN(x) 返回x的二进制(OCT返回八进制,HEX返回十六进制)CEILING(x) 返回大于x的最小整数值EXP(x) 返回值e(自然对数的底)的x次方FLOOR(x) 返回小于x的最大整数值GREATEST(x1,x2,...,xn) 返回集合中最大的值LEAST(x1,x2,...,xn) 返回集合中最小的值LN(x) 返回x的自然对数LOG(x,y) 返回x的以y为底的对数MOD(x,y) 返回x/y的模(余数)PI() 返回pi的值(圆周率)RAND(... 阅读全文

posted @ 2012-03-02 12:41 lightideal 阅读(829) 评论(0) 推荐(0) 编辑

导航