other typing
This commit is contained in:
parent
8fb6f9644e
commit
121949a57f
3
DR.py
3
DR.py
@ -1,4 +1,5 @@
|
|||||||
"""
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
writen by shenjackyuanjie
|
writen by shenjackyuanjie
|
||||||
mail: 3695888@qq.com
|
mail: 3695888@qq.com
|
||||||
"""
|
"""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[comment]: <> ([中文](./docs/README-cn.md) | English)
|
[comment]: <> ([中文](./docs/README-cn.md) | English)
|
||||||
|
|
||||||
中文 | [English](./docs/README-en.md)
|
中文 | [English](/docs/README-en.md)
|
||||||
|
|
||||||
- [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket)
|
- [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket)
|
||||||
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
|
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明
|
注:文件名指的是本文件夹里的详细说明文件的文件名,如果没有则代表没有详细说明
|
||||||
|
|
||||||
| 特性描述 | 文件名 | 状态 |
|
| 特性描述 | 文件名 | 状态 |
|
||||||
| :----: | :----: | :----: |
|
|:---------:|:-------------------:|:-------:|
|
||||||
| 轨道规划 | orbit-plan | planing |
|
| 轨道规划 | orbit-plan | planing |
|
||||||
| 部件可成环 | multi-connect | planing |
|
| 部件可成环 | multi-connect | planing |
|
||||||
| 多指令舱控制 | multi-control | planing |
|
| 多指令舱控制 | multi-control | planing |
|
||||||
|
BIN
docs/字体展示.pptx
BIN
docs/字体展示.pptx
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
python3.8.exe -m nuitka --mingw64 --show-memory --show-progress --output-dir=build/nuitka --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email --follow-import-to=Difficult_Rocket,libs.pyglet --standalone .\DR.py
|
|
@ -1 +1,8 @@
|
|||||||
python3.8.exe -m nuitka --jobs=24 --mingw64 --show-memory --show-progress --output-dir=build/nuitka --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email,pyglet --standalone .\DR.py
|
$start_time = Get-Uptime
|
||||||
|
python3.8.exe -m nuitka --jobs=24 --clang --mingw64 --lto=no --show-memory --show-progress --output-dir=build/nuitka1 --include-data-dir=./configs=./configs --include-data-dir=./libs/fonts=./libs/fonts --include-data-dir=./textures=./textures --include-data-dir=./libs/pyglet=./pyglet --enable-plugin=numpy --nofollow-import-to=objprint,numpy,pillow,cffi,PIL,pyglet --standalone $args .\DR.py
|
||||||
|
$end_time = Get-Uptime
|
||||||
|
$out = $end_time.TotalMilliseconds - $start_time.TotalMilliseconds
|
||||||
|
Write-Output $end_time.TotalSeconds $start_time.TotalSeconds $out
|
||||||
|
# --include-data-dir=./libs/pyglet=./pyglet
|
||||||
|
# --run
|
||||||
|
# --disable-ccache
|
||||||
|
@ -1 +1,9 @@
|
|||||||
python3.8.exe -m nuitka --mingw64 --jobs=12 --show-memory --show-progress --output-dir=build/nuitka1 --enable-plugin=numpy --nofollow-import-to=objprint,numpy,http,urllib,ssl,socket,html,email,pyglet --standalone .\DR.py
|
$start_time = Get-Uptime
|
||||||
|
python3.8.exe -m nuitka --jobs=24 --mingw64 --lto=no --show-memory --show-progress --output-dir=build/nuitka1 --include-data-dir=./configs=./configs --include-data-dir=./libs/fonts=./libs/fonts --include-data-dir=./textures=./textures --include-data-dir=./libs/pyglet=./pyglet --enable-plugin=numpy --nofollow-import-to=objprint,numpy,pillow,cffi,PIL,pyglet --standalone $args .\DR.py
|
||||||
|
$end_time = Get-Uptime
|
||||||
|
$out = $end_time.TotalMilliseconds - $start_time.TotalMilliseconds
|
||||||
|
Write-Output $end_time.TotalSeconds $start_time.TotalSeconds $out
|
||||||
|
|
||||||
|
# --include-data-dir=./libs/pyglet=./pyglet
|
||||||
|
# --run
|
||||||
|
# --disable-ccache
|
||||||
|
Loading…
Reference in New Issue
Block a user