Giter VIP home page Giter VIP logo

software_project's Introduction

预计是.sql里面放建表语句

每个子目录又分main和servent两个子目录,分开放主从机的东西

两个database类都接了数据库,账号密码库名不一样的话自己改……都有个实例化好了的游标cursor可以用,为了在并发访问的时候不出错,每次使用cursor之前先用一个已经实例化好了的互斥锁db_lock

client和server分别是从机和主机的通信类,里面分别有c和server两个实例化的communication,要通信的时候先import c/server,然后调用相应的协议函数。预计是一条可用的协议封装一个函数。

考虑到等结果来给用户界面的问题。。该用通信类发出信号来触发槽的后续嘛??

另外,这个工程得先运行主机(main.py)才能用从机S_main.py

software_project's People

Contributors

lixianyao avatar shizhonghao avatar rouman321 avatar pockyji avatar cici19961204 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.