资源简介
Main.zip
代码片段和文件信息
package dk.fullcontrol.fps;
import java.io.IOException;
import java.io.FileOutputStream;
import java.lang.reflect.InvocationTargetException;
import scala.testing.SUnit.Test;
import com.smartfoxserver.v2.entities.data.SFSobject;
import com.smartfoxserver.v2.protocol.binary.DefaultPacketCompressor;
//����ʱ������
public class Main {
public static void main(String[] args) throws ClassNotFoundException IllegalAccessException IllegalArgumentException InvocationTargetException NoSuchMethodException SecurityException InstantiationException IOException {
SFSobject license = new SFSobject();
license.putUtfString(“customer“ ““);// 授权人,为空则为共享版,否则个人版
license.putUtfString(“bind“ “47.95.28.187“);// 限制IP ,也就是服务器的公网IP!!如果写内网IP则只能在内网上访问。
license.putInt(“users“ -1);// 连接数上限,-1为无限数量
license.putLong(“expire“ 0);// 版权到期时间,0为无限制
license.putBool(“private“ false);// 私有?
byte[] objectBytes = license.toBinary();
try {
objectBytes = new DefaultPacketCompressor().compress(objectBytes);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
byte[] licenseData = new byte[objectBytes.length + 4];
for (int i = 0; i < objectBytes.length; i++) {
licenseData[i + 4] = (byte) (objectBytes[i] ^ licenseData[2]);
}
new FileOutputStream(“C:\\license.2x“).write((byte[]) licenseData); //设置保存的路径
//
//
//DFResLoader loader = new DFResLoader(Main.class.getClassLoader());
//
//loader.init(new FileInputStream(“lib\\Lib\\sfs2x-lms.jar“));
//
//
//long expireTime = 4476614400000l;//new Date(2111-1900 10 11).getTime();
//
//
//
//ISFSobject license = new SFSobject();
//
//license.putUtfString(“customer“ ““);//��Ȩ�ˣ�Ϊ����Ϊ����棬������˰�
//
//license.putUtfString(“bind“ “127.0.0.1“);//����IP
//
//license.putInt(“users“ -1);//���������ޣ�-1Ϊ��������
//
//license.putLong(“expire“ 0);//expireTime ��Ȩ����ʱ�䣬0Ϊ������
//
//license.putBool(“private“ false);//˽�У�
//
//
////sfs.lms.d.w
//
//Class da = loader.loadClass(“sfs.lms.b.v“);
//
////���浽config/license.2x
//
//da.getMethod(“D“ ISFSobject.class).invoke(da.newInstance() license);
//if (args.length > 0) {
//clusterMode = args[0].equalsIgnoreCase(“cluster“);
//useConsole = args.length > 1 && args[1].equalsIgnoreCase(“console“);
//}
//final SmartFoxServer sfs2X = SmartFoxServer.getInstance();
//sfs2X.setClustered(clusterMode);
//if (useConsole)
//sfs2X.startDebugConsole();
//sfs2X.start();
//}
//public static byte[] getStream(FileInputStream fileInputStream) {
// byte[] d;
// try {
// d = new byte[fileInputStream.available()];
// fileInputStream.read(d);
// return d;
// } catch (IOException e1) {
// // TODO Auto-generated catch block
// e1.printStackTrace();
// }
// return null;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3228 2017-09-20 13:14 Main.java
- 上一篇:机票预定系统数据库系统设计
- 下一篇:软件体系结构复习资料
相关资源
- 小旋风蜘蛛池x6.zip
- 图灵数学·统计学丛书42-概率论基础教
- 笛卡尔几何附《方法论》《探求真理
- 28749194政府大楼智能安防系统方案-2
- windows游戏编程大师技巧.part08.rar
- 控制论与科学方法论金观涛.pdf
- doudizhu.rar
- 服务器风云私服游戏网关.rar
- 2-数理统计学教程陈希孺编著2009中科
- 黑客之道漏洞发掘的艺术第2版.pdf
- 苹果数据恢复大师完美绿色破解版[亲
- FFVideoPlyer_视频读帧解码播放.rar
- WINDOWS7设备驱动程序开发_12867221_美里
- ffmpeg提取mp4关键帧保存为jpg.zip
-
Macgo Windows Blu-ray Pla
yer 2.11中文注册 -
PotPla
yer.zip - 黑客与画家(高清中文版pdf).zip
- 2004-2018软考数据库系统工程师真题答
- 《非常简单-黑客攻防实战(超值全彩
- 黑客攻防全攻略.zip
- 概率论与数理统计陈希孺.pdf.zip
- 机器码修改大师.rar
- 黑客防线2014合集.part2.rar
- 40款经典黑客编程源代码.rar
- 佳佳象棋陆海空版.zip
- WinEdt-7-Build-20120321-incl-Crack.rar
- 数理统计学教程-陈希孺-书签精校版
- 概率论与数理统计-陈希孺-书签精校版
- 超好学!黑客攻防入门全图解.pdf
- 黑客工具包—远程控制包.rar
评论
共有 条评论