xfyuan 2022年11月11日 00:00 野生的ViewComponent(下): 为组件增压加速 本文已获得原作者( Alexander Baygeldin 、 Travis Turner )和 Evil Martians 授权许可进行翻译。原文讲述了在单体式模块架构下,使用 ViewComponent 来构建组件化的现代 Rails 前端的故事。(本文是下篇)
xfyuan 2022年08月23日 00:00 Turbo: Streams vs. Frames 本文已获得原作者(Elizabeth Braae)和 Bearer授权许可进行翻译。原文对 Rails Hotwire 技术栈核心 Turbo 的成员:Streams 和 Frames 进行了详细的对比。看过本文后对两者各自的区别,以及分别适用于哪种场景,就会有一个清晰的了解了。
xfyuan 2022年11月08日 00:00 野生的ViewComponent(上): 构建现代Rails前端 本文已获得原作者( Alexander Baygeldin 、 Travis Turner )和 Evil Martians 授权许可进行翻译。原文讲述了在单体式模块架构下,使用 ViewComponent 来构建组件化的现代 Rails 前端的故事。(本文是上篇)
HackerPie 2013年08月29日 07:32 Write css codes distinct from different pages In rails, there is normally a view corresponding to an action. So if you want to do some special styles based on different pages, you can...
计算机天才 2023年02月15日 09:02 linux 实用工具 1.htop top命令的加强版,主要看进程、内存 2.ncdu df的加强版,主要是文件 3.dstat 各方面都有,各方面都一般, 查看网络总入口,总出口不错 4.nethogs 查看单个网络进程占用不错 Linux
HackerPie 2014年03月01日 13:31 在Ruby中使用WebSocket 声明 : 此文翻译自WebSockets in Ruby, 限于本人才疏学浅,其中有翻译不当之处,敬请指出,感激不尽!
HackerPie 2014年01月12日 07:51 DIY an interesting timer through terminal-notifier and crontab under Mac OS X Today I will show you how to DIY an intersting notifier automatically running per hour under the Mac OS X 10.8 and higher, all we need ar...
google 2022年03月19日 14:11 OpenWrt 普通用户无法使用 sudo 提权,报错 Error relocating /usr/lib/sudo/libsudo_util.so.0: reallocarray: symbol not found 的解决办法 使用普通用户登录,执行 sudo mkdir test 报错,错误信息如下