上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页
摘要: private void MyHorizontalDialog() { //TODO 1:构建者 final ProgressDialog dialog = new ProgressDialog(this); //TODO 2:设置属性 dialog.setIcon(R.mipmap.y); dia 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(286) 评论(0) 推荐(0) 编辑
摘要: private void MySpinnerDialog() { //TODO 1:构建者 final ProgressDialog dialog = new ProgressDialog(this); //TODO 2:设置属性 dialog.setIcon(R.mipmap.y); dialog 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(126) 评论(0) 推荐(0) 编辑
摘要: private void MyDateDialog() { Calendar calendar = Calendar.getInstance(); /** * @param context 上下文 * @param listener 监听器 */ new DatePickerDialog(this, 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(172) 评论(0) 推荐(0) 编辑
摘要: private void MyTimeDialog() { Calendar calendar = Calendar.getInstance(); new TimePickerDialog(this, new TimePickerDialog.OnTimeSetListener() { @Overr 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(104) 评论(0) 推荐(0) 编辑
摘要: public class MyDialog_diy extends Dialog { private Button yes;//确定按钮 private Button no;//取消按钮 private TextView titleTV;//消息标题文本 private TextView messa 阅读全文
posted @ 2019-08-01 19:28 李艳艳665 阅读(180) 评论(0) 推荐(0) 编辑
摘要: public void MyCustomDialog(){ //TODO 1:构建者 AlertDialog.Builder builder = new AlertDialog.Builder(this); //TODO 2:设置属性 builder.setTitle("韩墨羽"); builder 阅读全文
posted @ 2019-08-01 19:27 李艳艳665 阅读(173) 评论(0) 推荐(0) 编辑
摘要: public void MySingleDialoy(){ //TODO 1:构建者 AlertDialog.Builder builder=new AlertDialog.Builder(this); //TODO 2:设置属性 builder.setIcon(R.drawable.ic_laun 阅读全文
posted @ 2019-08-01 19:27 李艳艳665 阅读(153) 评论(0) 推荐(0) 编辑
摘要: public void MyMuliteDialog(){ final String[] items={"许梦欣","王思萌","杨迪","徐可冉","赵璐","贺庆","黄珂","杨雅菲","韩墨羽"}; final boolean[] flag={true,false,false,false,f 阅读全文
posted @ 2019-08-01 19:27 李艳艳665 阅读(226) 评论(0) 推荐(0) 编辑
摘要: import timefrom PIL import ImageGrabimport numpy as npimport cv2 beg = time.time()debug = False# img = ImageGrab.grab(bbox=(250, 161, 1141, 610))img = 阅读全文
posted @ 2019-07-31 18:02 李艳艳665 阅读(1828) 评论(0) 推荐(0) 编辑
摘要: import timeimport win32gui, win32ui, win32con, win32api def window_capture(filename): hwnd = 0 # 窗口的编号,0号表示当前活跃窗口 # 根据窗口句柄获取窗口的设备上下文DC(Divice Context) 阅读全文
posted @ 2019-07-31 18:01 李艳艳665 阅读(145) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页