码迷,mamicode.com
首页 >  
搜索关键字:android email    ( 105345个结果
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
python
# 每月将各分公司的业务情况汇总 再定时输出 import cx_Oracle from openpyxl.styles import Font import pandas as pd import openpyxl import time from email.mime.multipart imp ...
分类:编程语言   时间:2021-04-26 13:49:32    阅读次数:0
设计模式之桥接模式
桥接模式 桥接模式结构图: 示例代码: // 桥接角色Message接口 public interface Message { void sendMessage(String message, String toUser); } // 具体Message角色Email public class Em ...
分类:其他好文   时间:2021-04-26 13:31:33    阅读次数:0
自动化平台搭建问题汇总
问题一:atxserver2-android-provider中平台无法显示Android设备 [D 210424 18:27:37 device:212] [5230d487] tcpproxy.js start *:20000 -> 20002[E 210424 18:27:37 main:26 ...
分类:其他好文   时间:2021-04-26 13:17:09    阅读次数:0
Android学习小记之底部导航栏
一.问题由来: 最近在学习安卓开发时对底部导航栏进行了学习,经过一系列代码学习发现一个小问题。那就是 上方Fragment与导航栏中的item如何实现一 一对应呢?经过代码审查并未发现与其相关的部分。 二.问题解答: 经过查找学习我发现代码中存在相同id这种情况,作为初学者的我知道这会出现问题但为什 ...
分类:移动开发   时间:2021-04-26 13:05:34    阅读次数:0
UIautomator2框架快速入门App自动化测试
01.APP测试框架比较 常见的APP测试框架 APP测试框架 02.UIAutomator2简介 简介 UIAutomator2是一个可以使用Python对Android设备进行UI自动化的库。其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上 ...
分类:移动开发   时间:2021-04-26 13:02:33    阅读次数:0
Android开发
开发工具:Android Studio TestView(线性布局) 1、基本属性: layout_width:组件宽度(单位dp) layout_height:组件高度 id:组件id text:文本内容 textColor:字体颜色 textStyle:字体风格,normal(无效果)、bold ...
分类:移动开发   时间:2021-04-22 16:12:15    阅读次数:0
git 修改 email
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:其他好文   时间:2021-04-22 15:36:18    阅读次数:0
Android开机启动脚本
在/root/init.rc中添加下面内容, 开机就会执行/system/bin/boot-complete-script.sh脚本 service boot_complete_script /system/bin/boot-complete-script.sh class main oneshot ...
分类:移动开发   时间:2021-04-21 12:38:11    阅读次数:0
105345条   上一页 1 ... 14 15 16 17 18 ... 10535 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!