英文: Process send_link doesn't work when the parent process dies, even after unlinking 问题 I have:...
这个句子的中文翻译是:“这是如何路由到不同节点的?”
英文: How does this route to different nodes? 问题 我正在查看这个官方教程。我不明白它是如何路由到不同的节点的。看起来它只会再次调用route函数并等待。 你...
使用列表在Elixir中进行映射。
英文: Using list while mapping it in in Elixir 问题 我刚刚翻译的部分如下: "I am new to Elixir programming, so...
如何在每晚12点创建一个 Elixir GenServer 定时事件
英文: How to create an Elixir GenServer timed event at 12am every night 问题 I have a LiveView web app a...
如何查询日期或日期范围
英文: How to query for dates or date range 问题 I am trying to make possible to filter products by their...
如何从单击按钮在Elixir Phoenix中触发模态弹出窗口
英文: How to trigger the modal popup from click a button in ELixir Phoenix 问题 Phoenix 1.7生成器提供了一个位于&qu...
Elixir httpserver : priv_dir returns something in _build directory, thus I can't send static files that are in source directory
英文: Elixir httpserver : priv_dir returns something in _build directory, thus I can't send static...
简单的Elixir SSL服务器-客户端连接
英文: Simple SSL server-client connection in Elixir 问题 我正在研究一个玩具网络项目,想在服务器和客户端之间添加TLS层。我遇到了握手错误,正在尝试找出...
如何使用Plug.Crypto.decrypt?
英文: How to use Plug.Crypto.decrypt? 问题 要加密一个字符串然后解密它,你可以使用以下的Elixir代码: 加密: enc_str = Plug.Crypto.enc...
“actor model” 如何解决 “shared state” 问题?
英文: How the "actor model" resolve the "shared state" problem? 问题 在"actor mo...
4