- 浏览: 133652 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
xiaojiit:
99九夜茴 写道请问能不能把服务器端是Java的Web传我一下 ...
C# 编程WinForm 上传文件到 Asp.Net 的 Web项目 -
99九夜茴:
请问能不能把服务器端是Java的Web传我一下啊?我把代码复制 ...
C# 编程WinForm 上传文件到 Asp.Net 的 Web项目 -
xiaojiit:
不好意思,忘记传了。
Web通用简体繁体转化Js -
wwwcomy:
Language.js他人呢
Web通用简体繁体转化Js -
xiaojiit:
luogen33 写道 这美眉 很强悍啊!!哈哈,过奖过 ...
Java 获取系统信息,包括CPU使用率、硬盘大小、网卡状态、系统信息等
1
import
java.io.BufferedReader;
2
import
java.io.IOException;
3
import
java.io.InputStreamReader;
4
import
java.io.PrintStream;
5
import
java.text.DecimalFormat;
6
import
java.text.NumberFormat;
7
import
java.text.SimpleDateFormat;
8
import
java.util.Calendar;
9
10
public
class
Myeclipse5_5_0_KeyMaker {
11
12
private
static
final
String L
=
"
Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.
"
;
13
14
15
public
static
void
main(String args[]) {
16
BufferedReader br
=
new
BufferedReader(
new
InputStreamReader(System.in));
17
String userId
=
null
;
18
int
intLicenseNum
=
1
;
19
String strLicenseNum
=
null
;
20
boolean
bProFlag
=
true
;
21
String strProFlag
=
null
;
22
while
(userId
==
null
||
""
.equals(userId.trim())) {
23
System.out.print(
"
Subscriber:
"
);
24
try
{
25
userId
=
br.readLine();
26
}
27
catch
(IOException ioexception) { }
28
}
29
System.out.print(
"
Number of licenses(default 1, max 999):
"
);
30
try
{
31
strLicenseNum
=
br.readLine();
32
}
33
catch
(IOException ioexception1) { }
34
NumberFormat nf
=
new
DecimalFormat(
"
000
"
);
35
if
(strLicenseNum
==
null
||
""
.equals(strLicenseNum.trim())) {
36
strLicenseNum
=
nf.format(intLicenseNum);
37
}
else
{
38
strLicenseNum
=
nf.format(Integer.parseInt(strLicenseNum));
39
}
40
System.out.print(
"
Professional or Standard(default pro, n=stand):
"
);
41
try
{
42
strProFlag
=
br.readLine();
43
}
44
catch
(IOException ioexception2) { }
45
if
(strProFlag
!=
null
&&
!
""
.equals(strProFlag.trim())) {
46
bProFlag
=
false
;
47
}
48
Calendar cal
=
Calendar.getInstance();
49
cal.add(
1
,
2
);
50
cal.add(
6
,
-
1
);
51
SimpleDateFormat sdf
=
new
SimpleDateFormat(
"
yyMMdd
"
);
52
String need
=
userId.substring(
0
,
1
)
+
"
Y
"
+
(bProFlag
?
"
E3MP
"
:
"
E2MY
"
)
+
"
-100
"
+
strLicenseNum
+
"
-
"
+
sdf.format(cal.getTime())
+
"
0
"
;
53
String dx
=
need
+
"
Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.
"
+
userId;
54
int
suf
=
decode(dx);
55
String code
=
need
+
suf;
56
System.out.println(
"
Subscription Code:
"
+
change(code));
57
}
58
59
static
int
decode(String s) {
60
int
i
=
0
;
61
char
ac[]
=
s.toCharArray();
62
int
j
=
0
;
63
for
(
int
k
=
ac.length; j
<
k; j
++
) {
64
i
=
31
*
i
+
ac[j];
65
}
66
67
return
Math.abs(i);
68
}
69
70
static
String change(String s) {
71
if
(s
==
null
||
s.length()
==
0
) {
72
return
s;
73
}
74
byte
abyte0[]
=
s.getBytes();
75
char
ac[]
=
new
char
[s.length()];
76
int
i
=
0
;
77
for
(
int
k
=
abyte0.length; i
<
k; i
++
) {
78
int
j
=
abyte0[i];
79
if
(j
>=
48
&&
j
<=
57
) {
80
j
=
((j
-
48
)
+
5
)
%
10
+
48
;
81
}
else
82
if
(j
>=
65
&&
j
<=
90
) {
83
j
=
((j
-
65
)
+
13
)
%
26
+
65
;
84
}
else
85
if
(j
>=
97
&&
j
<=
122
) {
86
j
=
((j
-
97
)
+
13
)
%
26
+
97
;
87
}
88
ac[i]
=
(
char
)j;
89
}
90
91
return
String.valueOf(ac);
92
}
93
}
94
呵呵,大家知道是什么吧,从网上找来的
来源:http://www.sharejava.cn/show.php?contentid=51
发表评论
-
【小程序】java生成integer的字符串序列
2016-08-06 11:33 4691、效果如下: 输入1——5,返回1,2,3, ... -
Java单线程池
2015-07-22 10:04 606package com.hebei.read.core.pl ... -
自定义Java多线程池
2015-07-22 10:04 554package com.anda.threads; i ... -
自定义Java线程池
2015-07-22 10:02 0package com.anda.threads; i ... -
Linux下将Tomcat设置为Chkconfig启动方式
2013-12-14 16:19 731#!/bin/sh # # tomcat: Start ... -
java文件下载文件名乱码(转)
2013-11-19 11:25 738response.setHeader(...)下载 ... -
Tomcat、Apache、Mod_JK整合
2012-01-16 19:17 1548Apache、Tomcat、mod_jk 域名解析 1、安装 ... -
Java HashMap的两种排序方式
2011-12-09 18:31 943Map<String, Integer> ... -
使网页变灰,支持IE、FireFox、Opera、360浏览器等
2011-12-06 10:44 28901、对IE的支持,只需要在CSS中添加如下代码: ... -
Java 获取指定时间
2011-12-05 17:29 2139// 用来全局控制 上一周,本周,下一周的周数变化 ... -
Java 获取系统信息,包括CPU使用率、硬盘大小、网卡状态、系统信息等
2011-10-28 15:05 8829采用singar.jar实现,需要将sigar-x86-win ... -
CentOS Linux 下Tomcat启动脚本
2011-09-24 10:09 1587#!/bin/bash # # Init file ... -
IE6下DIV高度的问题
2011-06-30 09:14 870在IE6下,使用 height:10px;时,比实际的高度要高 ... -
非常不错的JS插件
2010-04-22 10:26 679从网上发现一个JS日期插件,经过自己修改,非常好用了,在此标识 ... -
基于xfire的web service搭建
2009-03-27 12:39 1657这里,用的xfire1.2.6和Spring 2.0,开发工具 ... -
Linux系统下JSP服务器配置步骤详解
2008-03-07 10:27 997接触JSP服务器 的人基本上都是从JSP的安装开始的 ... -
Java专业术语标准化规范
2008-03-08 09:32 881-A- AJAX: (建议不译,原因:专有名词) ... -
Eclipse开发经典教程:SWT布局(1)
2008-03-08 09:52 2429在Java 中,GUI程序开发的目标之一是跨平台,而每种类型 ... -
Eclipse开发经典教程:SWT布局(2)
2008-03-08 09:54 2600GridLayout布局 GridLayout ... -
JSP 文件上传
2008-08-18 17:22 1113这些天做JSP 的网站,遇到一个上传文件的问题,经过查找,终 ...
相关推荐
MyEclipse_5.5GA_keymaker,MyEclipse自动生成注册码的工具
MyEclipse 6.0与5.5GA 的keymaker
因此,尽管"MyEclipse_5.5GA_keymaker"提供了一种看似便捷的获取注册码的方式,但建议用户还是通过正规渠道购买MyEclipse的许可证,以获得官方的更新、维护和支持,同时保护自己的计算机安全。 总的来说,MyEclipse...
MyEclipse_5.5GA_keymaker
《VMware12 Keymaker:解锁虚拟化技术的秘钥》 VMware Workstation是一款业界知名的桌面级虚拟化软件,它允许用户在单个物理主机上运行多个独立的操作系统实例,为开发、测试和演示软件提供了极大的便利。VMware ...
生成的序列号正常使用。
Appcode 3.0.5 keymaker,注册机 Appcode 3.0.6 keymaker,注册机 适用于3.0.x 版本。 执行命令启动: java -jar appcode_v3.x.jar
radmin34 一个版本的 keymaker 有的机器可能存在算不出来的情况.具体是啥,我也没搞清楚.
keymaker 1.5.exe
Radmin v3.4 keymaker,只适用于E文版服务端.
keymaker2.0
keymaker for wmware products.keygen.exe
keymaker 1.4.rar
[强力硬件信息查看工具-多国语言V5.5正式版].Lavalys.EVEREST.Ultimate.Edition.v5.50.2100.Multilingual.Incl.Keymaker 旗舰版、含注册机
[强力硬件信息查看工具-多国语言V5.5正式版].Lavalys.EVEREST.Corporate.Edition.v5.50.2100.Multilingual.Incl.Keymaker 公司版、含注册机
HDDRegenerator-v1.71 and keymaker
本文将围绕" Myeclipse5.5.0_KeyMaker "这一工具,详细阐述如何生成和使用MyEclipse 5.5.0的注册码,以及相关技术要点。 首先,"Myeclipse5_5_0_KeyMaker"是针对MyEclipse 5.5.0版本的一个注册码生成器。它的工作...
4:运行keymaker 3.2.exe,点击Patch Server Check,建立StartMeUp-.不要点击其它按钮. 5: 建立StartMeUp-桌面快捷方式,并更名为Alcohol 120%,替代桌面上的Alcohol 120%快捷方式. 6: 打开Alcohol 120%,设置取消自动...