03 2016 档案

摘要:EditText继承关系:View-->TextView-->EditTextEditText的属性很多,这里介绍几个:android:hint="请输入数字!"//设置显示在空间上的提示信息android:numeric="integer"//设置只能输入整数,如果是小数则是:decimaland 阅读全文
posted @ 2016-03-14 14:35 Trouble_Chen 阅读(22298) 评论(1) 推荐(0)
摘要:List<SysLableMainVO> com.hospital.core.dao.base.IBaseDao.findByCondition(String[] columns, String selection, String[] selectionArgs, String orderBy) f 阅读全文
posted @ 2016-03-04 11:48 Trouble_Chen 阅读(176) 评论(0) 推荐(0)
摘要:/** * * @ClassName: MineFragment * @Description: 我的首页 * @author yyz * @date 2015-11-3 下午5:41:38 * */ @SuppressLint("ShowToast")public class MineFragme 阅读全文
posted @ 2016-03-02 10:42 Trouble_Chen 阅读(416) 评论(0) 推荐(0)