作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在我的应用程序 GWT 上应用海王星主题,但它不起作用。
我已经将主题 neptune.jar 和主题生成器添加到依赖项中:我的app.gwt.xml:
<inherits name='com.sencha.gxt.theme.neptune.Theme' />
<inherits name="com.google.gwt.http.HTTP" />
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.logging.Logging"/>
<inherits name="com.google.gwt.xml.XML"/>
<inherits name='com.sencha.gxt.ui.GXT'/>
<inherits name='org.gwtopenmaps.openlayers.OpenLayers' />
<set-property name="gwt.logging.enabled" value="FALSE"/>
<set-property name="gwt.logging.consoleHandler" value="DISABLED"/>
<set-configuration-property name="locale.cookie" value="GWT_LOCALE" />
<entry-point class='org.traccar.web.client.Traccar'/>
<source path='client'/>
<source path='shared'/>
还有我的 pom:
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt-themebuilder</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt-theme-neptune</artifactId>
<version>3.1.1</version>
</dependency>
我做错了什么?
最佳答案
移动<inherits name='com.sencha.gxt.theme.neptune.Theme' />
到inherits
之后对于 GXT
- 如果你把它放在前面,它会被默认覆盖。
关于java - 主题海王星不适用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32143443/
我很难在 gremlin 中找出以下场景的查询。这是有向图(可能是循环的)。 我想获得前 N 个有利节点,从节点“Jane”开始,这里的优先级定义为: favor(Jane->Lisa) = edge
我运行了一个很长的查询(可能长达两分钟),代码因超时错误而崩溃。 我不使用 Gremlin 服务器,我直接从 Python 代码连接到 Neptune 端点。 对于 NEO4J,我更改了位于 http
我有一个关于将 Neptune DB 用作网络数据库的最佳实践及其扩展复杂计算能力的通用问题。我想开发一个用户推荐系统,在该系统中,平台上的新用户会被提示他们可能会关注的其他用户,以发展网络。 为了实
我是一名优秀的程序员,十分优秀!