# TestLogSql **Repository Path**: xiaopenghoh/TestLogSql ## Basic Information - **Project Name**: TestLogSql - **Description**: TestLogSql - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-16 - **Last Updated**: 2025-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README Python各种例子 需要的包 numpy 1.71.1 pandas 0.25.1 pymysql/psycopg2 2.8.4 win_unicode_console 0.5 xlrd 1.2 xlwt 1.3 openpyxl 2.6.3 cmd 调用 1 使用cd命令切换到程序文件夹内 2 python Main.py 1 230 2020Q1 2 1 测试 python MainTest.py 1 230 2030Q1 2 1 Java 调用 1 必须加File file = new File("C:\\\\Users\\\\Xiaopeng XP Zhang\\\\PycharmProjects\\\\Test\\") 参数,不然会出路径问题 pip 无法使用要cd到python安装路径的scrips路径下 安装配置修改部分 1,在生产部署时,将TEMP下的文件结构拷贝至目的文件夹 2,在pgconfig.cfg中配置sqlinfo的数据库信息 3,在pgconfig.cfg中配置pathinfo的main路径(目的文件夹的本地绝对路径) # Introduction TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. # Getting Started TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: 1. Installation process 2. Software dependencies 3. Latest releases 4. API references branch2 # Build and Test TODO: Describe and show how to build your code and run the tests. # Contribute TODO: Explain how other users and developers can contribute to make your code better. If you want to learn more about creating good readme files then refer the following [guidelines](https://www.visualstudio.com/en-us/docs/git/create-a-readme). You can also seek inspiration from the below readme files: - [ASP.NET Core](https://github.com/aspnet/Home) - [Visual Studio Code](https://github.com/Microsoft/vscode) - [Chakra Core](https://github.com/Microsoft/ChakraCore) branch2