争怎路由网:是一个主要分享无线路由器安装设置经验的网站,汇总WiFi常见问题的解决方法。

计算机等级考试将毫秒转化为日期

时间:2024/6/11作者:未知来源:争怎路由网人气:

网站建设是指使用标识语言(markup language),通过一系列设计、建模、和执行的过程将电子格式的信息通过互联网传输,最终以图形用户界面(GUI)的形式被用户所浏览。简单来说,网页设计的目的就是产生网站。简单的信息如文字,图片(GIF,JPEG,PNG)和表格,都可以通过使超文件标示语言、可扩展超文本标记语言等标示语言放置到网站页面上。    import java.awt.BorderLayout;
    import java.awt.Frame;
    import java.awt.TextArea;
    import java.awt.TextField;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    public class ConvertLong2Date extends Frame
    {
    TextField tf = new TextField();
    TextArea ta = new TextArea();
    public static void main(String[] args)
    {
    new ConvertLong2Date().launchFrame();
    }
    public String convertL2D(long l)
    {
    long _l = 0L;
    Date _d = null;
    SimpleDateFormat _sdf = null;
    String _s = null;
    _l = l;
    _d = new Date(_l);
    _sdf = new SimpleDateFormat(“yyyy-MM-dd HH:mm:ss”);
    _s = _sdf.format(_d);
    return _s;
    }
    public void launchFrame()
    {
    setLocation(300, 300);
    setSize(480, 320);
    setResizable(false);
    add(tf,BorderLayout.SOUTH);
    add(ta,BorderLayout.NORTH);
    pack();
    tf.addActionListener(new tfActionListener());
    this.setVisible(true);
    this.addWindowListener(new WindowAdapter()
    {
    public void windowClosing(WindowEvent e)
    {
    System.exit(0);
    }
    });
    }
    public class tfActionListener implements ActionListener
    {
    public void actionPerformed(ActionEvent e)
    {
    long l = Long.parseLong(tf.getText());
    ta.setText(new ConvertLong2Date().convertL2D(l));
    tf.setText(“”);
    }
    }
    }

大多数人在上网的时候,都会浏览网页提供给我们的信息。

关键词:计算机等级考试将毫秒转化为日期




Copyright © 2012-2018 争怎路由网(http://www.zhengzen.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版