设为首页 加入收藏

TOP

用Java实现KeyFile
2014-11-19 10:48:20 】 浏览:2151
Tags:Java 实现 KeyFile

  KeyFile的实现是这样


  /**


  * KeyFile


  * Date: 2008-6-30


  * Time: 13:35:26


  *


  */


  public class KeyFile {


  /*


  


  


  


  


  


  


  


  


  


  


  


  


  


  


  


  


  */


  private int keyType;


  private String keyVersion;


  private Date expiredDate;


  private String email;


  private String machinelInfo;


  private String userName;


】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇C语言实例:区分旅客国籍 下一篇VC小技巧

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目