配置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
                             
                    
                        
                            
                            
                                
                    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
                             
                    
                        
                            
                            
                                
                    # 每月将各分公司的业务情况汇总 再定时输出 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
                             
                    
                        
                            
                            
                                
                    一.问题由来: 最近在学习安卓开发时对底部导航栏进行了学习,经过一系列代码学习发现一个小问题。那就是 上方Fragment与导航栏中的item如何实现一 一对应呢?经过代码审查并未发现与其相关的部分。 二.问题解答: 经过查找学习我发现代码中存在相同id这种情况,作为初学者的我知道这会出现问题但为什 ...
                            
                            
                                分类:
移动开发   时间:
2021-04-26 13:05:34   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    01.APP测试框架比较 常见的APP测试框架 APP测试框架 02.UIAutomator2简介 简介 UIAutomator2是一个可以使用Python对Android设备进行UI自动化的库。其底层基于Google uiautomator,Google提供的uiautomator库可以获取屏幕上 ...
                            
                            
                                分类:
移动开发   时间:
2021-04-26 13:02:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    开发工具:Android Studio TestView(线性布局) 1、基本属性: layout_width:组件宽度(单位dp) layout_height:组件高度 id:组件id text:文本内容 textColor:字体颜色 textStyle:字体风格,normal(无效果)、bold ...
                            
                            
                                分类:
移动开发   时间:
2021-04-22 16:12:15   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    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
                             
                    
                        
                            
                            
                                在/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