码迷,mamicode.com
首页 >  
搜索关键字:读写redis数据库    ( 2个结果
Python读写Redis数据库
import redisclass Database: def __init__(self): self.host = 'localhost' self.port = 6379 def write(self,website,city,year,...
分类:数据库   时间:2015-06-30 12:34:48    阅读次数:207
Java WebService 实现读写Redis数据库
一、准备工作 1、MyEclipse10 2、JDK 1.7.0 3、apache-tomcat-6.0.13 二、创建服务端 1、创建【Web Service Project】,命名为【TheService】。 2、创建【Class】类,命名为【ServiceHello】,位于【com.wty.service】包下。 3、编写供客户端调用的方法,...
分类:数据库   时间:2015-05-25 10:17:20    阅读次数:271
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!