摘要: package com.delightPress.chap61.pref;import com.delightPress.chap61.R;import android.app.Activity;import android.content.SharedPreferences;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import android.widget.EditText;public cla 阅读全文
posted @ 2012-04-17 15:17 幻星宇 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 微博中,有很多标签供用户选择,点击换一换的时候,都会不断切换。php程序的简单实现如下://查询所有标签 $labels = Labels::find()->setColumns('id,w_name,w_uid')->order('w_time desc')->group('w_name')->getAll(); $label_list = array(); foreach ( $labels as $key => $value ){ $label_list[$key]['id'] = $value 阅读全文
posted @ 2012-04-17 11:23 幻星宇 阅读(456) 评论(0) 推荐(0) 编辑