在计算机之间交换数据 [英] exchange data between computers

查看:99
本文介绍了在计算机之间交换数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在建立一个选举系统,该系统必须将选票计算从省级比赛中转移到中央比赛中.

我在Windows环境中使用Java.我不需要代码,但是某种程度上可以理解该怎么做,因为我根本没有任何想法.请帮我解决一下这个.感谢

Im making an election system which has to transfer vote calculations from provincial matchines to central matchine.

I use java in windows environment. I dont need codes but some way understand to what to do because I dont have any idea at all. please help me with this. Thanks

推荐答案

从此处开始:客户端服务器模型@ Wikipedia [^ ]

然后进入Java教程:
http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html [^ ]

然后开发一些安全的东西-因为您可能不想操纵投票(关键字PGP).
start here: Client Server Model @ Wikipedia[^]

and make your way to the Java tutorials:
http://docs.oracle.com/javase/tutorial/networking/sockets/clientServer.html[^]

and then develop something that is also secure - as you probably do not want a manipulation of the votes (keyword PGP).


无需混淆任何服务器客户端


使用mysql jdbc驱动程序

创建在线mysql数据库
http://www.google. co.in/search?sugexp=chrome,mod=15&sourceid=chrome&ie=UTF-8&q=freemysql [
No need to confuse any server client


use mysql jdbc driver

create an online mysql database
http://www.google.co.in/search?sugexp=chrome,mod=15&sourceid=chrome&ie=UTF-8&q=freemysql[^]

create a table and save the data you need
read it from any where

use your logic for else part


这篇关于在计算机之间交换数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆