AIX下的MPIO、RDAC、SDDPCM多路径软件操作 (AIX下的MPIO,查看AIX下hdisk与盘柜卷lun的对应关系) 原文:http://blog.163.com/huangbao_007/blog/static/35636535201632811465562/ 一:查看存储盘的路径 1 ...
分类:
其他好文 时间:
2018-02-04 11:08:13
阅读次数:
1362
环境清单: 应用1:192.168.51.101 应用2:192.168.51.75 虚拟IP:192.168.51.179 一、安装Tomcat(参照其他文档); 二、部署应用,并修改响应的端口(9090); 1、修改server.xml文件,修改后内容如下: 绿色部分问修改的端口,和添加的部署的 ...
分类:
其他好文 时间:
2018-02-02 21:59:08
阅读次数:
226
关闭Selinux[root@linux-node1~]#setenforce0[root@linux-node1~]#getenforcePermissive[root@linux-node1~]#sed-i‘s#SELINUX=enforcing#SELINUX=disabled#g‘/etc/selinux/config[root@linux-node1~]#grep"SELINUX=dis
分类:
其他好文 时间:
2018-02-02 14:33:08
阅读次数:
184
转载自:https://www.cnblogs.com/testermark/p/3546287.html WebDriver的工作原理: 在我们new一个WebDriver的过程中,Selenium首先会确认浏览器的native component是否存在可用而且版本匹配。接着就在目标浏览器里启动 ...
分类:
Web程序 时间:
2018-02-01 20:46:14
阅读次数:
154
iOS性能优化:Instruments工具 前言:即使再牛的程序员,写出再棒的代码依然存在很多可优化的地方,更别说我们普通程序员写出的普通的代码(例如笔者)更是有很多的优化以及bug需要我们去调试。所以代码优化是我们必须掌握的技能。 今天笔者给大家介绍一款代码分析优化工具:Xcode自带的检测调试工 ...
分类:
移动开发 时间:
2018-01-31 18:41:02
阅读次数:
307
传送门 传送门 exbsgs模板。 //Achen #include<algorithm> #include<iostream> #include<cstring> #include<cstdlib> #include<cstdio> #include<vector> #include<queue> ...
分类:
其他好文 时间:
2018-01-29 19:12:08
阅读次数:
178
Problem Description ACboy was kidnapped!! he miss his mother very much and is very scare now.You can't image how dark the room he was put into is, so ...
分类:
其他好文 时间:
2018-01-28 22:02:55
阅读次数:
250
Given an array containing n distinct numbers taken from , find the one that is missing from the array. Example 1 Example 2 我的版本: 大神的版本: java public st ...
分类:
其他好文 时间:
2018-01-27 21:23:12
阅读次数:
163
http://blog.csdn.net/sunweizhong1024/article/details/8055372 repo https://stackoverflow.com/questions/2643502/git-permission-denied-publickey# Permiss... ...
分类:
其他好文 时间:
2018-01-27 20:14:05
阅读次数:
116
ActivityManagerService(简称AMS)是Android系统的关键服务之中的一个。它的主要作用例如以下: 管理系统中全部应用进程的整个生命周期 管理应用进程中的Activity、Service、Broadcast和ContentProvider 内存管理,低内存释放等 AMS是一个 ...
分类:
移动开发 时间:
2018-01-27 13:31:27
阅读次数:
280