CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - void

搜索资源列表

  1. source2

    0下载:
  2. import java.awt.* public class BallGame extends Frame { void launchFrame(){ setSize(500, 300) setLocation(50, 50) setVisible(true) setTitle("尚学堂---张三作品") setBackground(Color.black) } public static void mai
  3. 所属分类:Applet

    • 发布日期:2017-11-10
    • 文件大小:6146
    • 提供者:张乐
  1. xuexi

    0下载:
  2. 主程序 关于学生信息管理系统的 程序开发的代码- Public void jButton1_actionPerformed(ActionEvent e) { driver=jTextField1.getText() URL=jTextField2.getText() table=jTextField3.getText() name=jTextField4.getText() password=
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-17
    • 文件大小:1508
    • 提供者:潘云阳
  1. Colleague

    0下载:
  2. 本文件功能主要通过接口继承完成信息的发送与信息的接受等功能。-public interface Colleague{ public void giveMess(String[] mess) public void receiverMess(String mess ) public void setName(String name) public String getName() }
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:627
    • 提供者:冯丽娜
  1. Public-class-void-

    0下载:
  2. 选择三个字符串,找出其中的最大的值,编程如下。-The select three strings, find the maximum value, programming is as follows.
  3. 所属分类:Applet

    • 发布日期:2017-11-24
    • 文件大小:10752
    • 提供者:涂华平
  1. java

    0下载:
  2. 用java实现与数据库的连接..例如``有一张数据库的表``里面有几条数据``用java将数据库表内的数据显示在java的表单属性内,java怎么实现对数据库的增,删,改,查.四种方法,带注释的! -import java.sql.*   public class ODBCTest {  public static void main(String[] args) {  Connection con = null   try {
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:10318
    • 提供者:王豪
  1. Monster

    5下载:
  2. 一个初级JAVA程序小游戏,不同的怪兽会有不同的攻击方式,满100伤害停止。- 1. The sub-questions below concern a Java application that deals with monsters. i) Create a class called Monster (to be stored in file Monster.java), such that:
  3. 所属分类:JavaScript

    • 发布日期:2017-10-31
    • 文件大小:1602
    • 提供者:scott
  1. JAVA-ATMA

    0下载:
  2. 简易的ATM取款机程序,实现存款,取款,查询余额,转账功能-//登陆界面 class Login { //获取登录账户ID及密码 public void show() { System.out.println("请输入账户ID:"+" "+"[0退出]") Scanner zhid =new Scanner(System.in) String str1=zhid.nextLine() if(str1.equals("0"
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:42896
    • 提供者:裴纪阳
  1. javaerrorone

    0下载:
  2. java自定义异常实例(一)。 public class CustomException_02 { public static void main(String[] args) { try { customException() formatThrowable() } catch (CustomException e1) { // 捕获CustomException异常 System.out.println("Exception: "
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:60009
    • 提供者:小伟
  1. javaerrortwo

    0下载:
  2. java自定义异常实例(二)。 public class CustomException_02 { public static void main(String[] args) { try { customException() formatThrowable() } catch (CustomException e1) { // 捕获CustomException异常 System.out.println("Exception: "
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:60234
    • 提供者:小伟
  1. Noname

    0下载:
  2. 简单服务器代码public static void main(String[] args) throws IOException { ServerSocket ss=new ServerSocket(10009) Socket s=ss.accept() InputStream in=s.getInputStream() byte[] buf=new byte[1024] int len=in.read(buf) System.out.p
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:2271
    • 提供者:奋斗
  1. java-plist-shsh

    0下载:
  2. j2SE,J2ME,J2EE,Android,java范围技术交流,iso shsh文件备份和直接通过浏览器下载iphone游戏和或者软件包 ios在解锁或者备份shsh文件时,从手机里获取的plist文件是打不开的,我们可以通过java转成xml或者可以打的plist。shsh文件备份, import java.io.* import com.dd.plist.PropertyListParser public class P
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:43538
    • 提供者:司马楚云
  1. Property-Management-System

    0下载:
  2. 使用JAVA编译的物业管理系统,部分代码: package com.wy.util import java.util.* public class nowdate { public static int getSystime() { Calendar tt = Calendar.getInstance() //获取Calendar对象 Date time = tt.getTime() //获取日期 int year = time.getYe
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:840088
    • 提供者:john
  1. RemoteSubActivityScreen

    0下载:
  2. Class under test void BackingStoreException(String) for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1322
    • 提供者:weipeigon
  1. array

    0下载:
  2.   1. 使用下面的方法头编写方法,消除数组中重复出现的值。输入10个整数,显示去除重复数后的结果。(设计性实验)    public static void int[] removeDuplicate(int[] number)-1 Use the following method header preparation methods, eliminating repeated array values. Enter 10 integers, show the results after
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:49632
    • 提供者:
  1. TEST1

    0下载:
  2. 阅读下面的程序,在main()方法里添加语句完成如下功能: ①创建一个MyValue类的对象myValue. ②为myValue对象中的value域赋值10. ③使用getVaule()方法获得myValue对象中的数据并将它打印在屏幕上. class MyValue { private int value public void setValue(int x) { Value = x } public int getValue( ){
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2731
    • 提供者:小馒头
  1. 1

    0下载:
  2. 运行下列程序,分析super关键字的使用,以及父类与子类之间的隐藏和重写关系 class superClass{ int x superClass( ){ x = 3 System.out.println("in superClass : x = "+x) } void doSomething( ){ System.out.println("in superClass.doSomething( )") } class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3525
    • 提供者:小馒头
  1. Mypicture

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:13393
    • 提供者:晕晕
  1. Classes-(I)---CPP-Documentation_files

    0下载:
  2. In order to avoid that, a class can include a special function called constructor, which is automatically called whenever a new object of this class is created. This constructor function must have the same name as the class, and cannot have any retur
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:31269
    • 提供者:梦娜
  1. OldURLTest

    0下载:
  2. Override protected void tear Down Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6247
    • 提供者:ferfaoqai
  1. RoutingWeb

    0下载:
  2. 对于非MVC架构的ASP.NET站点实现路由,Global.cs添加:public static void RegisterRoutes(RouteCollection routes) { routes.MapPageRoute("ProductsRoute", "Products/list-{lbid}", "~/Products/ProList.aspx") routes.MapPageRoute("ProductsDetail", "Products/show-{id}
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-17
    • 文件大小:166125
    • 提供者:guo
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com