你的位置:首页 > 软件开发 > Java > Work发布博客测试文章

Work发布博客测试文章

发布时间:2016-01-07 11:00:09
Work发布博客测试文件一段java代码//1到30数随机里取7个     public static void main(String[] args) {      ...

Work发布博客测试文件

一段java代码

//1到30数随机里取7个

    public static void main(String[] args) {        

        for (int i = 0; i < 90; i++) {

            //int a =(int) (Math.random()*31+20);

            Random random = new Random();

            random.nextInt(30);

            System.out.println(random.nextInt(30));

        }        

    }

一段html代码

<%@ page language="java" pageEncoding="UTF-8"%>

<html>

<head>

<title>测试专用jsp</title>

 

<link href="${pageContext.request.contextPath }/css/Style.css" type="text/css" rel="stylesheet">

<script type="text/javascript" src='/images/loading.gif' data-original="${pageContext.request.contextPath }/script/DatePicker/WdatePicker.js" ></script>

 

一些sql代码

#ELecMatter 待办事宜

create table elecMatter(

    matterId varchar(100) primary key,

    stationRunStatus text,#站点运行情况

    devRunStatus text,# 设备运行情况

    createDate date

);

一些cmd命令

C:\Users\udv>cd ..

C:\Users>cd ..

C:\>dir

Volume in drive C has no label.

Volume Serial Number is CAB9-EC6F

Directory of C:\

12/24/Thu 17:50 PM 1,024 .rnd

<welcome-file-list>

<welcome-file>index.html</welcome-file>

<welcome-file>index.htm</welcome-file>

<welcome-file>index.jsp</welcome-file>

<welcome-file>default.html</welcome-file>

<welcome-file>default.htm</welcome-file>

<welcome-file>default.jsp</welcome-file>

</welcome-file-list>

一个a标签

http://blog.csdn.net/zzp_403184692/article/details/8057693


 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:Work发布博客测试文章

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录