题目链接:UVA 11374 Airport Express
11374 - Airport Express
Time limit: 1.000 seconds
题意:
在Iokh市中,机场快线是市民从市内去机场的首选交通工具。机场快线分为经济线和商业线两种,线路,速度和价钱都不同。你有一张商业线车票,可以做一站商业线,而其他时候只能乘坐...
分类:
其他好文 时间:
2014-09-29 03:22:37
阅读次数:
357
配置httpd.conf文件去掉# 加载LoadModule expires_module modules/mod_expires.so模块加上如下配置:ExpiresActive OnExpiresDefault "access plus 300 seconds" Options Follo...
分类:
其他好文 时间:
2014-09-28 19:36:05
阅读次数:
222
Generalized Palindromic Number
Time Limit: 2 Seconds Memory Limit: 65536 KB
A number that will be the same when it is written forwards or backwards is known as a palindromic number. For e...
分类:
其他好文 时间:
2014-09-28 12:56:12
阅读次数:
242
#!/bin/bash
?
INTERVAL="1"??#?update?interval?in?seconds
?
if?[?-z?"$1"?];?then
????????echo
????????echo?usage:?$0?[network-interface]
????????echo
????...
分类:
其他好文 时间:
2014-09-25 23:50:28
阅读次数:
256
故障分析思路 查看等待事件,判断故障起因SQL>select * from (select sid,event,p1,p2,p3,p1text,WAIT_TIME,SECONDS_IN_WAIT from v$session_wait where wait_class# 6 order by wa....
分类:
其他好文 时间:
2014-09-23 19:02:55
阅读次数:
167
题目链接:
huangjing
题目意思:
用1~n中的数字进行组合,得到后面减前面的一项的最大最小值。。。
思路:
多试两个就会发现从n到1的排列得到的是最小值,同理从n-1到1得到的也是最小值,那么用n-这个最小值,那么必定得到的是最大值。。。
题目:
Abs Problem
Time Limit: 2 Seconds Memory Limit: 6553...
分类:
其他好文 时间:
2014-09-23 16:55:05
阅读次数:
143
1.以前一直对这个参数很模糊,今天闲下心来看源码文件sql/rpl_slave.cc(MySQL5.6.16)if(mi->rli->slave_running){/*CheckifSQLthreadisattheendofrelaylogCheckingshouldbedoneusingtwoconditionscondition1:comparethelogpositionsandcondition2:comparethefilenames(to..
分类:
其他好文 时间:
2014-09-23 04:25:34
阅读次数:
378
1.修改conf/core-site.xml增加 fs.checkpoint.period 3600 The number of seconds between two periodic checkpoints. fs.checkpoint.size 67108864 The size of ...
分类:
其他好文 时间:
2014-09-22 20:25:53
阅读次数:
247
Tree Recovery
Time Limit: 2 Seconds Memory Limit: 65536 KB
Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with ...
分类:
其他好文 时间:
2014-09-21 21:55:21
阅读次数:
204
1.系统故障排除1)模拟磁盘/dev/sda的MBR故障,并执行修复01.备份磁盘/dev/sda的MBR扇区选择一个/dev/sda以外的文件系统(比如/dev/sdb1)来存放备份文件:[root@svr5~]#df-hT/home//选择/dev/sdb1存放备份文件系统类型容量已用可用已用%挂载点/dev/sdb1ext319G173M18G1%/home使..
分类:
其他好文 时间:
2014-09-19 19:36:27
阅读次数:
5246