#1 楼 @qinfanpeng 网上看到的:)
不要分前端后端,有需要就去学!
#16 楼 @matrixbirds 你有女票吗?😄
今天刚看到这个,其中提到的 russion doll 缓存配合 mini sql query 的这个概念挺有意思
这是翻译的吗?
在 腾讯云上 使用,bundle install 时好多 timeout
Gem::RemoteFetcher::UnknownHostError: timed out (https://gems.ruby-china.org/gems/net-ssh-3.1.1.gem) Gem::RemoteFetcher::UnknownHostError: timed out (https://gems.ruby-china.org/gems/cocoon-1.2.9.gem)
加油加油
#1 楼 @fighterleslie yeah, 推荐 Ruby Koans
看不懂,什么原理?
给 User, Page, Topic 的 Index 都加上一个参数,比如 type_order, 依次设置为:10,5,1 然后在 search_params 的 sort 里增加 type_order, 并且放在 update_at 前面
2006 年,4000,14 薪,加补贴
全栈译者 :thumbsup:
#4 楼 @aaasaasas0 好吧,那干嘛不直接写 2 亿?
#2 楼 @flypiggys 哈哈,写错了吧
这个不错,
这个不错啊
@kshift 碰到个问题,要用 bootstrap 的 responsive iframe,需要添加下列代码,
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
使用了 html 插件,但是不能保存,一保存外面的 div wrapper 就没有了,看了下源码,无处下手,请教下怎么改?
ps: 已经自定义了 allowAttributes 和 allowTags