Julia 中文文档代码的方式,运行代码时也有很多选项: julia [switches] -- [programfile] [args...] Julia 1.1 在 Julia 1.0 中,默认的 --project=@. 选项不会在 Git 仓库的根目录中寻找 Project.toml 文件。从 Julia 1.1 开始,此选项会在其中寻找该文件。 3.1 资源 除了本手册以外,官方网站还提供了一个有用的学习资源列表来帮助新用户学习 Julia。 设置为主项目/环境。默认的 @. 选项将搜索父目录,直至找到 Project.toml 或 JuliaProject.toml 文件。 -J, --sysimage用指定的系统镜像文件(system image file)启动 -H, --home 设置 julia 可执行文件的路径 --startup-file={yes|no} 是否载入 ~/.julia/config/startup --handle-signals={yes|no} 开启或关闭 Julia 默认的 signal handlers --sysimage-native-code={yes|no} 在可能的情况下,使用系统镜像里的原生代码 --compiled-modules={yes|no} 开启或关闭 module 的增量预编译功能 -e, --eval 执行 -E, --print 0 码力 | 1238 页 | 4.59 MB | 1 年前3
julia 1.10.10Unions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 454 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 455 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.10.9Unions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 451 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 454 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 455 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1692 页 | 6.34 MB | 3 月前3
Julia 1.11.4Unions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 488 37.19 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 488 37.20 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.5 DocumentationUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 488 37.19 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 488 37.20 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.11.6 Release NotesUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 484 37.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 488 37.19 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 488 37.20 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 2007 页 | 6.73 MB | 3 月前3
Julia 1.10.0 DEV DocumentationUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 450 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 453 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 454 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1678 页 | 5.95 MB | 1 年前3
Julia v1.9.4 DocumentationUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 450 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 450 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1644 页 | 5.27 MB | 1 年前3
Julia 1.9.0 DEV DocumentationUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 444 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 444 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 447 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 447 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1633 页 | 5.23 MB | 1 年前3
Julia 1.9.3 DocumentationUnions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 36.7 Avoid elaborate container types . . . . . . . . . . . . . . . . . . . . . . . . . . . . 447 36.8 Prefer exported methods the interface level . . . . . . . . . . . . . . . . . 450 36.18 Don't overload methods of base container types . . . . . . . . . . . . . . . . . . . 450 36.19 Avoid type piracy . . . . . . . . . . . tuple that is closely related to function arguments and return values. A tuple is a fixed-length container that can hold any values, but cannot be modified (it is immutable). Tuples are constructed with0 码力 | 1644 页 | 5.27 MB | 1 年前3
共 87 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













