https://aiur3908.blogspot.tw/2015/02/android-android-studio.html

wadj223436 發表在 痞客邦 留言(0) 人氣()

  加減乘除app

wadj223436 發表在 痞客邦 留言(0) 人氣()

1432278404-482409293_n
import java.awt.*;
import java.awt.event.*;
import java.util.Random;
import javax.swing.*;
public class Calculator extends JFrame implements 
ActionListener{

wadj223436 發表在 痞客邦 留言(0) 人氣()

未命名
import java.awt.*;
import java.awt.event.*;
import java.util.Random;
import javax.swing.*;
class test
{

wadj223436 發表在 痞客邦 留言(0) 人氣()

import java.awt.*;
import java.awt.event.*;
 
import javax.swing.*;

wadj223436 發表在 痞客邦 留言(0) 人氣()

未命名
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Test
{

wadj223436 發表在 痞客邦 留言(0) 人氣()

未命名
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class Test
{
public static void main(String[] args)
{
JButton jbnButton1, jbnButton2;
JPanel jplPanel;
JTextField jtfInput;
JFrame jtfMainFrame;

wadj223436 發表在 痞客邦 留言(0) 人氣()

23
class Test
{
public static void main(String[] args)
{
int i=1;
for(i=1;i<=10;i++)
{
System.out.println(i); 
}
}
}

wadj223436 發表在 痞客邦 留言(0) 人氣()

  • Mar 13 Fri 2015 15:58
  • EXECEL

未命名
Private Sub CommandButton1_Click()
Cells(1, 1) = 1
Cells(1, 2) = 2
Cells(1, 3) = 3
Cells(1, 4) = 4
Cells(1, 5) = 5
Cells(1, 6) = 6
Cells(1, 7) = 7
Cells(1, 8) = 8
Cells(1, 9) = 9
Cells(1, 10) = 10
End Sub

wadj223436 發表在 痞客邦 留言(0) 人氣()

123
<script language="JavaScript">
VIH_BackColor = "palegreen";
VIH_ForeColor = "navy";
VIH_FontPix = "16";
VIH_DisplayFormat = "You are visiting from:<br>IP Address: %%IP%%<br>Host: %%HOST%%";
VIH_DisplayOnPage = "yes";
</script>
<script language="JavaScript" src="https://scripts.hashemian.com/js/visitorIPHOST.js.php"></script>

wadj223436 發表在 痞客邦 留言(0) 人氣()

未命名
 
import java.net.*;

public class TestInet1 {
public static void main(String argv[])
{
try {
InetAddress myip = InetAddress.getLocalHost();

System.out.println(myip.getHostName());
System.out.println(myip.getHostAddress());
} catch (UnknownHostException e) {
System.out.println("Error: unable to resolve localhost");
}
}
}

wadj223436 發表在 痞客邦 留言(0) 人氣()

未命名
/**
* The HelloWorldApp class implements an application that
* simply prints "Hello World!" to standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}

wadj223436 發表在 痞客邦 留言(0) 人氣()

1 2 3
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。