-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
1,227 additions
and
361 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,39 @@ | ||
======== | ||
|
||
说明文档 | ||
======== | ||
note: | ||
*********** | ||
Note: | ||
<1> 开发工具 | ||
|
||
code::blocks , markdownpad; | ||
|
||
<2>流程图制作工具 | ||
|
||
MS Visio 以及 gliffy ; | ||
|
||
<3>开发语言 | ||
|
||
C语言,markdown 文本标记语言; | ||
|
||
<4>项目托管 | ||
|
||
该项目托管在github上,可以在其上查看和访问该项目的源码及数据等; | ||
|
||
<5>程序运行方法 | ||
|
||
1. ./airlineproject 路径下双击 airlineproject.cbp 便可以在code::blocks 下打开该项目,然后编译后即可运行; | ||
|
||
2. ./Runnable 路径下双击 airlineproject.exe 便可以正常运行 (推荐); | ||
|
||
3. ./src 下存放着源码,将其连同 flight_info.csv和 guest_info.csv 文件一同复制到新建工程下编译运行; | ||
|
||
Note:该工程在code::blocks上开发,不保证VC6.0可以正常编译运行,因为我们都知道VC6.0是主要支持 C++ 的,只是兼容 C而已,况且其版本过低。 | ||
|
||
<6>如何查看源码 | ||
|
||
1.通过点击这里或者访问https://github.com/AutuanLiu/Ticket ; <源码存在于 src 目录下 >; | ||
|
||
2../src 路径下即为源码,可以通过记事本查看,或者 notepad++ 、gvim 、Sublime Text等其他代码编辑器查看。 | ||
|
||
3. Backupdata.csv 文件为备用数据,可以不用理会; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,13 @@ | |
|
||
目录 | ||
---- | ||
|
||
设计说明 | ||
*********** | ||
源代码 | ||
************* | ||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
docs/index | ||
src/index | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.