# someTest **Repository Path**: as010101/some-test ## Basic Information - **Project Name**: someTest - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-05 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # someTest #### 介绍 {**以下是 Gitee 平台说明,您可以替换此简介** Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) ``` some-test ├─ .vscode │ └─ settings.json ├─ aboutTime.cpp ├─ algorithm │ ├─ algorithm.cpp │ └─ link.cpp ├─ back_trace.cpp ├─ cas.cpp ├─ command.cpp ├─ cpp_util │ ├─ bi_container.cpp │ ├─ check_number.cpp │ ├─ container_out.cpp │ ├─ mpmc.cpp │ ├─ side_position_convert.cpp │ ├─ Time_limit.cpp │ ├─ val_list_linux.cpp │ └─ yaml_read.cpp ├─ crash.cpp ├─ data │ └─ exception ├─ demo_shm_client.cpp ├─ demo_shm_server.cpp ├─ docker │ ├─ command.md │ └─ install.md ├─ ex.cpp ├─ exa_test.cpp ├─ factory.cpp ├─ ffmpeg │ ├─ 2022-11-21-17-51-49.png │ ├─ command.md │ ├─ grab_screen.cpp │ ├─ mSys2.md │ ├─ push_stream.cpp │ └─ 理论.md ├─ file_merge.cpp ├─ git.cpp ├─ grpc │ ├─ doc.md │ ├─ grpc-example │ │ ├─ client │ │ │ ├─ client.cpp │ │ │ └─ Dockerfile │ │ ├─ INSTALL.txt │ │ ├─ Makefile │ │ ├─ master.proto │ │ └─ server │ │ ├─ Dockerfile │ │ └─ server.cpp │ └─ grpc-example-v2 │ ├─ client │ │ ├─ client.cpp │ │ └─ Dockerfile │ ├─ INSTALL.txt │ ├─ Makefile │ ├─ master.proto │ └─ server │ ├─ Dockerfile │ └─ server.cpp ├─ g_test.cpp ├─ influxdb │ └─ read.md ├─ install │ └─ mysql ├─ intrusive_and_no_intrusive.cpp ├─ ITDEngine.cpp ├─ lcs.cpp ├─ libevent │ ├─ Clistener.h │ ├─ ConstantDict.h │ ├─ policyListener.h │ ├─ QmtConst.h │ └─ templateListener.h ├─ LICENSE ├─ map.cpp ├─ memset_memcpys_strncpy.cpp ├─ muti_udp.cpp ├─ myitr.cpp ├─ nano.cpp ├─ new.cpp ├─ order_flow │ ├─ design.md │ └─ flow.py ├─ order_id.cpp ├─ photo │ ├─ 2022-11-03-11-52-23.png │ ├─ 2022-11-03-11-56-42.png │ ├─ pose.md │ └─ test.md ├─ policy.cpp ├─ problem │ └─ my.md ├─ ptr.cpp ├─ python_spider │ └─ beike.py ├─ python_util │ ├─ backtrader_sample.py │ ├─ csv_2_xls.py │ ├─ dynamic_text.py │ ├─ eod_emil.py │ ├─ market_snap_receive.py │ ├─ market_to_influx.py │ ├─ order_flow.py │ ├─ python_op.md │ ├─ seed.py │ └─ snap_concat.py ├─ qmt_xt_frame │ ├─ ConstantDict.h │ ├─ dllmain.cpp │ ├─ framework.h │ ├─ LFConstants.h │ ├─ LFDataStruct.h │ ├─ mydll │ │ ├─ ConstantDict.h │ │ ├─ dllmain.cpp │ │ ├─ framework.h │ │ ├─ LFConstants.h │ │ ├─ LFDataStruct.h │ │ ├─ mydll.vcxproj │ │ ├─ mydll.vcxproj.filters │ │ ├─ mydll.vcxproj.user │ │ ├─ NetManager.h │ │ ├─ pch.cpp │ │ ├─ pch.h │ │ ├─ QmtConst.h │ │ ├─ SetFunc.h │ │ ├─ sys_message.h │ │ ├─ tscns.h │ │ ├─ util.h │ │ ├─ WrapperSpi.h │ │ └─ XtStruct.h │ ├─ NetManager.h │ ├─ pch.cpp │ ├─ pch.h │ ├─ QmtConst.h │ ├─ SetFunc.h │ ├─ sys_message.h │ ├─ tscns.h │ ├─ util.h │ ├─ WrapperSpi.h │ ├─ XtFrame.cpp │ ├─ XtStruct.h │ └─ XtTradeFramework.cpp ├─ qt │ ├─ qtbroswer │ ├─ qt_quick │ │ ├─ list_view_dynamic_insert.qml │ │ ├─ read.md │ │ ├─ RegisterTest │ │ │ ├─ fileio.cpp │ │ │ ├─ fileio.h │ │ │ ├─ main.cpp │ │ │ ├─ main.qml │ │ │ ├─ qml.qrc │ │ │ ├─ RegisterTest.pro │ │ │ ├─ RegisterTest.pro.user │ │ │ ├─ testQproperty.cpp │ │ │ ├─ testQproperty.h │ │ │ ├─ treeitem.cpp │ │ │ ├─ treeitem.h │ │ │ ├─ treemodel.cpp │ │ │ └─ treemodel.h │ │ ├─ splitView │ │ ├─ test.qml │ │ └─ TestModel │ │ ├─ main.cpp │ │ ├─ main.qml │ │ ├─ qml.qrc │ │ ├─ TestModel.cpp │ │ ├─ TestModel.h │ │ ├─ TestModel.pro │ │ └─ TestModel.pro.user │ └─ qt_widget │ └─ AbstractTreeModelItemTest │ ├─ main.cpp │ ├─ treeitem.cpp │ ├─ treeitem.h │ ├─ treemodel.cpp │ ├─ treemodel.h │ ├─ untitled17.pro │ └─ untitled17.pro.user ├─ README.en.md ├─ README.md ├─ regexTest.md ├─ sqlite │ ├─ compile.md │ ├─ linux │ │ ├─ readme.md │ │ ├─ sqlite3.c │ │ └─ sqlite3.h │ └─ win │ ├─ db.cpp │ ├─ db.h │ ├─ insert_opt.config │ ├─ Lev2MdStruct.h │ ├─ orderbook.csv │ ├─ ORDERBOOK_db.csv │ ├─ read.md │ ├─ sqlite3.c │ ├─ sqlite3.h │ ├─ table.config │ ├─ test.cpp │ └─ test.h ├─ stl.cpp ├─ stock │ ├─ doc │ └─ op ├─ string_and_c_str.cpp ├─ sylar │ └─ bytearray.cc ├─ template │ ├─ double_convert.cpp │ ├─ friend.cpp │ └─ sfina.cpp ├─ test.cpp ├─ variant_implement.cpp └─ 日志 └─ 2022-11-21.md ``` ``` some-test ├─ .vscode │ └─ settings.json ├─ aboutTime.cpp ├─ algorithm │ ├─ algorithm.cpp │ └─ link.cpp ├─ back_trace.cpp ├─ cas.cpp ├─ command.cpp ├─ cpp_util │ ├─ bi_container.cpp │ ├─ check_number.cpp │ ├─ container_out.cpp │ ├─ mpmc.cpp │ ├─ side_position_convert.cpp │ ├─ Time_limit.cpp │ ├─ val_list_linux.cpp │ └─ yaml_read.cpp ├─ crash.cpp ├─ data │ └─ exception ├─ demo_shm_client.cpp ├─ demo_shm_server.cpp ├─ docker │ ├─ command.md │ └─ install.md ├─ ex.cpp ├─ exa_test.cpp ├─ factory.cpp ├─ ffmpeg │ ├─ 2022-11-21-17-51-49.png │ ├─ command.md │ ├─ grab_screen.cpp │ ├─ mSys2.md │ ├─ push_stream.cpp │ └─ 理论.md ├─ file_merge.cpp ├─ git.cpp ├─ grpc │ ├─ doc.md │ ├─ grpc-example │ │ ├─ client │ │ │ ├─ client.cpp │ │ │ └─ Dockerfile │ │ ├─ INSTALL.txt │ │ ├─ Makefile │ │ ├─ master.proto │ │ └─ server │ │ ├─ Dockerfile │ │ └─ server.cpp │ └─ grpc-example-v2 │ ├─ client │ │ ├─ client.cpp │ │ └─ Dockerfile │ ├─ INSTALL.txt │ ├─ Makefile │ ├─ master.proto │ ├─ readme.md │ └─ server │ ├─ Dockerfile │ └─ server.cpp ├─ g_test.cpp ├─ influxdb │ └─ read.md ├─ install │ └─ mysql ├─ intrusive_and_no_intrusive.cpp ├─ ITDEngine.cpp ├─ lcs.cpp ├─ libevent │ ├─ Clistener.h │ ├─ ConstantDict.h │ ├─ policyListener.h │ ├─ QmtConst.h │ └─ templateListener.h ├─ LICENSE ├─ map.cpp ├─ memset_memcpys_strncpy.cpp ├─ muti_udp.cpp ├─ myitr.cpp ├─ nano.cpp ├─ new.cpp ├─ order_flow │ ├─ design.md │ └─ flow.py ├─ order_id.cpp ├─ photo │ ├─ 2022-11-03-11-52-23.png │ ├─ 2022-11-03-11-56-42.png │ ├─ pose.md │ └─ test.md ├─ policy.cpp ├─ problem │ └─ my.md ├─ ptr.cpp ├─ python_spider │ └─ beike.py ├─ python_util │ ├─ backtrader_sample.py │ ├─ csv_2_xls.py │ ├─ dynamic_text.py │ ├─ eod_emil.py │ ├─ market_snap_receive.py │ ├─ market_to_influx.py │ ├─ order_flow.py │ ├─ python_op.md │ ├─ seed.py │ └─ snap_concat.py ├─ qmt_xt_frame │ ├─ ConstantDict.h │ ├─ dllmain.cpp │ ├─ framework.h │ ├─ LFConstants.h │ ├─ LFDataStruct.h │ ├─ mydll │ │ ├─ ConstantDict.h │ │ ├─ dllmain.cpp │ │ ├─ framework.h │ │ ├─ LFConstants.h │ │ ├─ LFDataStruct.h │ │ ├─ mydll.vcxproj │ │ ├─ mydll.vcxproj.filters │ │ ├─ mydll.vcxproj.user │ │ ├─ NetManager.h │ │ ├─ pch.cpp │ │ ├─ pch.h │ │ ├─ QmtConst.h │ │ ├─ SetFunc.h │ │ ├─ sys_message.h │ │ ├─ tscns.h │ │ ├─ util.h │ │ ├─ WrapperSpi.h │ │ └─ XtStruct.h │ ├─ NetManager.h │ ├─ pch.cpp │ ├─ pch.h │ ├─ QmtConst.h │ ├─ SetFunc.h │ ├─ sys_message.h │ ├─ tscns.h │ ├─ util.h │ ├─ WrapperSpi.h │ ├─ XtFrame.cpp │ ├─ XtStruct.h │ └─ XtTradeFramework.cpp ├─ qt │ ├─ qtbroswer │ ├─ qt_quick │ │ ├─ list_view_dynamic_insert.qml │ │ ├─ read.md │ │ ├─ RegisterTest │ │ │ ├─ fileio.cpp │ │ │ ├─ fileio.h │ │ │ ├─ main.cpp │ │ │ ├─ main.qml │ │ │ ├─ qml.qrc │ │ │ ├─ RegisterTest.pro │ │ │ ├─ RegisterTest.pro.user │ │ │ ├─ testQproperty.cpp │ │ │ ├─ testQproperty.h │ │ │ ├─ treeitem.cpp │ │ │ ├─ treeitem.h │ │ │ ├─ treemodel.cpp │ │ │ └─ treemodel.h │ │ ├─ splitView │ │ ├─ test.qml │ │ └─ TestModel │ │ ├─ main.cpp │ │ ├─ main.qml │ │ ├─ qml.qrc │ │ ├─ TestModel.cpp │ │ ├─ TestModel.h │ │ ├─ TestModel.pro │ │ └─ TestModel.pro.user │ └─ qt_widget │ └─ AbstractTreeModelItemTest │ ├─ main.cpp │ ├─ treeitem.cpp │ ├─ treeitem.h │ ├─ treemodel.cpp │ ├─ treemodel.h │ ├─ untitled17.pro │ └─ untitled17.pro.user ├─ README.en.md ├─ README.md ├─ regexTest.md ├─ sqlite │ ├─ compile.md │ ├─ linux │ │ ├─ readme.md │ │ ├─ sqlite3.c │ │ └─ sqlite3.h │ └─ win │ ├─ db.cpp │ ├─ db.h │ ├─ insert_opt.config │ ├─ Lev2MdStruct.h │ ├─ orderbook.csv │ ├─ ORDERBOOK_db.csv │ ├─ read.md │ ├─ sqlite3.c │ ├─ sqlite3.h │ ├─ table.config │ ├─ test.cpp │ └─ test.h ├─ stl.cpp ├─ stock │ ├─ doc │ └─ op ├─ string_and_c_str.cpp ├─ sylar │ └─ bytearray.cc ├─ template │ ├─ double_convert.cpp │ ├─ friend.cpp │ └─ sfina.cpp ├─ test.cpp ├─ variant_implement.cpp └─ 日志 └─ 2022-11-21.md ``` ``` some-test ├─ .vscode │ └─ settings.json ├─ aboutTime.cpp ├─ algorithm │ ├─ algorithm.cpp │ └─ link.cpp ├─ back_trace.cpp ├─ cas.cpp ├─ command.cpp ├─ cpp_util │ ├─ bi_container.cpp │ ├─ check_number.cpp │ ├─ container_out.cpp │ ├─ mpmc.cpp │ ├─ side_position_convert.cpp │ ├─ Time_limit.cpp │ ├─ val_list_linux.cpp │ └─ yaml_read.cpp ├─ crash.cpp ├─ data │ └─ exception ├─ demo_shm_client.cpp ├─ demo_shm_server.cpp ├─ docker │ ├─ command.md │ └─ install.md ├─ ex.cpp ├─ exa_test.cpp ├─ factory.cpp ├─ ffmpeg │ ├─ 2022-11-21-17-51-49.png │ ├─ command.md │ ├─ grab_screen.cpp │ ├─ mSys2.md │ ├─ push_stream.cpp │ └─ 理论.md ├─ file_merge.cpp ├─ git.cpp ├─ grpc │ ├─ doc.md │ ├─ grpc-example │ │ ├─ client │ │ │ ├─ client.cpp │ │ │ └─ Dockerfile │ │ ├─ INSTALL.txt │ │ ├─ Makefile │ │ ├─ master.proto │ │ └─ server │ │ ├─ Dockerfile │ │ └─ server.cpp │ └─ grpc-example-v2 │ ├─ client │ │ ├─ client.cpp │ │ └─ Dockerfile │ ├─ INSTALL.txt │ ├─ Makefile │ ├─ master.proto │ ├─ READMD.md │ └─ server │ ├─ Dockerfile │ └─ server.cpp ├─ g_test.cpp ├─ influxdb │ └─ read.md ├─ install │ └─ mysql ├─ intrusive_and_no_intrusive.cpp ├─ ITDEngine.cpp ├─ lcs.cpp ├─ libevent │ ├─ Clistener.h │ ├─ ConstantDict.h │ ├─ policyListener.h │ ├─ QmtConst.h │ └─ templateListener.h ├─ LICENSE ├─ map.cpp ├─ memset_memcpys_strncpy.cpp ├─ muti_udp.cpp ├─ myitr.cpp ├─ nano.cpp ├─ new.cpp ├─ order_flow │ ├─ design.md │ └─ flow.py ├─ order_id.cpp ├─ photo │ ├─ 2022-11-03-11-52-23.png │ ├─ 2022-11-03-11-56-42.png │ ├─ pose.md │ └─ test.md ├─ policy.cpp ├─ problem │ └─ my.md ├─ ptr.cpp ├─ python_spider │ └─ beike.py ├─ python_util │ ├─ backtrader_sample.py │ ├─ csv_2_xls.py │ ├─ dynamic_text.py │ ├─ eod_emil.py │ ├─ market_snap_receive.py │ ├─ market_to_influx.py │ ├─ order_flow.py │ ├─ python_op.md │ ├─ seed.py │ └─ snap_concat.py ├─ qmt_xt_frame │ ├─ ConstantDict.h │ ├─ dllmain.cpp │ ├─ framework.h │ ├─ LFConstants.h │ ├─ LFDataStruct.h │ ├─ mydll │ │ ├─ ConstantDict.h │ │ ├─ dllmain.cpp │ │ ├─ framework.h │ │ ├─ LFConstants.h │ │ ├─ LFDataStruct.h │ │ ├─ mydll.vcxproj │ │ ├─ mydll.vcxproj.filters │ │ ├─ mydll.vcxproj.user │ │ ├─ NetManager.h │ │ ├─ pch.cpp │ │ ├─ pch.h │ │ ├─ QmtConst.h │ │ ├─ SetFunc.h │ │ ├─ sys_message.h │ │ ├─ tscns.h │ │ ├─ util.h │ │ ├─ WrapperSpi.h │ │ └─ XtStruct.h │ ├─ NetManager.h │ ├─ pch.cpp │ ├─ pch.h │ ├─ QmtConst.h │ ├─ SetFunc.h │ ├─ sys_message.h │ ├─ tscns.h │ ├─ util.h │ ├─ WrapperSpi.h │ ├─ XtFrame.cpp │ ├─ XtStruct.h │ └─ XtTradeFramework.cpp ├─ qt │ ├─ qtbroswer │ ├─ qt_quick │ │ ├─ list_view_dynamic_insert.qml │ │ ├─ read.md │ │ ├─ RegisterTest │ │ │ ├─ fileio.cpp │ │ │ ├─ fileio.h │ │ │ ├─ main.cpp │ │ │ ├─ main.qml │ │ │ ├─ qml.qrc │ │ │ ├─ RegisterTest.pro │ │ │ ├─ RegisterTest.pro.user │ │ │ ├─ testQproperty.cpp │ │ │ ├─ testQproperty.h │ │ │ ├─ treeitem.cpp │ │ │ ├─ treeitem.h │ │ │ ├─ treemodel.cpp │ │ │ └─ treemodel.h │ │ ├─ splitView │ │ ├─ test.qml │ │ └─ TestModel │ │ ├─ main.cpp │ │ ├─ main.qml │ │ ├─ qml.qrc │ │ ├─ TestModel.cpp │ │ ├─ TestModel.h │ │ ├─ TestModel.pro │ │ └─ TestModel.pro.user │ └─ qt_widget │ └─ AbstractTreeModelItemTest │ ├─ main.cpp │ ├─ treeitem.cpp │ ├─ treeitem.h │ ├─ treemodel.cpp │ ├─ treemodel.h │ ├─ untitled17.pro │ └─ untitled17.pro.user ├─ README.en.md ├─ README.md ├─ regexTest.md ├─ sqlite │ ├─ compile.md │ ├─ linux │ │ ├─ readme.md │ │ ├─ sqlite3.c │ │ └─ sqlite3.h │ └─ win │ ├─ db.cpp │ ├─ db.h │ ├─ insert_opt.config │ ├─ Lev2MdStruct.h │ ├─ orderbook.csv │ ├─ ORDERBOOK_db.csv │ ├─ read.md │ ├─ sqlite3.c │ ├─ sqlite3.h │ ├─ table.config │ ├─ test.cpp │ └─ test.h ├─ stl.cpp ├─ stock │ ├─ doc │ └─ op ├─ string_and_c_str.cpp ├─ sylar │ └─ bytearray.cc ├─ template │ ├─ double_convert.cpp │ ├─ friend.cpp │ └─ sfina.cpp ├─ test.cpp ├─ variant_implement.cpp └─ 日志 └─ 2022-11-21.md ```