erlang自动编译与加载
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

9 lignes
206 B

il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 5 ans
  1. {erl_opts, [no_debug_info]}.
  2. {deps, [
  3. {erlGbh, ".*", {git, "https://github.com/SisMaker/genBehavior.git", {branch, "master"}}}
  4. ]}.
  5. {shell, [
  6. % {config, "config/sys.config"},
  7. {apps, [erlSync]}
  8. ]}.