java语言编写小程序

java语言编写小程序,第1张

public class Test {

public static void main(String[] args) {

Trapezoid t = new Trapezoid(3, 4, 5);

Systemoutprintln(tarea());

}

}

class Trapezoid {

private double topline;

private double baseline;

private double height;

public Trapezoid() {

}

public Trapezoid(double topline, double baseline, double height) {

thistopline = topline;

thisbaseline = baseline;

thisheight = height;

}

public double area() {

return ((topline + baseline) height) / 2;

}

}

微信上,选择小程序,搜一下草料二维码小程序,进入后就可以了

选择文本码

输入你要表白的内容,如 XXX,我喜欢你

点击 生成二维码

完成

自己就可以免费制作的哦!

微信小程序:个性化二维码生成器

QQ小程序:表白情书二维码

以QQ小程序为例,点击QQ 上面上方搜索,选择小程序——在搜索框输入——表白情书二维码。进入到小程序,点开任意模板。再点击右下角我要制作就可以自己制作啦。

以下是效果图:

package testWrite;

import javaioFile;

import javaioFileInputStream;

import javaioFileOutputStream;

import javaioInputStream;

public class write {

InputStream inStream ;

FileOutputStream fs ;

int bytesum = 0;

int byteread = 0;

String  data ;

StringBuffer dd;

public static   byte[] readdata(String filePath) {

   byte[] data = new byte[2048];// 用于存储读取的文件内容

   try {

   File file = new File(filePath);

   if (fileexists()) {

   FileInputStream fis = new FileInputStream(file);

   fisread(data);

   fisclose();

   }else{       

   Systemoutprintln("文件不存在");

   }

} catch ( Exception e) {  

}

return data;

}

public void  writeFile(String fileCopyPath,byte [] data){

   File file = new File(fileCopyPath);

try {

   if (!fileexists()) {

filecreateNewFile(); //创建文件

FileOutputStream fos = new FileOutputStream(file);

foswrite(data);

fosclose();

}else{          

   Systemoutprintln("文件已经存在");

   }

} catch (Exception e) {

eprintStackTrace();

}

   }

}

package testWrite;

public class writeOne  extends write {

public static void main(String[] args) {

//第一种

// writeOne  a=new writeOne ();

// byte [] data=areaddata("D:\\Users\\workspace\\testWrite\\src\\testWrite\\writejava");

// awriteFile("D:\\Users\\workspace\\testWrite\\src\\testWrite\\writenewjava",data);

//第二种

writeOne  a2=new writeOne ();

Systemoutprintln(SystemgetProperty("userdir"));//userdir指定了当前的路径

String path=SystemgetProperty("userdir");

Systemoutprintln(path);

    String writefile="\\src\\testWrite\\writejava";

    String writenewfile="\\src\\testWrite\\writenewjava";

    String w1=path+writefile;   //读取文件的路径

   String w2=path+writenewfile;  //写入文件路径

   byte [] data=a2readdata(w1);  //读取文件

a2writeFile(w2 ,data); //写入文件

}

}

本地已经调试通过可以复制writejava 文件 ,注意包,和文件的路径 直接运行第二个java文件就可以了,运行后刷新一下就可以看到复制的文件(备注:我是使用myeclipse环境进行调试)

以上就是关于java语言编写小程序全部的内容,包括:java语言编写小程序、微信怎么用二维码表白 微信制作二维码小程序说我爱你、我想制作一张表白的二维码!扫出来有这个人的名字还有I love you !求制作地址!等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/9464549.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-28
下一篇 2023-04-28

发表评论

登录后才能评论

评论列表(0条)

保存