问题标签 [layer]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2194 浏览

android - 下载源时显示微调器轮而不是图像

我将创建一个画廊视图,用户可以在其中切换不同的产品图片。其中一些将是一个标签,如“销售”和一个简短的描述。启动时,我想在该位置显示加载动画,直到下载产品照片。

  1. 为一张产品照片使用图层列表或状态列表?
  2. 你能告诉我,如何设置吗?
  3. 如何使那个微调器旋转?
  4. 如何开启或关闭(如何通过代码访问图层列表)?

顺便说一句,“微调器”是最好的词吗?它似乎代表了几件事。如果我没有说对的话,请随意编辑这个问题。

0 投票
4 回答
4209 浏览

jquery - 多形 CSS 层 \ 非矩形 CSS 层

是否可以使 CSS 图层的形状如下图所示...

替代文字

我知道我们可以拥有这种形状的图像,并且具有透明背景,我们可以拥有像这些形状的图层......但我不希望 CSS 图层具有像这些形状这样的实际边框......有没有办法 CSS、jQuery 或任何东西...... .

注意:“像这样的形状我的意思不仅仅是这三个例子,而是我可以定义的形状”

0 投票
3 回答
3620 浏览

iphone - 如何使 UIImageView 变暗

我需要在 UIImageView 被触摸时使其变暗,几乎就像跳板上的图标(主屏幕)一样。

我应该添加 0.5 alpha 和黑色背景的 UIView。这似乎很笨拙。我应该使用图层还是其他东西(CALayers)。

0 投票
2 回答
2020 浏览

iphone - 在没有drawRect的现有UIView上绘制线/点?

我创建了折线图。现在,当我点击屏幕时,我需要在此图表上显示点。最好的方法是什么?我需要drawRect再次调用方法,用标记点绘制整个图表吗?

我正在考虑图表上的透明层之类的东西UIView。我可以创建另一个透明UIView并将其放在图表的位置吗?

0 投票
1 回答
162 浏览

javascript - 如何在 JavaScript 框架上实现一个新层?

在 JavaScript 框架(jQuery、Prototype 等)上实现新层的最佳方式是什么?

例如...

执行

谢谢您的回复!

0 投票
1 回答
799 浏览

openlayers - 如何在 OpenLayers 图层名称中使用标记

我有许多按以下方式定义的数据层:

我添加到地图中,它出现在图层切换器上,一切都很好。但是,我注意到生成的 HTML 包含以下内容:

您会注意到表单输入 ID 和 NAME 都逐字包含图层名称。这对我来说似乎有点奇怪,因为 ID 和 NAME 属性很容易变得无效。更复杂的是,我希望在图层标签上添加一些标记,以便以不同的语言显示/隐藏图层名称。在表单字段中有标记是 a) 垃圾和 b) 导致 IIS 在提交表单时抱怨“可能不安全的请求”(asp.net webforms,包装页面的单个表单,因此如果没有负载就无法真正逃脱它工作!)

我知道如何规避不安全页面请求警告,但如果我这样做,我的管理员会停下来。我想知道是否有人知道在不干扰底层控制标记的情况下巧妙地设置图层标签的方法?

干杯,史蒂夫

0 投票
4 回答
112 浏览

asp.net-mvc-2 - 需要一些关于使用 MVC 2 开始新生活以及在 MVC2 中用于 RAD 的工具的建议吗?

我终于决定跳上 MVC 2 的火车。现在我最近做了很多阅读,下面是我认为对于大多数业务 Web 应用程序来说足够好的架构。

分层架构:-
模型(与数据库通信的层)。EF4
存储库(与模型通信并包括所有查询的层)
业务层(验证、帮助函数、对存储库的调用)
控制器(控制应用程序的流程并负责从业务层向视图提供数据。)
视图(用户界面)

现在我决定为每一层创建一个单独的项目(只是为了尊重关注点分离的困境。虽然我知道这没有必要但我认为它使项目看起来更专业:-)

我正在使用AutoMetaData t4 模板进行验证。我也遇到了FluentValidation但找不到太多关于它的信息。我应该和哪一个一起去?

选择哪个视图引擎?
Razor View Engine一见钟情。但它仍处于测试阶段,我认为要找到它的例子并不容易。我对吗?
Spark ..我也找不到太多关于它的信息,也不想在没有人听的时候被困在中间的某个地方寻求帮助......:-(

T4 模板自动生成视图,我可以自定义它们以按照我想要的方式生成视图?剃须刀和火花可以做到这一点,还是我必须手动创建它们?

有没有办法自动生成存储库?

如果我能看到基于上述架构的项目,我将不胜感激。

请让我知道这是否是一个很好的架构。
我对业务层有些困惑,比如真的有必要吗?

0 投票
1 回答
75 浏览

user-interface - Critique for an approach to send status messages to the UI?

We are writing an application hosted in Excel 2002 (groan). One requirement is that, during certain operations, we submit progress messages to the user from the business layer. However, these messages can be displayed at multiple sites, one being the Excel status bar, and another being a label on a form, and possibly others in the future. In some situations, we desire to only post the message to the Excel status bar, in others, just the label on the form, and in others, both.

Currently, we have a message "hub" to which business logic can post status messages. The Excel status bar and also the form label both observe this hub, and if any messages are posted, both intercept the messages and display them- similar to mass mailings via a post office, where the sender is unconcerned with the destination.

First: Is this a generally accepted pattern?

Second: Would it be prudent for the business layer to have knowledge of the destination to which it needs to post a message? Even though the business layer is relatively decoupled from the UI through the use of the post office, what is your opinion of imbuing the business layer with, essentially, address/target/destination information?

Thanks.

0 投票
3 回答
1624 浏览

html - z-index 值未按应有的方式工作 - z-index 50 项目显示在下方

http://new.michaellane.com/listing-gallery.php

你在那里看到的黄色纸条有这一套:

包含它的 div .listing_icons 只是一个通用的 float:left, position:relative DIV,z-index 仅为 10。

黄色条是如何出现在右侧的 .listing_icons 下方的?

0 投票
2 回答
332 浏览

html - 可见数量限制
在 HTML 中

HTML 文件中的可见层数是否有限制?

我正在创建新图层,但当我查看网页时,它们似乎都没有出现 O_o