网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-29 23:55:02
阅读次数:
236
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-28 23:40:03
阅读次数:
349
form_tag(url_for_options = {}, options = {}, *parameters_for_url, &block)Starts a form tag that points the action to an url configured with url_for_op...
分类:
其他好文 时间:
2014-10-22 12:43:28
阅读次数:
204
有时候调用web service 会出现
Message does not conform to configured policy [ AuthenticationTokenPolicy(S) ]: No Security Header found
这样的错误。...
分类:
编程语言 时间:
2014-10-22 08:45:39
阅读次数:
567
安装rac10g,出现如下错误:
[root@rac2 oracle]# /u01/product/crs/root.sh
WARNING: directory '/u01/product' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does no...
分类:
其他好文 时间:
2014-10-11 17:29:05
阅读次数:
241
Struts中报错the request was rejected because its size (***) exceeds the configured maximum (2097152)最新解决方案是在struts.xml中设置http://bioubiou.iteye.com/blog/1...
分类:
Web程序 时间:
2014-10-10 21:03:54
阅读次数:
166
New XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configured in the file “http...
分类:
其他好文 时间:
2014-10-06 18:03:00
阅读次数:
262
1、问题MISCONF Redis is configured to save RDB snapshots 127.0.0.1:6379> set k1 "nob" (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Comma...
分类:
其他好文 时间:
2014-10-05 18:02:18
阅读次数:
251
(1)异常信息如下:
严重: Servlet.service() for servlet action threw exception
java.lang.RuntimeException: No CurrentSessionContext configured!
at com.lc.utils.HibernateUtil.executeQuery(HibernateUtil.java:56)...
分类:
系统相关 时间:
2014-10-05 12:26:18
阅读次数:
266
从命令行运行django数据库操作,报错:django.core.exceptions.ImproperlyConfigured: Requested setting DEFAULT_INDEX_TABLESPACE, but settings are not configured. You mus...
分类:
数据库 时间:
2014-10-02 20:50:33
阅读次数:
244