码迷,mamicode.com
首页 >  
搜索关键字:activity task    ( 20787个结果
playbook自动化安装lamp
准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:其他好文   时间:2021-01-13 10:47:52    阅读次数:0
Gradle生成Git 分支等信息 READEME
gradle根据Git信息生成README文件 task createReadMe{ doLast { // String str = "${buildDir}/libs/exploded/"+project.getName().toString()+ "-${version}.war"+"/REA ...
分类:其他好文   时间:2021-01-08 11:42:16    阅读次数:0
StringBuilder与StringBuffer
StringBuilder package com.keytech.task; import java.util.concurrent.CountDownLatch; import java.util.concurrent.ExecutorService; import java.util.conc ...
分类:其他好文   时间:2021-01-08 11:28:26    阅读次数:0
Linux查找文件
参考https://blog.csdn.net/nixonwuying/article/details/86220992 以查找“course-activity/6/2021106055443-llbs7h.mp4”为例 方法一:当前文件夹下操作 find ./ -name course-activ ...
分类:系统相关   时间:2021-01-08 11:16:31    阅读次数:0
Handler详解
Handler使用详解 1. 简单实现 1.1 基础知识 void handleMessage(Message msg); 处理消息的方法,通常是用于被重写! sendEmptyMessage(int what); 发送空消息 sendEmptyMessageDelayed(int what,lon ...
分类:其他好文   时间:2021-01-07 12:04:03    阅读次数:0
react-native 运行error: protocol fault (couldn't read status): Connection reset by peer
提示:Unable to start adb server: error: protocol fault (couldn't read status): Connection reset by peer问题原因:大多数情况是5037端口被占用。5037为adb默认端口。解决办法:查看哪个程序占用了a ...
分类:其他好文   时间:2021-01-06 12:06:11    阅读次数:0
[ABC187]AtCoder Beginner Contest 187
Tasks Task Name Time Limit Memory Limit A Large Digits 2 sec 1024 MB Submit B Gentle Pairs 2 sec 1024 MB Submit C 1-SAT 2 sec 1024 MB Submit D Choose ...
分类:其他好文   时间:2021-01-06 11:50:46    阅读次数:0
ANDROID中HANDLER使用浅析
1. Handler使用引出 现在作为客户,有这样一个需求,当打开Activity界面时,开始倒计时,倒计时结束后跳转新的界面(思维活跃的朋友可能立马想到如果打开后自动倒计时,就类似于各个APP的欢迎闪屏页面),如下图: 作为初学者,可能觉得直接开启一个包含倒序循环的子线程就ok了,具体实现如下: ...
分类:移动开发   时间:2021-01-04 10:50:09    阅读次数:0
python+django 开源数据库监控平台构建
python+django 开源数据库监控平台构建 https://blog.csdn.net/gumengkai/article/details/80013900?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMac ...
分类:数据库   时间:2020-12-30 11:22:03    阅读次数:0
nodejs传递参数
How to parse command line arguments Passing in arguments via the command line is an extremely basic programming task, and a necessity for anyone tryin ...
分类:Web程序   时间:2020-12-29 11:32:27    阅读次数:0
20787条   上一页 1 ... 13 14 15 16 17 ... 2079 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!