[已解决]
嗨,
我刚刚开始学习Elixir的Phoenix框架,而现在我正在访问phoenix http://0.0.0.0:4000(localhost:4000),该页面正在加载而没有CSS。
其中一部分,一切都按预期运行。
有人知道如何解决此问题吗?
我的操作系统: 发行人ID:Ubuntu 说明:Ubuntu 16.04.5 LTS 发行:16.04 代号:xenial
我的Elixir版本: Erlang / OTP 21 [erts-10.1] [源代码] [64位] [smp:8:8] [ds:8:8:10] [异步线程:1] [hipe] Elixir 1.7.3(与Erlang / OTP 20编译)
谢谢
答案 0 :(得分:1)
最终修复了该问题。我必须运行if (userchoice1forl.equals("Y")) {
double pu = 25;
}
if (userchoice1forl.equals("N")) {
double pu = 0;
}
System.out.println("Your additional cost is" + "$" + pu );
,mix deps.get
build该命令运行了很长时间,但最终该问题已解决