Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以使用 CakePHP 重叠 2 个图像。我在这里尝试做的是制作带有头部和锚点的默认图像(googlemap 中的针脚)。如果用户上传图片,它会将上传的图片放在 pin drop 的头部。任何帮助表示赞赏。
到目前为止,我所做的是在谷歌地图中显示上传的图像,但它取代了整个 pin drop。
它需要一个使用简单 CSS z-index属性的解决方案。PHP 与您要应用的样式无关。
z-index
使用以下语法 -
<img src="img1.jpg" style="z-index:1; position:absolute;" width=200 height=200> <img src="img2.jpg" style="z-index:2; position:absolute;" width=100 height=100>
这里img2.jpg将出现在img1.jpg上方。值越高z-index,元素将出现的越外层。
我可能在这里遗漏了一些东西,但我似乎找不到任何关于使用 Spring Integration JPA Outbound Channel Adapter 持久化实体列表的文档。我有一个非常简单的场景,应该轮询数据库并将新数据复制到另一个数据库。因此:
<int-jpa:inbound-channel-adapter channel="myC