C#

MAC application Programming development

Visual Studio Code 1.85.1 Chinese version (Editor produced by Microsoft)

强大的代码编辑功能 VS Code提供了强大的代码编辑功能,Supports multiple programming languages ​​and file formats。It can intelligently prompt、code completion、syntax highlighting、code folding、Multi-cursor editing and other functions。also,VS Code also supports customizing code formatting and code style through configuration files。 支持多种编程语言 VS Code支持多种编程语言,Includes JavaScript、TypeScript、Python、Java、C++、C# etc.。用户可以根据需要安装对应的扩展来扩展VS Code的功能丰富的调试功能 VS Code提供了丰富的调试功能可以通过配置调试环境来进行代码调试。It supports single-step execution、skip current line、Continue execution and other debugging functions,Can help users quickly locate problems in the code。 Support Git version control VS Code has built-in Git version control tool,Version management can be easily performed。Users can perform Git operations through the Git menu or command panel,For example, submit code、View version history and more。
Tutorial on using the full push market interface Tutorial on using the full market interface and downloading historical data of Shanghai, Shenzhen and Beijing

Tornado market interface specifications and VC and other language call examples DEMO download

Tornado market interface specification and VC and other language calling examples DEMO download Tornado interface calling example-VC (note:This example is compiled under the VC6 platform,It can be directly compiled and passed under VC6,If compiled under a higher version of VC platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-VB (Note:This example is compiled under the VB6 platform,It can be directly compiled and passed under VB6,If compiled under a higher version of VB platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-C# (Note:This example is compiled under the VS6 platform,It can be directly compiled and passed under VS6,If compiled under a higher version of VS platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado interface calling example-DelphiXE (Note:This example is compiled under the DELPHIXE5 platform,It can be compiled directly under DELPHIXE5,If compiled under a higher version of Delphi platform,Compilation may not pass,And even if the compilation passes, the data may be read incorrectly,The solution is to specify the field defined by char as ansichar,time_t is specified as time_32t)。Please download the DEMO example in the corresponding language from the download button at the top of the page.。   Tornado market interface calling example-DEMO written in python language (Note:This calling example is using the pycharm community version platform,version date:2023.2.5 It is recommended that everyone use the same version,Download address of pycharm community version: https://www.jetbrains.com/pycharm/download/other.html The version used by python is python 3.9.13(32-bit),Its download address: https://www.python.org/downloads/windows/ To call the interface function in the sample code, pyqt5 is used,Its installation method in pycharm: Run the command on the Terminal of pycharm to install it:pip install pyqt5 )。Please download the DEMO example in the corresponding language from the download button at the top of the page.。