建议一: 利用任务计划、批处理文件和ORACLE的EXP导出功能,可以根据日期自动生成ORACLE备份文件,大大方便了ORACLE数据备份。: 1、建立批处理文件backup.bat\. exp system/manager file=d:\backup\oracle\oracle%date...
分类:
数据库 时间:
2015-04-11 14:36:51
阅读次数:
215
先看官方文档:?http://docs.spring.io/spring-security/site/docs/4.0.x/reference/htmlsingle/ spring security4已经加入了注解的方式,但是为了比较清晰了解,还是使用了配置的方式。 第一步:web.xml 加入拦...
分类:
编程语言 时间:
2015-04-11 11:59:41
阅读次数:
437
# nginx rewrite rule#Main menu rules.rewrite ^(.*?)/index.html$ $1/index.php?r=site/index break;rewrite ^(.*?)/bisai.html$ $1/index.php?r=site/bis...
分类:
其他好文 时间:
2015-04-11 11:36:11
阅读次数:
133
#include #include /***适用一切文件大小的备份(复制)程序*@author mohui*@date 2015/04/10*/void main(){ FILE *sourceFile; FILE *backupFile; char source[20],backup[20],c....
分类:
编程语言 时间:
2015-04-10 23:47:47
阅读次数:
176
xtrabackup自动还原v2************************************************************************************************应用场景:************************************************************************************************1.备份目录为/backup/full和/backup/i..
分类:
其他好文 时间:
2015-04-10 20:22:22
阅读次数:
180
我配置hive时出现不能加载自己修改的hive-site.xml等配置文件的问题。发现它总是加载默认的配置文件。 解决: hadoop的配置文件hadoop-env.sh中加上export HADOOP_CLASSPATH=$HIVE_HOVE/conf:$HADOOP_CLASSPATH 还...
分类:
数据库 时间:
2015-04-10 18:16:58
阅读次数:
193
Aptana Update SiteThis site is designed to be used though the Eclipse or Aptana update manager.Installing this Plugin via Aptana or EclipseFrom theHel...
分类:
系统相关 时间:
2015-04-10 17:24:52
阅读次数:
184
http://goclipse.github.io/releases/Eclipse Software Site for GoclipseThis URL is an Eclipse software site. It is not meant to be viewed directly in a ...
分类:
系统相关 时间:
2015-04-10 17:06:05
阅读次数:
223
G -Awesome Backup SystemTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeURAL 2030DescriptionIt is known that all...
分类:
其他好文 时间:
2015-04-10 13:04:31
阅读次数:
113
1、简介CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF;2、功能你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你的名义发送恶意请求。CSRF能够做的...
分类:
其他好文 时间:
2015-04-09 21:21:17
阅读次数:
152