然后我用Firefox扩展"Selenium IDE"保存了一个测试用例.
现在我想使用命令行来运行这个导出的html文件.
我尝试遵循这个如何启动-se -ium-ide-from-the-command-line-with-a-specific-test-case但它不起作用.
请帮我.
我有数组元素是哈希
a = [{:history_date=>"15/07/10"}, {:open_price=>"7.90"}]
Run Code Online (Sandbox Code Playgroud)
我想转换成这个
h = {:history_date=>"15/07/10", :open_price=>"7.90"}
Run Code Online (Sandbox Code Playgroud)
有人请帮助我.
我的代码是
[cell.imageView setImageWithURL:[NSURL URLWithString:[medium fullThumbnailURL]] placeholderImage:[UIImage imageNamed:@"missing"]];
[cell.imageView setContentMode:UIViewContentModeScaleAspectFit];
Run Code Online (Sandbox Code Playgroud)

但是当向下滚动并再次回到顶部时.

如何解决这个问题.请帮忙.
[编辑]
我像这样包装表格单元格
