惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
M
MIT News - Artificial intelligence
量子位
N
Netflix TechBlog - Medium
The Cloudflare Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
B
Blog
博客园_首页
博客园 - Franky
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
H
Help Net Security
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - c3tc3tc3t

manjaro升级导致黑屏无法进入桌面 解决VLC 无法解码格式“h264” (H264 - MPEG-4 AVC (part 10)) vscode 使用elixir-ls报错问题解决 install credo globally GenServer Credo.CLI.Output.Shell terminating 学习phoenix框架笔记 manajro install the mysql2 gem vscode config for elixir , emmet with eex macos insalll erlang by asdf flutter问题收集_not sync podfile.lock WeChatWin.dll文件缺失,错误码:126 for linux macos 10.15安装ruby 3 manjaro 更新chrome报签名错误 manjaro系统上使用asdf安装php注意事项 Failed to load config "react-app" to extend from. YarnV2 install manjaro-kde最新安装后配置 转 idea-wm_class GoldenDict替代了stardict
phoenix中 link 链接
c3tc3tc3t · 2024-07-22 · via 博客园 - c3tc3tc3t
1 <.link href={~p"/users/#{user.id}"} method="get">Log in</.link>
 1  def show_user(assigns) do
 2       ~H"""
 3         <.link href={~p"/users/#{@id}"} method="get">View</.link>
 4       """
 5     end
 6 
 7 
 8 <%= for user <- @users do %>
 9 <tr>
10   <td><b><%= first_name(user) %></b> (<%= user.id %>)</td>
11 
12   <br/>
13   <.show_user id={user.id} />
14 </tr>
15 <% end %>

posted on 2024-07-22 13:46  c3tc3tc3t  阅读(23)  评论(0)    收藏  举报

刷新页面返回顶部