- 博客(6)
- 资源 (4)
- 收藏
- 关注
原创 杭电oj 2084题(java版)
数塔 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner =new Scanner(System.in); int a; int arr[][] = null; ...
2020-05-08 00:25:20
234
原创 杭电oj 2016题 (java版)
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int a; while (scan.hasNextInt()) { ...
2020-05-08 00:19:54
351
原创 杭电OJ1000题(java版)
A + B Problem Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in one line. Sample Input 1 1 Sample Ou...
2020-05-08 00:07:52
603
原创 Swing JButton使用实例
import java.awt.Color; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ImageIcon; import javax.swing...
2020-05-07 22:56:37
422
原创 Swing JLabel使用实例
import java.awt.Color; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JLabel; public class MyJLabel extends JFrame { private static final long serialVersionUID = 1L; ...
2020-05-07 22:54:44
331
原创 Swing JFrame使用实例
import java.awt.EventQueue; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import javax.swing.JFrame; import javax.swing.JOptionPane; public class MyFrame extends JFrame{ priv...
2020-05-07 22:48:34
284
基于Laravel 框架的学生信息管理系统源码.rar
2020-05-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人