遇到一个奇葩问题,nagios监控windows下面的cpu服务项出现如下警告信息:(但是其他服务项状态Ok,且此警告信息过一会自动会恢复Ok状态再过一段时间又会变成如下图中的警告信息状态warning)解决思路:第一:排查造成此情况的原因:Nsclient++版本原因(经排查同样版本的服务器C..
分类:
移动开发 时间:
2014-08-22 18:10:29
阅读次数:
321
*报警系统的意义*报警方式*报警系统触发条件*接入方式*应用场景举例##报警系统的意义##>结合我们现有的系统,没有对生产环境运行情况的监控,每天都会报出很多用户投诉信息,而且开发人员对自己做的系统的运行情况没有一个全面的掌握,SOA架构里面,接口满天飞,单一业务出..
分类:
其他好文 时间:
2014-08-22 18:03:00
阅读次数:
226
原题:
Given inorder and postorder traversal of a tree, construct the binary tree.
Note:
You may assume that duplicates do not exist in the tree.
思路:和上一题一样,后续我们可以通过最后一个值得到根的值,同样可以通过定位根的值得到左右子树的...
分类:
其他好文 时间:
2014-08-21 17:22:24
阅读次数:
138
先把收集到有用资料整理一下,等项目完成再写篇文章
app在后台播放报警音:https://developer.apple.com/library/ios/qa/qa1668/_index.html
后台运行设置:http://blog.shiqichan.com/ios-ble-background-central-scanning/
http://blog.csdn.net/mon...
分类:
移动开发 时间:
2014-08-21 13:24:14
阅读次数:
239
宕机监控报警程序一.需求来源宕机对运维人员来说,最痛苦了。怎样检測一台server是否还在正常执行,假设该server宕机,怎样在第一时间监測到并通知一线运维人员进行维护,最大化降低损失。二.程序功能对指定server进行宕机监測,假设确实宕机,则发送email到139邮箱(绑定手机,实现短信报警)...
分类:
移动开发 时间:
2014-08-21 13:02:04
阅读次数:
268
Given a collection of integers that might contain duplicates, S, return all possible subsets.Note:Elements in a subset must be in non-descending order...
分类:
其他好文 时间:
2014-08-20 19:37:12
阅读次数:
175
昨天去某客户那里搭建RAC-DG的物理备库,这里把大致流程再列举一下,为不涉及泄露隐私,主要参数已替换名称,具体路径也不一致。由于客户那边的环境不允许本机用网络连接内网,因此无法截下故障时各种报警日志和trace文件的截图,只能凭回忆大致写出。
1.主库在线修改spfile参数
alter database force logging;
alter system set log_ar...
分类:
其他好文 时间:
2014-08-20 17:59:12
阅读次数:
375
Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ret...
分类:
其他好文 时间:
2014-08-20 13:53:12
阅读次数:
168
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
其他好文 时间:
2014-08-20 13:52:32
阅读次数:
142
Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Write a function ...
分类:
其他好文 时间:
2014-08-20 13:47:32
阅读次数:
224