英文: Erlang's public_key not found when Erlang is not installed 问题 我正在使用Phoenix制作“hello world”。但在...
计算Elixir中地图列表中秒数的平均值。
英文: Calculating average of seconds in list of maps Elixir 问题 以下是翻译好的代码部分: 我有这个样本数据 [ %{check_in_time...
无法在Windows 11中编译ssl_verify_fun。
英文: Cannot compile ssl_verify_fun in Windows 11 问题 背景 我在Windows 11上有一个Phoenix应用程序。不幸的是,由于Windows上的依赖...
函数出现”第二个参数:无效字符数据”错误。
英文: function gives "2nd argument: not valid character data" error 问题 我是新来的elixir,我正在尝试创建一个...
Process.exit(pid, :not_kill_reason) 不会调用 handle_info({:EXIT, pid, reason}, state)。
英文: Process.exit(pid, :not_kill_reason) doesn't call handle_info({:EXIT, pid, reason},state) 问题 ...
为什么我在Elixir中使用gen_tcp时一直遇到超时问题?
英文: Why I keep getting timeout with gen_tcp in Elixir? 问题 我正在尝试实现一个简单的服务器(使用Go语言)/客户端(使用Elixir语言)。 然...
将浮点数转换为字符串而不使用科学计数法?
英文: Float to string without scientific notation? 问题 在Erlang/Elixir中,有没有一种好的方法将浮点数转换为字符串,不使用科学计数法,也不指...
检查字符串中的每个字符的保护程序
英文: guard to check each character in the string 问题 我的函数接受一个字符串,我需要检查每个单独的字符是否为"0"或"1&...
OpenTelemetry在Erlang/Elixir中的传播 – 一个示例
英文: OpenTelemetry Propagation in Erlang/Elixir - an example 问题 I have a gRPC API and want to add Ote...
如何在Elixir中为浮点数范围编写类型规范?
英文: How to typespec a float range in Elixir? 问题 背景 我想使用浮点数创建一个百分比类型,类似于: @type percentage :: 0.0..1....