今天碰到要删除指定文件(夹)外的其他文件的问题。网上查到的方法是这样的 需要在当前文件夹中进行: rm -rf !(keep) #删除keep文件之外的所有文件 rm -rf !(keep1|keep2) #删除keep1和keep2文件之外的所有文件 在Ubuntu14.04下有个大坑...
分类:
系统相关 时间:
2015-06-02 23:22:05
阅读次数:
151
一、环境系统:CentOS6.4x64最小化安装ha-keep-m:192.168.3.15ha-keep-s:192.168.3.22httpd-16:192.168.3.16httpd-17:192.168.3.17VIP:192.168.3.28二、在ha-keep-m和ha-keep-s上安装haproxy[root@ha-keep-s~]#rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epe..
分类:
其他好文 时间:
2015-06-01 20:51:55
阅读次数:
159
布署环境为debian 7.5布署到一台新机器,系统版本为debian 8.0原启动项/etc/init.d/mongo_service开机居然无法自起开机自启动不能用了,看页面输出就发觉不对劲,确定是systemd,之前搭建部署coreos(也是用的systemd) docker kubernet...
分类:
Web程序 时间:
2015-06-01 20:21:02
阅读次数:
583
DescriptionGiven an integer N, your task is to judge whether there exist N points in the plane such that satisfy the following conditions:1. The dista...
分类:
其他好文 时间:
2015-05-30 22:28:15
阅读次数:
121
Keep on Truckin'
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 10324 Accepted Submission(s): 7147
Problem Description
Boudreau...
分类:
其他好文 时间:
2015-05-30 14:57:21
阅读次数:
112
5 Signs You’re A Pretty Quick Learner你是个快速学习者的5个特征Pretty quick learners accept that they do not know it all. They keep their minds open and are willin...
分类:
其他好文 时间:
2015-05-29 17:49:49
阅读次数:
154
Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given s...
分类:
其他好文 时间:
2015-05-29 13:40:20
阅读次数:
163
有个不大的表 数据量大于百万级别 这是类似IP地址范围查找. 表的查询量很大.数实时生成,有时会被更新该表上的索引 主键和表 都被我KEEP进内存了.查询速度 基本保持在50-30毫秒之间.该表的数据 一天要查500万次以上.同时被重复查询的次数也蛮多子.鉴于这个原因 所以向开发人员提出 在SQL 增加提示 /*+ result_cache */结论是 结果缓存通过表的依赖而失效,也就是说相应表发...
分类:
其他好文 时间:
2015-05-26 18:49:32
阅读次数:
148
Android Dev Options: Do not keep activities, 正常情况下是不开启的, 可是有时候为了测试极端情况,需要打开. 它的作用就是在用户离开时立即销毁activity. 本文分析了该开关开启时对Activity和其中的Fragment的影响, 涉及生命周期回调, ...
分类:
移动开发 时间:
2015-05-25 18:16:20
阅读次数:
215
引用http://www.duwenzhang.com/wenzhang/yingyuwenzhang/20110215/171059.html IF you can keep your head when all about you Are losing theirs and blaming...
分类:
其他好文 时间:
2015-05-24 23:23:22
阅读次数:
139