问题列表 - 第20349页

Spring 3.0 - 无法找到XML模式命名空间的Spring NamespaceHandler [http://www.springframework.org/schema/security]

任何想法可能是什么原因?

无法找到XML架构命名空间的Spring NamespaceHandler [ http://www.springframework.org/schema/security]

org.springframework.web.context.ContextLoader initWebApplicationContext: Context initialization failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/security]
Offending resource: ServletContext resource [/WEB-INF/applicationContext.xml]
Run Code Online (Sandbox Code Playgroud)

这是我的applicationContext.xml:

<?xml version="1.0" encoding="UTF-8"?>
<beans:beans xmlns="http://www.springframework.org/schema/security"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:beans="http://www.springframework.org/schema/beans"
    xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
        http://www.springframework.org/schema/context 
        http://www.springframework.org/schema/context/spring-context-3.0.xsd
        http://www.springframework.org/schema/security
        http://www.springframework.org/schema/security/spring-security-3.0.xsd">
...
</beans:beans>
Run Code Online (Sandbox Code Playgroud)

在我的pom.xml中,我有:

<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-core</artifactId>      
    <version>3.0.1.RELEASE</version>
</dependency>
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-openid</artifactId>
    <version>3.0.1.RELEASE</version>
</dependency>
Run Code Online (Sandbox Code Playgroud)

java spring maven-2 spring-security

176
推荐指数
5
解决办法
16万
查看次数

在(任何)Java程序中呈现JavaScript和HTML(访问呈现的DOM树)?

我知道这个问题一定是在这里问过的,但通过搜索我找不到解决办法:

我的问题是:什么是最好的Java库"完全下载任何wepage并呈现内置的JavaScript,然后以编程方式访问呈现的网页(即DOM-Tree!),并将DOM树作为"HTML -资源".

(类似于firebug最终做的事情,它呈现页面,我可以访问完全呈现的DOM树,因为页面在浏览器中看起来像!相反,如果我点击"show source"我只获得JavaScript源代码这不是我想要的.我需要访问渲染的页面...)

(使用渲染我的意思是只渲染DOM树而不是视觉渲染......)

这不一定是一个单独的库,可以有几个可以一起完成的库(一个将下载,一个渲染......)但由于JavaScript的动态特性,JavaScript库也很可能必须具有某种下载器可以完全呈现​​任何异步JS ...

背景:在"过去的好时光"中,HttpClient(Apache Library)是构建自己非常简单的爬虫所需的一切.(像Nutch或Heretrix这样的很多cralwers仍然围绕这个核心主题构建,主要集中在标准HTML解析上,所以我无法向他们学习)我的问题是我需要抓取一些严重依赖JavaScript的网站我无法使用HttpClient进行解析,因为我之前需要执行JavaScripts ...

非常感谢你!!蒂姆

javascript java rendering

14
推荐指数
1
解决办法
1万
查看次数

如何用R创建"墨迹"图表?

我怎样才能创建一个类似的图表

http://junkcharts.typepad.com/junk_charts/2010/01/leaving-ink-traces.html

其中几个时间序列(每个国家一个)水平显示为对称区域?

我想如果我能以这种方式显示一个时间序列,很容易使用mfrow推广到几个.

样本数据:

#Solar energy production in Europe, by country (EC),(1 000 toe)  
Country,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007  
Belgium,1,1,1,1,1,1,2,2,3,3,3,5  
Bulgaria,-,-,-,-,-,-,-,-,-,-,-,-  
Czech Republic,0,0,0,0,0,0,0,0,2,2,3,4  
Denmark,6,7,7,8,8,8,9,9,9,10,10,11  
Germany (including ex-GDR from 1991),57,70,83,78,96,150,184,216,262,353,472,580  
Estonia,-,-,-,-,-,-,-,-,-,-,-,-  
Ireland,0,0,0,0,0,0,0,0,0,0,1,1  
Greece,86,89,93,97,99,100,99,99,101,102,109,160  
Spain,26,23,26,29,33,38,43,48,58,65,83,137  
France,15,16,17,18,26,19,19,18,19,22,29,37  
Italy,8,9,11,11,12,14,16,18,21,30,38,56  
Cyprus,32,33,34,35,35,34,35,36,40,41,43,54  
Latvia,-,-,-,-,-,-,-,-,-,-,-,-  
Lithuania,-,-,-,-,-,-,-,-,-,-,-,-  
Luxembourg (Grand-Duché),0,0,0,0,0,0,0,0,1,2,2,2  
Hungary,0,0,0,0,0,1,2,2,2,2,2,3  
Netherlands,6,7,8,10,12,14,16,19,20,22,22,23  
Austria,42,48,55,58,64,69,74,80,86,92,101,108  
Poland,0,0,0,0,0,0,0,0,0,0,0,0  
Portugal,16,16,17,18,18,19,20,21,21,23,24,28  
Romania,0,0,0,0,0,0,0,0,0,0,0,0  
Slovenia,-,-,-,-,-,-,-,-,-,-,-,-  
Slovakia,0,0,0,0,0,0,0,0,0,0,0,0  
Finland,0,0,0,0,1,1,1,1,1,1,1,1  
Sweden,4,4,5,5,5,6,4,5,5,6,6,9  
United Kingdom,6,6,7,7,11,13,16,20,25,30,37,46  
Croatia,0,0,0,0,0,0,0,0,0,0,0,1  
Turkey,159,179,210,236,262,287,318,350,375,385,402,420  
Iceland,-,-,-,-,-,-,-,-,-,-,-,-  
Norway,0,0,0,0,0,0,0,0,0,0,0,0  
Switzerland,18,19,21,23,24,26,23,24,25,26,28,30  
#-='Not applicable' or 'Real zero' or 'Zero by default' :=Not available "
#Source of Data:,Eurostat, http://spreadsheets.google.com/ccc?key=0Agol553XfuDZdFpCQU1CUVdPZ3M0djJBSE1za1NGV0E&hl=en_GB  
#Last Update:,30.04.2009  
#Date of extraction:,17 Aug 2009 07:41:12 GMT, http://epp.eurostat.ec.europa.eu/tgm/table.do?tab=table&init=1&plugin=1&language=en&pcode=ten00082
Run Code Online (Sandbox Code Playgroud)

graphics r

11
推荐指数
4
解决办法
1859
查看次数

在基于servlet的应用程序中放置位置以及如何读取配置资源文件?

在我的Web应用程序中,我必须向一组预定义用户发送电子邮件finance@xyz.com,因此我希望将其添加到.properties文件中并在需要时访问它.这是一个正确的程序,如果是这样,那么我应该在哪里放置这个文件?我正在使用Netbeans IDE,它有两个单独的文件夹用于源文件和JSP文件.

configuration resources servlets java-ee properties-file

215
推荐指数
4
解决办法
25万
查看次数

WPF DataGridCell模板中的动态绑定

我有一个关于WPF中数据绑定DataGrid的问题.我使用的是VS 2010 Beta 2,它有自己的DataGrid,而不是Toolkit,虽然我认为它几乎是一样的.

我想绑定到一个有52列的数据集,一年中每周一个.出于这个原因,我想动态绑定数据而不是指定每个字段.每个字段的值都是真或假,具体取决于某些条件.基于此值,我想在条件为真时在单元格模板中显示图像,如果条件不为真,则隐藏它.

我的问题是我找到的所有使用模板的例子都是指固定的预定义字段,你可以使用Text ="{Binding UserName}"这样的绑定.这对我没有好处,因为我不知道在设计时字段名称是什么.

我已经编写了一个简化的例子来说明问题.在此示例中,生成包含true和false值的数据表.我的模板中的图像永远不可见.如何根据数据中的真或假值使其不可见?

<Window.Resources>

    <!--This is the bit that doesn't work...-->
    <Style TargetType="{x:Type Image}" x:Key="HideWhenFalse">
        <Setter Property="Visibility" Value="Hidden" />
        <Style.Triggers>
            <DataTrigger
        Binding="{Binding Path=???}" 
        Value="True"> <!--What to put for the path? -->
                <Setter Property="Visibility">
                    <Setter.Value>
                        Visible
                    </Setter.Value>
                </Setter>
            </DataTrigger>
        </Style.Triggers>
    </Style>
    <!--Up to here--> 

    <Style x:Key="{x:Type DataGridCell}" TargetType="{x:Type DataGridCell}">
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate>
                    <StackPanel>
                        <Image Source="Images/tick.bmp" Style="{StaticResource HideWhenFalse}">

                        </Image>
                    </StackPanel>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>
</Window.Resources>

<Grid>
    <DataGrid 
        x:Name="myDataGrid"
        AutoGenerateColumns="True" >

    </DataGrid>
</Grid>
Run Code Online (Sandbox Code Playgroud)

代码背后:

public partial …

wpf binding datagrid templates

5
推荐指数
1
解决办法
7177
查看次数

在2.0 CLR中运行.NET 3.5代码

我对此感到困惑 - 我的机器上有.NET 3.5和VS2008 - 服务器都运行.NET2.0

我可以在我的机器上编译代码并以.NET3.5为目标并仍然在2.0 CLR上运行吗?

是否有mtrix任何地方突出.net版本和CLR版本及其兼容性?

我如何找出我正在使用的CLR?

c#

3
推荐指数
1
解决办法
504
查看次数

在c#代码后面实现javascript

大家早.

我前面的代码中有以下javascript

     <script  type="text/javascript" src="~/VDSReporting/jquery.js"></script> <script type="text/javascript">

    function ShowImage() {
        document.getElementById('tbxProdAC') 
      .style.backgroundImage = 'url(/images/vds/progress.gif)';

        document.getElementById('tbxProdAC')
                    .style.backgroundRepeat = 'no-repeat';

        document.getElementById('tbxProdAC')
                    .style.backgroundPosition = 'right';
    }

    function HideImage() {
        document.getElementById('tbxProdAC')
                      .style.backgroundImage = 'none';
    } 

</script>
Run Code Online (Sandbox Code Playgroud)

我如何进行'转换'这个并且仅将它存在于c#代码中?

请原谅我的无知,我完全超出了我的深度!

c# code-behind

0
推荐指数
1
解决办法
2509
查看次数

在$ 5.10之前,'my $ x if 0'技巧是否可用于Perls的静态变量创建?

在5.10之前的Perl中没有"状态"声明.

我在这些Perls中遇到了一个创建静态变量的例子:my $x if 0.该if 0条件使变量的行为像一个静态变量:

use strict; use warnings;
add() for 1..7;

sub add {
    my @arr = () if 0;

    push @arr, '+';
    print @arr, "\n";
}
Run Code Online (Sandbox Code Playgroud)

打印:

+
++
+++
++++
+++++
++++++
+++++++
Run Code Online (Sandbox Code Playgroud)

在5.10之前的所有版本的Perl中,这种行为是否一致?

perl

13
推荐指数
3
解决办法
571
查看次数

我如何找出我正在使用的CLR?

是否有可用的东西告诉我我正在使用的.NET版本以及它是否是.NET 2.0 SP1?

谢谢

.net clr

4
推荐指数
1
解决办法
1119
查看次数

为python而发誓

我最近开始使用Sweave*来创建使用R运行的分析报告,现在我正在寻找与我的python脚本相同的功能.

我发现在Sweave文档中嵌入python的引用,但这似乎有点像黑客.有没有人找到一个更好的解决方案,或者是否有一个我不知道的python的等价物?

*Sweave是一种允许嵌入R代码以在乳胶文档中进行完整数据分析的工具

python r literate-programming sweave

27
推荐指数
5
解决办法
4959
查看次数