摘要: 代码: package com.lky.pojo; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileO... 阅读全文
posted @ 2015-10-20 16:27 奋斗的珞珞 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 实例代码: package com.lky.pojo; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream;... 阅读全文
posted @ 2015-10-20 12:31 奋斗的珞珞 阅读(1178) 评论(0) 推荐(0) 编辑
摘要: 针对BeanstalkClient-1.4.6.jar 生产者 示例代码: package com.lky.test; import java.io.UnsupportedEncodingException; import org.junit.Ignore; import org.junit.Test; import com.surftools.BeanstalkClientIm... 阅读全文
posted @ 2015-10-20 10:21 奋斗的珞珞 阅读(888) 评论(0) 推荐(0) 编辑