2019年7月1日

摘要: 获取系统时间,并比较 阅读全文
posted @ 2019-07-01 15:54 带镐伤的土豆 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 日期比较大小 阅读全文
posted @ 2019-07-01 15:52 带镐伤的土豆 阅读(177) 评论(0) 推荐(0) 编辑
摘要: /** * 时间获取 * * @param mGITime 控件 * @param context 承接上下文 */public void endTime(GeneralInput mGITime, Context context) { TimePickerDialog tp = new TimeP 阅读全文
posted @ 2019-07-01 15:50 带镐伤的土豆 阅读(93) 评论(0) 推荐(0) 编辑
摘要: mCalendar = Calendar.getInstance();/** * 日历 *///时间显示String dataSplit = getTimeStyle(mCalendar);String[] dataSplits = dataSplit.split("-");mTvTimeEnd.s 阅读全文
posted @ 2019-07-01 15:47 带镐伤的土豆 阅读(70) 评论(0) 推荐(0) 编辑
摘要: adapter = new AttendanceConfirmationAdapter(R.layout.attendance_confirmation_item, response.getVacationList());//禁止滑动final LinearLayoutManager layoutM 阅读全文
posted @ 2019-07-01 12:57 带镐伤的土豆 阅读(111) 评论(0) 推荐(0) 编辑
摘要: StringBuffer sb = new StringBuffer(); for (String str: list) { sb.append(str).append(","); } String keywordStr = sb.deleteCharAt(sb.length() - 1).toSt 阅读全文
posted @ 2019-07-01 12:56 带镐伤的土豆 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: public class HiddenUtils { private View hideView, clickView, down;//需要展开隐藏的布局,开关控件,控件样式改变 public static HiddenUtils newInstance(Context context, View 阅读全文
posted @ 2019-07-01 12:55 带镐伤的土豆 阅读(109) 评论(0) 推荐(0) 编辑

导航