问题标签 [pins]
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.
input - 将 LED 引脚配置为 MACHxo2 板上的输入
我正在尝试将连接到板载 LED 的引脚配置为输入引脚。文档说明它们是免费的 i/o,但是当我用示波器探测它们时,它说它们正在输出“高”信号。这是在 MACHXO2 7000he cpld 上,但我认为任何 MACH 板的答案都是相同的。提前感谢您的帮助。
facebook - 产品的 Pinterest Rich Pins 元标记
我需要为 Pinterest 丰富的 pin 生成以下元标记:标准价格 - 所以 Pinterest 知道产品是否在销售,货币当前价格产品颜色
我对 Pinterest 文档感到困惑:developers.pinterest.com/rich_pins_product/
有一个例子:
但在他们的文档提到的示例下方:
我在 facebook 上找到了这些元标记:developers.facebook.com/docs/reference/opengraph/object-type/product/
我不确定我应该使用哪些标签。
我尝试使用这些标签:
并使用 Pinterest 工具
http://awesomescreenshot.com/0d13m8gp0b进行验证
它似乎没有获得标准价格和颜色,并两次显示价格、可用性和货币。
我将不胜感激这方面的任何帮助。谢谢!
ruby-on-rails - PinsController#index 中的 RuntimeError:在类级别声明控制器响应的格式
在我的 Rails 应用程序上工作时,我在终端中使用以下命令创建了一个“Pins”脚手架:
rails 生成脚手架 Pins 描述:string --skip-stylesheets
这会在我的应用程序中创建脚手架,然后我运行:
耙分贝:迁移
它顺利通过。我没有更改任何生成的页面,但是当我最终尝试访问 localhost:3000 上的新脚手架时,出现以下错误:
PinsController 中的 RuntimeError#index
为了使用 respond_with,首先您需要在类级别 Rails.root 中声明控制器响应的格式:/Users/code/appname
应用程序跟踪 | 框架跟踪 | 全跟踪
app/controllers/pins_controller.rb:6:in `index'
我一直在关注视频教程来创建我的应用程序,但视频中的用户没有提出这个问题。我正在尝试使用在线资源来解决问题,但没有解决我的问题。
你们能帮帮我吗?
谢谢!
ruby-on-rails - Rails: render certain pins on a specific page
I would like to render only certain pins of my rails app on a page. Pins has a specific id. And I would like to render for example pin with id: 2 and 3 on a page and render pins with id 4 and 4 on an other page.
So i tried to implement this code on my controller in: app/controller/pin_controller.rb
And in my app/views/pins/mypage.html.erb I inserted the app/views/pins/index.html.erb
to make it short it looks like this:
I have a method error saying that there is no method: each:
And of course if I get rid of this each method: the page only render one pin from the two pins I want to render.
Any ideas how to fix this?
embedded - AtMega 328 SPI 引脚限制
在上图中的 ATMega328p 引脚分配中,如果我使用微控制器作为 SPI 总线主控器,我知道我将使用对应于品脱 19、18、17 和 16 的信号 SCK、MOSI、MISO 和 SS#。
我只是想知道由于使用了 SPI 引脚,其他哪些引脚功能会受到限制?
ruby-on-rails - 从 url 中删除控制器名称时出错
好的,所以我有一个 Rails 应用程序,用户可以在其中创建引脚。然后他们可以评论这些别针。我要做的是删除 pin url 中的控制器名称。
所以代替:http://localhost:3000/pins/name我有http://localhost:3000/name
**我通过在我的 **config/routes.rb**** 中使用它来做到这一点
但是现在,当我尝试评论 pin 时,我遇到了这个错误:
并且错误来自我的comments_controller.rb的这几行:
有什么想法可以解决这个问题吗?
编辑:
maps - 从嵌入的谷歌地图图钉中提取坐标数据
提前致谢。
我正在尝试获取此嵌入式 Google 地图中引脚的坐标:http ://www.tcatbus.com/learn/system-map
有什么办法吗?我查看了 KMZ 提取但无法找到该文件。还有其他建议吗?
tags - 使用 act-as-taggable-on 将标签添加到别针而不保存标签
我正在创建一个“标签”字段供用户在使用 act-as-taggable-on 创建引脚时输入。我已经运行了迁移并编辑了 form_html.erb、pins_controller.rb 和 pin.rb。
标签似乎没有保存,当我打开帖子进行编辑时,它们已经消失了。
这是我的 form_html.erb
我的pins_controller.rb
我的 pin.rb
关于为什么我似乎无法保存/输入标签的任何想法?
javascript - 需要指导在超时的情况下丢弃地图图钉
尝试在超时的情况下执行多个引脚,这样看起来更酷但它不起作用
我认为故障可能在于将地图分配为 home 或简单的 var 定义问题任何你能看到的都告诉我。我认为动画应该很酷,并且按钮方法应该确保你看到它,而不是在你向下滚动到足够远看到它之前它已经掉了。有些东西坏了
css - Google Maps Event Click at Firefox 39 with Elements position:realtive
在 Firefox 39(今天更新)中,我需要一个 DOUBLECLICK 来触发 Pins 上的 Click-Event。
问题是层#top 及其位置“相对”。
有谁知道不改变布局的解决方案?
Firefox 38.x 和任何其他浏览器都可以工作。