The history of database system research is one of exceptional productivity and startling economic impact.数据库系统研究的历史是重要成果之一,而且正在发挥着令人振惊的经济影响。Barely 20 ...
分类:
其他好文 时间:
2015-09-07 12:28:58
阅读次数:
248
history 查看历史命令history -c 清除历史命令tab 补全命令!3 执行第三条历史命令cat /etc/profile 查看历史配置文件,当然也可以修改历史保存命令个数if [ "$EUID" = "0" ]; then pathmunge /sbin path...
分类:
其他好文 时间:
2015-09-06 22:51:39
阅读次数:
324
脚本sh05.sh#!/bin/bash# Program# Program shows the effect of shift function# History:# 2015/9/6 zengdp First releasePATH=/bin:/sbin:/usr/bin...
分类:
移动开发 时间:
2015-09-06 17:50:22
阅读次数:
173
1 #!/bin/bash 2 # Program 3 # User inputs 2 integer numbers:program will cross these two numbers. 4 # History: 5 # 2015/9/6 zengdp First ...
分类:
其他好文 时间:
2015-09-06 16:17:10
阅读次数:
135
缘起最近有个分布式限速的需求。支付宝的接口双11只允许每秒调用10次。单机的限速,自然是用google guava的RateLimiter。http://docs.guava-libraries.googlecode.com/git-history/master/javadoc/com/google...
分类:
系统相关 时间:
2015-09-05 19:08:22
阅读次数:
300
工作中,需要把用户执行的每一个命令都记录下来,并发送到日志服务器的需求,为此我做了一个简单的解决方案。这个方案会在每个用户退出登录 时把用户所执行的每一个命令都发送给日志守护进程rsyslogd,你也可通过配置“/etc/rsyslog.conf”进一步将日志发送给日志服务器第一种方法1234567...
分类:
系统相关 时间:
2015-09-04 19:54:00
阅读次数:
359
/**************************************************************** NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnn...
分类:
其他好文 时间:
2015-09-04 08:41:47
阅读次数:
237
SELECT * from rpt_history_money where customer_price_per_day =0 and real_pay_money date(beable_service_days);SELECT count(DISTINCT service_day),order....
分类:
其他好文 时间:
2015-09-02 18:34:54
阅读次数:
245
整理了就是这几种,,有些在IE下面是不支持的,慎用。。。1,history.go(0)2,location.reload()3,location=location4,location.assign(location)5,document.execCommand('Refresh')6,window....
分类:
Web程序 时间:
2015-09-02 13:13:06
阅读次数:
201
常用总结,方便大家学习共享。1.document.write(""); 输出语句2.JS中的注释为//3.传统的HTML文档顺序是:document->html->(head,body)4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,locat...
分类:
Web程序 时间:
2015-09-02 10:42:09
阅读次数:
175