03 2022 档案

摘要:B/S页面间通信 HTTP是无状态的协议。Web页面本身无法向下一个页面传递信息,如果需要让下一个页面得知该页面中的值,除非通过服务器。因此,Web页面保持状态并传递给其它页面,是一个重要的技术。 Web页面之间传递数据,是Web程序的重 在HTTP协议中一共有4种方法来完成这件事情: 1)URL传 阅读全文 »
posted @ 2022-03-30 23:22 stdxxd 阅读(302) 评论(0) 推荐(0) 编辑
摘要:可以查询 线路号 所有站点 也可查询 站点所经过线路 搜索 复制 阅读全文 »
posted @ 2022-03-28 21:39 stdxxd 阅读(117) 评论(0) 推荐(0) 编辑
摘要:搜索 复制 阅读全文 »
posted @ 2022-03-26 22:35 stdxxd 阅读(45) 评论(0) 推荐(0) 编辑
摘要:import java.io.BufferedReader; import java.io.File; import java.io.FileReader; public class TxtChange { public static void main(String[] args){ File f 阅读全文 »
posted @ 2022-03-22 20:38 stdxxd 阅读(188) 评论(0) 推荐(0) 编辑
摘要:转换方法: 一、使用循环进行转换 public int[] StringToInt(String[] arr){ int[] array = new int[arr.length]; for (int i = 0; i < arr.length; i++) { array[i] = Integer. 阅读全文 »
posted @ 2022-03-19 21:59 stdxxd 阅读(12767) 评论(0) 推荐(3) 编辑
摘要:package qiuhe;public class qiuhe { public static void main(String args[]) { // TODO Auto-generated method stub int matrix[][]={{1000000000,-2000000000 阅读全文 »
posted @ 2022-03-19 21:58 stdxxd 阅读(30) 评论(0) 推荐(0) 编辑
摘要:HTML5页面输入框使用required属性后,点取消按钮,页面显示“请填写此必填项”: <input type="text" class="form-control" ng-model="sysCompany.companyName" required> 解决办法: 增加formnovalidat 阅读全文 »
posted @ 2022-03-18 07:59 stdxxd 阅读(274) 评论(0) 推荐(0) 编辑
摘要:[html] <span style="font-family: Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);">test1.html</span> [html] <span style="font-famil 阅读全文 »
posted @ 2022-03-15 23:04 stdxxd 阅读(199) 评论(0) 推荐(0) 编辑
摘要:如何在设计好的HTML网页的动态基础上添加一首背景音乐让整个画面极具美感呢? 今天小关就来介绍一下,添加背景音乐的几种方法 方法一:在源代码中编写以下几句代码将能实现在HTML网页内添加背景音乐; <audio autoplay="autoplay" controls="controls"loop= 阅读全文 »
posted @ 2022-03-14 22:33 stdxxd 阅读(83) 评论(0) 推荐(0) 编辑
摘要:public class FindGreatestSumArr {//输入整形数组,数组里有正数也有负数,数组中一个或连续的多个整数组成数组的子数组,求所有子数组中和的最大值//例如输入的数组为{1,-2,3,10,-4,7,2,-5}和最大的子数组为{3,10,-4,7,2}public stat 阅读全文 »
posted @ 2022-03-12 23:01 stdxxd 阅读(80) 评论(0) 推荐(0) 编辑
摘要:package abc; import java.util.Scanner; public class c { public static void main( String args[] ) { Scanner sc=new Scanner(System.in); System.out.print 阅读全文 »
posted @ 2022-03-11 23:21 stdxxd 阅读(17) 评论(0) 推荐(0) 编辑
摘要:功能要求 1、用户注册:首次用户使用需要进行注册,然后登录本系统。(1.5分) zhuce.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE htm 阅读全文 »
posted @ 2022-03-08 16:28 stdxxd 阅读(41) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示