#/*
#*File:Makefile
#*Author:DavidLin
#*Date:2014-12-07pm
#*Email:linpeng1577@163.comorlinpeng1577@gmail.com
#*world:thecityofSZ,inChina
#*Ver:000.000.001
#*history:editortimedo
#*1)LinPeng2014-12-07createdthisfile!
#*2)
#*/
.PHONY:allclean
obj-m:=test.o
..
分类:
系统相关 时间:
2014-12-28 01:50:38
阅读次数:
244
/*
*Kernel:Linux2.6.32.63
*File:\scripts\mod\modpost.h
\scripts\mod\modpost.c
*Author:DavidLin
*Date:2014-12-25pm
*Email:linpeng1577@163.comorlinpeng1577@gmail.com
*world:thecityofSZ,inChina
*Ver:000.000.001
*history:editortimedo
*1)LinPeng2014-12-25create..
分类:
系统相关 时间:
2014-12-28 01:49:20
阅读次数:
190
1、history加时间显示在/etc/profile里面加入下面2行HISTTIMEFORMAT="%Y-%m-%d%H:%M:%S"exportHISTTIMEFORMAT检查~/.bash_history的配置会加上#123456789类似的数字
分类:
系统相关 时间:
2014-12-27 19:05:03
阅读次数:
151
1. android单实例运行方法我们都知道Android平台没有任务管理器,而内部App维护者一个Activity history stack来实现窗口显示和销毁,对于常规从快捷方式运行来看都是startActivity可能会使用FLAG_ACTIVITY_NEW_TASK标记来打开一个新窗口,比...
分类:
移动开发 时间:
2014-12-26 18:06:24
阅读次数:
246
浏览器页面后退事件 <a?href="javascript:history.back(-1)"?class="btn?btn-default"?>返回</a>
history.back(-1):直接返回当前页的上一页,数据全部消息,是个新页面
history.go(-1):也是返回当前页的上一...
分类:
Web程序 时间:
2014-12-24 18:44:14
阅读次数:
166
第十三章SET运算符1.SET操作符:UNION/UNIONALL INTERSECT MINUS2.UNION操作符返回两个查询的结果集的并集SELECTemployee_id,job_idFROMemployeesUNIONSELECTemployee_id,job_idFROMjob_history;2.1UNIONALL操作符:返回两个查询的结果集的并集。对于两个结果集的重复部分,..
分类:
数据库 时间:
2014-12-24 18:24:28
阅读次数:
198
jsp页面中要返回到上一页可以使用的方法有: 一不刷新: window.history.back(); //返回上一页,这里是利用的浏览器的缓存,返回后数据不会刷新;下一页就用:window.history.forward() window.history.go(-1); ...
分类:
编程语言 时间:
2014-12-24 16:06:54
阅读次数:
208
Shell 历史记录异地留痕审计与监控 http://netkiller.github.io/journal/shell.history.html Mr.?Neo Chen?(陈景峰),?netkiller, BG7NYT 中国广东省深圳市龙华新区民治街道溪山美地 518131 +86?13113668890 +...
分类:
系统相关 时间:
2014-12-24 13:33:55
阅读次数:
314
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand(‘Refresh‘)6 window.navigate...
分类:
Web程序 时间:
2014-12-23 19:14:54
阅读次数:
233
很多时候,Yarn 的用户希望知道自己运行过的某个 MapReduce job 的运行参数,此时可以从MapReduce History Server的 web console上查阅该 job的conf xml 文件内容。当然用户也可以先登录Yarn 的 web console的地址,然后再从上面跳转到 Job History Server 的 web console进行查阅。本文将以一个简单的图文例子来具体演示该功能。...
分类:
Web程序 时间:
2014-12-22 22:50:16
阅读次数:
309