2014年9月24日
摘要:
sudo chown -R yourusename:admin /usr/local/binMac-Pro:local user$ brew install imagemagick Error: You must `brew link jpeg' before imagemagick can be ...
阅读全文
posted @ 2014-09-24 09:59
qinyan20
阅读(2057)
推荐(0)
2014年9月19日
摘要:
http://rdoc.info/github/ruby-amqp/bunny/Bunny/QueueClass: Bunny::QueueInherits:Object show all Defined in:lib/bunny/queue.rbOverviewRepresents AMQP 0....
阅读全文
posted @ 2014-09-19 18:10
qinyan20
阅读(308)
推荐(0)
2014年9月17日
摘要:
jQuery时间轴插件:jQuery Timelinr这是一款可用于展示历史和计划的时间轴插件,尤其比较适合一些网站展示发展历程、大事件等场景。该插件基于jQuery,可以滑动切换、水平和垂直滚动、支持键盘方向键。经过扩展后可以支持鼠标滚轮事件。查看演示 下载源码HTML我们在body中建立一个di...
阅读全文
posted @ 2014-09-17 14:13
qinyan20
阅读(764)
推荐(0)
2014年9月3日
摘要:
方法1:http://www.uedidea.com/rails%E9%94%99%E8%AF%AF%E5%A4%84%E7%90%86.htmlRuby代码 defadd_to_cartproduct=Product.find(params[:id])rescueActiveRecord::Rec...
阅读全文
posted @ 2014-09-03 18:03
qinyan20
阅读(1520)
推荐(0)
2014年8月27日
摘要:
sudo find / -name “.DS_Store” -depth -exec rm {} \;
阅读全文
posted @ 2014-08-27 09:24
qinyan20
阅读(169)
推荐(0)
2014年8月25日
摘要:
url: bunny: http://rubybunny.info/articles/getting_started.html rabbitmq入门: http://yugouai.iteye.com/blog/1969216 http://rubyamqp.info/articles/ge...
阅读全文
posted @ 2014-08-25 17:46
qinyan20
阅读(819)
推荐(0)
2014年8月21日
摘要:
Here are a few problems that you might be having:1 - Your production configuration may not be correct. This is particularly likely if you started out ...
阅读全文
posted @ 2014-08-21 09:28
qinyan20
阅读(157)
推荐(0)
2014年8月13日
摘要:
http://www.2cto.com/kf/201303/193374.html使用XMLHttpRequest对象分为4部完成:1.创建XMLHttpRequest组建2.设置回调函数3.初始化XMLHttpRequest组建4.发送请求实例代码:[javascript] var userNam...
阅读全文
posted @ 2014-08-13 09:55
qinyan20
阅读(5554)
推荐(0)
2014年8月6日
摘要:
http://blog.sina.com.cn/s/blog_4d5156bc01008cvd.htmlhttps://developer.mozilla.org/en-US/docs/Using_files_from_web_applicationshttp://www.ruanyifeng.co...
阅读全文
posted @ 2014-08-06 18:34
qinyan20
阅读(253)
推荐(0)
摘要:
modal是Bootstrap提供的一个“窗口组件”,可以配合js实现弹出窗口的效果。modal的class是“modal”,其中必须包含三个div部分,属性分别问modal-header,modal-body,modal-footer.同时modal可以用来放置注册表单,示例如下:[html] v...
阅读全文
posted @ 2014-08-06 16:24
qinyan20
阅读(572)
推荐(0)