Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit 32a8cff

Browse files
committed
Update README.
1 parent 03b1145 commit 32a8cff

File tree

8 files changed

+116
-8
lines changed

8 files changed

+116
-8
lines changed

README-zhCN.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 沪深小助手(Windows版)
2+
3+
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ArvinZJC/ShSzStockHelper-Windows?include_prereleases)](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases)
4+
[![GitHub All Releases](https://img.shields.io/github/downloads/ArvinZJC/ShSzStockHelper-Windows/total)](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases)
5+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/980d1c6c75754cdf9900139f5c5eb66f)](https://www.codacy.com/gh/ArvinZJC/ShSzStockHelper-Windows/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ArvinZJC/ShSzStockHelper-Windows&utm_campaign=Badge_Grade)
6+
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
7+
8+
[English](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/README.md) | **简体中文**
9+
10+
此项目包含了Windows版的沪深小助手的源码。请注意此项目使用[GPL-3.0协议](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/LICENSE)。这款应用程序主要用来帮助用户搜索成交价和成交量,可看作是对分价表的组合加工。“沪深”所指代的啥就不多说了,想必炒股的人都明明白白的。这款应用程序实现的功能算不上太复杂,设计的目的主要是为了满足一些中国大陆用户的需求(包括家人),因而使用的语言是简体中文。
11+
12+
## 文件夹说明
13+
14+
### [ShSzStockHelper](https://github.com/ArvinZJC/ShSzStockHelper-Windows/tree/master/ShSzStockHelper)
15+
16+
这是Visual Studio解决方案的文件夹,里面包含了应用程序运行的代码和资源。
17+
18+
### [ShSzStockHelper_Setup](https://github.com/ArvinZJC/ShSzStockHelper-Windows/tree/master/ShSzStockHelper_Setup)
19+
20+
这是Advanced Installer项目的文件夹,用于制作界面友好的EXE格式的应用程序配置文件(沪深小助手的安装、修改、卸载)。
21+
22+
### [ShSzStockSymbolNameData](https://github.com/ArvinZJC/ShSzStockHelper-Windows/tree/master/ShSzStockSymbolNameData)
23+
24+
这个文件夹包含了一个Jupyter Notebook文件,其中用Python代码实现了查询沪深股票代码和相应的股票名称,并将它们保存在一个JSON格式的文件中。这个数据文件是应用程序资源的一部分。
25+
26+
## 注意
27+
28+
1. 应用程序配置文件可从[发行](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases)部分下载。从[V0.3.0](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases/tag/v0.3.0)开始,此项目采用了一个全新的打包方案,制作出来的应用程序配置文件功能体系更全,体积更小,也因此**从低于V0.3.0的版本升级时必须手动卸载旧版本**
29+
2. 应用程序支持Windows 7/8/8.1/10。
30+
31+
更多信息请参见各文件夹的README。

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# ShSzStockHelper for Windows
1+
# SH/SZ Stock Helper for Windows
22

33
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/ArvinZJC/ShSzStockHelper-Windows?include_prereleases)](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases)
44
[![GitHub All Releases](https://img.shields.io/github/downloads/ArvinZJC/ShSzStockHelper-Windows/total)](https://github.com/ArvinZJC/ShSzStockHelper-Windows/releases)
5-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c39762b5ea944afabd725cdd3b127558)](https://www.codacy.com/manual/ArvinZJC/ShSzStockHelper-Windows?utm_source=github.com&utm_medium=referral&utm_content=ArvinZJC/ShSzStockHelper-Windows&utm_campaign=Badge_Grade)
5+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/980d1c6c75754cdf9900139f5c5eb66f)](https://www.codacy.com/gh/ArvinZJC/ShSzStockHelper-Windows/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ArvinZJC/ShSzStockHelper-Windows&utm_campaign=Badge_Grade)
66
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
77

8-
This repository contains the source code of the Windows version of the application SH/SZ Stock Helper (沪深小助手). Please note that the code is under [the GPL-3.0 License](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/LICENSE). The application can mainly search strike prices and volumes for the user. Here SH represents Shanghai Stock Exchange, while SZ means Shenzhen Stock Exchange. Please note that this application is mainly designed for a specified part of Chinese users, and contents are displayed in simplified Chinese.
8+
**English** | [简体中文](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/README-zhCN.md)
9+
10+
This repository contains the source code of the Windows version of the application SH/SZ Stock Helper. Please note that the code is under [the GPL-3.0 License](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/LICENSE). The application can mainly search strike prices and volumes for the user. Here SH represents Shanghai Stock Exchange, while SZ means Shenzhen Stock Exchange. Please note that this application is mainly designed for a specified part of Chinese users, and contents are displayed in simplified Chinese.
911

1012
## Folder Instructions
1113

@@ -15,7 +17,7 @@ This is the Visual Studio solution folder of the application. It contains code a
1517

1618
### [ShSzStockHelper_Setup](https://github.com/ArvinZJC/ShSzStockHelper-Windows/tree/master/ShSzStockHelper_Setup)
1719

18-
This is the Advanced Installer project folder of the application setup file. The files in the folder are mainly used to build the latest application setup file (.exe) with user-friendly UI.
20+
This is the Advanced Installer project folder. The files in the folder are mainly used to build the latest application setup file (.exe) with user-friendly UI.
1921

2022
### [ShSzStockSymbolNameData](https://github.com/ArvinZJC/ShSzStockHelper-Windows/tree/master/ShSzStockSymbolNameData)
2123

ShSzStockHelper/README-zhCN.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockHelper
2+
3+
[English](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper/README.md) | **简体中文**
4+
5+
这是Visual Studio解决方案的文件夹,里面包含了应用程序运行的代码和资源。应用程序的主要功能如下:
6+
7+
1. 可通过沪深股票代码、开始日期和结束日期查询时间段内的成交价和成交量。
8+
2. 在查询到的数据表上,可排序和筛选。
9+
3. 查询到的数据表可导出到XLS或XLSX格式的Excel文件中,还可打印(打印预览窗口提供必要的打印设置)。
10+
4. 用户可根据自己的喜好设置主题、字体、功能等。
11+
12+
## 用户界面示例
13+
14+
示例1:
15+
16+
![UI1.jpg](./Images_README/UI1.jpg)
17+
18+
示例2:
19+
20+
![UI2.jpg](./Images_README/UI2.jpg)
21+
22+
示例3:
23+
24+
![UI3.jpg](./Images_README/UI3.jpg)
25+
26+
示例4:
27+
28+
![UI4.jpg](./Images_README/UI4.jpg)
29+
30+
## 注意
31+
32+
1. 截至2020年10月15日,使用Visual Studio 2019和.NET Core 3.1开发表现良好。此外,我要特别感谢Syncfusion提供的[强大的WPF的UI组件库](https://www.syncfusion.com/wpf-ui-controls),这节省了许多开发时间。
33+
2. 图标资源(除应用程序图标)均来自[Material Design图标库](https://material.io/resources/icons/?style=baseline)[Flaticon](https://www.flaticon.com/)
34+
3. 若需运行此解决方案,[项目配置文件](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper/ShSzStockHelper.csproj)中的Syncfusion程序集的路径可能需要根据实际安装情况调整。

ShSzStockHelper/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockHelper
22

3+
**English** | [简体中文](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper/README-zhCN.md)
4+
35
This is the Visual Studio solution folder of the application. It contains code and resources for the application to run. The major features of the application are listed as follows.
46

57
1. Enable searching strike prices and volumes by the symbol of an SH/SZ stock, the start date, and the end date.
@@ -27,6 +29,6 @@ UI 4:
2729

2830
## ATTENTION
2931

30-
1. By 15 September 2020, everything looks good with Visual Studio 2019 + WPF with .NET Core 3.1. Additionally, I would like to thankfully acknowledge Syncfusion for [its powerful WPF UI controls and libraries](https://www.syncfusion.com/wpf-ui-controls), which save much development time.
31-
2. Icon images except the app icon are from [Material Design Icons](https://material.io/resources/icons/?style=baseline) and [Flaticon](https://www.flaticon.com/).
32+
1. By 15 October 2020, everything looks good with Visual Studio 2019 + WPF with .NET Core 3.1. Additionally, I would like to thankfully acknowledge Syncfusion for [its powerful WPF UI controls and libraries](https://www.syncfusion.com/wpf-ui-controls), which save much development time.
33+
2. Icon images except the icon of the application are from [Material Design Icons](https://material.io/resources/icons/?style=baseline) and [Flaticon](https://www.flaticon.com/).
3234
3. To run the solution, the paths of Syncfusion assemblies in the [project configuration file](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper/ShSzStockHelper.csproj) may need adjustment.

ShSzStockHelper_Setup/README-zhCN.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockHelper_Setup
2+
3+
[English](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper_Setup/README.md) | **简体中文**
4+
5+
这是Advanced Installer项目的文件夹,用于制作界面友好的EXE格式的应用程序配置文件(沪深小助手的安装、修改、卸载)。
6+
7+
## 用户界面示例
8+
9+
示例1:
10+
11+
![UI1.jpg](./Images_README/UI1.jpg)
12+
13+
示例2:
14+
15+
![UI2.jpg](./Images_README/UI2.jpg)
16+
17+
## 注意
18+
19+
1. 截至2020年10月15日,使用Advanced Installer 17.3开发表现良好。我要特别感谢这款非常有帮助的打包工具,它使得沪深小助手的EXE格式的配置文件拥有良好的表现。
20+
2. 此Advanced Installer项目的类型是“**Architect**”。

ShSzStockHelper_Setup/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockHelper_Setup
22

3+
**English** | [简体中文](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockHelper_Setup/README-zhCN.md)
4+
35
This is the Advanced Installer project folder of the application setup file. The files in the folder are mainly used to build the latest application setup file (.exe) with user-friendly UI. The setup file can install/modify/uninstall the application on the computer.
46

57
## Partial UI
@@ -14,5 +16,5 @@ UI 2:
1416

1517
## ATTENTION
1618

17-
1. By 15 September 2020, everything looks good with Advanced Installer 17.3. I would greatly show my appreciation of this handful setup tool which improves the performance of the application setup file.
19+
1. By 15 October 2020, everything looks good with Advanced Installer 17.3. I would greatly show my appreciation of this handful setup tool which improves the performance of the application setup file.
1820
2. The type of this installer project is **Architect**.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockSymbolNameData
2+
3+
[English](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockSymbolNameData/README.md) | **简体中文**
4+
5+
这个文件夹包含了一个Jupyter Notebook文件,其中用Python代码实现了查询沪深股票代码和相应的股票名称,并将它们保存在一个JSON格式的文件中。这个数据文件是应用程序资源的一部分,它存储的数据经处理后用于沪深股票代码输入框的自动补全功能。
6+
7+
## 注意
8+
9+
1. 截至2020年10月15日,使用Anaconda中的Jupyter Notebook 6.1.1开发表现良好。此文件夹的IPYNB格式的文件也可以使用Visual Studio Code(需版本支持)配合Anaconda打开并编辑。此外,我想感谢[TuShare Pro](https://tushare.pro/)提供的宝贵数据。开发用到的主要的包参见下面的表格。
10+
11+
| 名称 | 版本 |
12+
| :-- | :--: |
13+
| python | 3.7.7 |
14+
| tushare | 1.2.60 |
15+
| pandas | 1.1.0 |

ShSzStockSymbolNameData/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# [ShSzStockHelper-Windows](https://github.com/ArvinZJC/ShSzStockHelper-Windows)/ShSzStockSymbolNameData
22

3+
**English** | [简体中文](https://github.com/ArvinZJC/ShSzStockHelper-Windows/blob/master/ShSzStockSymbolNameData/README-zhCN.md)
4+
35
This folder contains a Jupyter Notebook file with Python code to retrieve and store a list of symbols and corresponding names of SH/SZ stocks in a JSON file which is a part of the resources of the application. The JSON file is processed to provide the autocomplete functionality of the text box control for inputing the symbol of an SH/SZ stock.
46

57
## ATTENTION
68

7-
1. By 15 September 2020, everything looks good with Jupyter Notebook 6.1.1 in Anaconda. As an option, the IPYNB file can also be opened and edited in Visual Studio Code (if supported) with Anaconda activated. In addition, I would like to thank [TuShare Pro](https://tushare.pro/) for its valuabale data. The main packages used in the development are listed in the following table.
9+
1. By 15 October 2020, everything looks good with Jupyter Notebook 6.1.1 in Anaconda. As an option, the IPYNB file can also be opened and edited in Visual Studio Code (if supported) with Anaconda activated. In addition, I would like to thank [TuShare Pro](https://tushare.pro/) for its valuabale data. The main packages used in the development are listed in the following table.
810

911
| Name | Version |
1012
| :-- | :--: |

0 commit comments

Comments
 (0)