1. Add chunk:For example, replace the header by using chunk.Usage: [[$chunk_name]]Cut all the header code from the Learn template [[++site_...
分类:
其他好文 时间:
2015-01-06 00:46:13
阅读次数:
332
通常情况下,在维护数据库的时候,就要涉及到数据库的备份和还原操作在windows下的mysql数据库,我们可以用Mysqldump.exe这个命令来进行备份,命令如下在mysql的bin目录下,找到mysqldump.exe命令,执行:mysqldump-hlocalhost-uroot-p12345databasename>d:\sqlbackup.sql这..
分类:
数据库 时间:
2015-01-05 15:06:26
阅读次数:
139
hadoop有自己记录日志的路径和配置方法。
打印日志方法:log4j,slf4j等记录日志方法,系统日志等。
日志记录的路径和文件名的定义:mapred-site.xml中有相关的设置。
xml version="1.0"?>
xml-stylesheet type="text/xsl" href="configuration.xsl"?>...
分类:
其他好文 时间:
2015-01-05 13:05:09
阅读次数:
225
解决方法是直接将下载的离线包解压,得到plugins和features文件夹,放到Eclipse的dropins目录下。重启Eclipse,PyDev插件即可安装成功。离线包下载地址:http://sourceforge.net/projects/pydev/files/pydev/安装好PyDev...
分类:
编程语言 时间:
2015-01-05 10:50:17
阅读次数:
5091
Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-si...
分类:
其他好文 时间:
2015-01-05 10:49:38
阅读次数:
160
转载地址:http://javaz.cn/site/javaz/site_study/info/2014/16896.html
项目地址:http://www.freeteam.cn/
统计分析
系统级统计分析,用于统计系统所有数据。
1. 工作量统计
统计所有用户的工作量。从左侧管理菜单点击工作量统计进入。
您可以根据添加人,时间条件进行...
分类:
编程语言 时间:
2015-01-05 09:32:24
阅读次数:
251
新手在使用Ubuntu的时候可能在升级时感觉很慢,如果这样他就需要换一个适合自己的源了。
下面我就简单的说一下怎样换源。
在终端里输入 sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup (表示备份列表)
再输入 sudo gedit /etc/apt/sources.list
你就能看到源列表了,把你看到的...
分类:
系统相关 时间:
2015-01-04 10:00:59
阅读次数:
345
环境:Hadoop1.2.1 配置SecondaryNameNode节点 [grid@hadoop1 hadoop-1.2.1]$ cat ./conf/masters
hadoop2 配置NameNode节点、同步检查时间 [grid@hadoop1 hadoop-1.2.1]$ cat ./conf/core-site.xml
<?xml versio...
分类:
其他好文 时间:
2015-01-03 22:33:04
阅读次数:
199
Q4E is now
Eclipse IAM
Releases will still be published in this site until full migration to the Eclipse Foundation happens.
If you had Q4E version 0.8.1 or lower read the
Upgrading to Eclips...
分类:
系统相关 时间:
2015-01-01 11:18:16
阅读次数:
205
(1)、首先使用fiddler工具抓到bugfree登录时的数据包: 登录请求:http://192.168.0.100/bugfree/site/login 传递的参数:&LoginForm%5Busername%5D=admin&LoginForm%5Bpassword%5D=123456&Lo...
分类:
Web程序 时间:
2015-01-01 01:32:54
阅读次数:
2194