国企可能还好点,公务员就不好说了,很多地方财政从疫情开始都不太好
Hashids?
视频文件倒腾过来,倒腾过去的,也挺麻烦
感觉一般都在用 rbenv。
十分向往👍
还是很方便的。
如果使用阿里云 OSS,转码服务可以使用阿里云的“媒体处理 MPS”。
好嘞,部署成功了。 😄
“直播聊天室”这块公司在使用“腾讯即时通信 IM”。
《实现直播群功能》 https://cloud.tencent.com/document/product/269/43002
原本 web 的 fly.toml 是这样
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"
我看文中提到 fly/web.toml 需要修改一些内容,有 2 点疑问:
1、[experimental] 是直接添加 cmd = ["bin/rails", "server"],还是删除其他内容,再添加 cmd = ["bin/rails", "server"]?
2、[[services]] 是否只修改 internal_port 为 3000,还是需要删除其他内容?
好嘞,准备先跑个 demo 试试
发现了
另 GeekNote 是下面这么用的吗?
shared-cpu-1x 1G -> web
512M -> worker
免费 512M -> postgres
免费 256M -> redis
我看 Fly.io 出了部署 Rails 应用的步骤——《Build, Deploy and Run a Rails Application》 https://fly.io/docs/getting-started/rails/
看你 docker-compose.yml 里面的配置 MYSQL_HOST 值是 db。
哈哈,这个周末充实了
类似这种吗?
<%= link_to 'Destroy',
product,
method: :delete,
data: { confirm: 'Are you sure?' } %>
To link Rubies to Homebrew's OpenSSL 1.1 (which is upgraded) add the following to your ~/.zshrc: export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])"
Note: this may interfere with building old versions of Ruby (e.g <2.4) that use OpenSSL <1.1.
测试 + 1
已关注
然后第一个是 /app/controllers/topics_controller.rb #17
@topics = topics_scope.without_suggest.last_actived.page(params[:page])
/app/models/topic.rb #26
# scopes
scope :last_actived, -> { order(last_active_mark: :desc) }
查看下 /app/models/topic.rb #111
def self.total_pages
return @total_pages if defined? @total_pages
total_count = Rails.cache.fetch("topics/total_count", expires_in: 1.week) do
self.unscoped.count
end
if total_count >= 1500
@total_pages = 60
end
@total_pages
end
十赌九输
这货肯定是偷数据呢,弄呲了。
hashids + 1
点击帖子里的“联系我们”,扫码加楼主的微信。
老读者如何享五折优惠?
估计文洋最近在忙其他的事呢?我问问
辛苦了,已收藏。