当我在subsite里点击”Add a document”,报这个错,后来一看event log:
在AAM里加上一条: 问题搞定:
分类:
其他好文 时间:
2014-05-12 13:14:07
阅读次数:
306
转自:http://superseven.iteye.com/blog/1625429从eclipse中增加了maven2的插件之后,maven默认的本地库的路径是${user}/.m2/repository/下,一般windows用户的操作系统都安装在C盘,所以这个目录
下的jar包比较危险。我尝...
分类:
系统相关 时间:
2014-05-12 12:54:41
阅读次数:
448
下面为您介绍的语句用于实现Oracle查询用户所有表,如果您对oracle查询方面感兴趣的话,不妨一看。select * from
all_tab_comments -- 查询所有用户的表,视图等select * from user_tab_comments --
查询本用户的表,视图等select...
分类:
数据库 时间:
2014-05-12 11:18:14
阅读次数:
362
Java守护线程(Daemon)示例本文由TonySpark翻译自Javarevisited。转载请参见文章末尾的要求。
当我们在Java中创建一个线程,缺省状态下它是一个User线程,如果该线程运行,JVM不会终结该程序。当一个线被标记为守护线程,JVM不会等待其结束,只要所有用户(Use...
分类:
编程语言 时间:
2014-05-12 09:48:56
阅读次数:
355
#ftp
#ljl
#!/usr/bin/perl
use strict;
use Net::FTP;
my $user = "anonymous";
my $passwd = "chinaunix@";
my $host = "ftp.freebsd.org";
my $ftp = Net::FTP->new("$host", Debug =>0)
or die "Can't connec...
分类:
其他好文 时间:
2014-05-11 13:23:26
阅读次数:
286
问题描述:程序报错“ArcGIS version not specified. You must
call RuntimeManager.Bind before creating any ArcGIS
components.”解决方法:打开program.cs。 把ESRI.ArcGIS.Ru...
分类:
其他好文 时间:
2014-05-11 13:10:03
阅读次数:
448
原文地址:Authentication options|Basic authorizationIf
you want to use simple binds with user DN and password within a Java component,
in order to authenti...
分类:
其他好文 时间:
2014-05-10 20:27:03
阅读次数:
485
1 ; *** Inno Setup version 5.5.0+ Chinese messages
*** 2 ; 3 ; To download user-contributed translations of this file, go to: 4 ;
http://www.jrso...
分类:
其他好文 时间:
2014-05-10 18:55:59
阅读次数:
614
Linux更改Apache网站目录出错:Document root must be a
directory解决修改DocumentRoot <Directory "C:/Apache/Apache2/htdocs"重启apache
报错Document root must be a director...
分类:
Web程序 时间:
2014-05-10 08:57:13
阅读次数:
442
Ajax传多个值的方法:var title =
document.getElementById("title").value; var cont =
document.getElementById("cont").value; var user = document.ge...
分类:
Web程序 时间:
2014-05-10 07:35:29
阅读次数:
386