摘要: <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1"></Li 阅读全文
posted @ 2022-05-12 22:42 好(justice)…… 阅读(197) 评论(0) 推荐(0) 编辑
摘要: index1.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>李宇春的歌曲</title> </head> <body background="images/index.jpg"> <div style="text-a 阅读全文
posted @ 2022-05-12 22:37 好(justice)…… 阅读(157) 评论(0) 推荐(0) 编辑
摘要: html未连接数据库,如果符合条件直接登入成功 login.html <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>登陆界面</title> <style type="text/css"> body 阅读全文
posted @ 2022-05-12 22:35 好(justice)…… 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 实验项目名称:实验二 服务器端简单程序设计 一、实验目的 通过一个小型网站的开发,加深对session,request,response,cookie等对象的理解,掌握其使用方法,进一步深入掌握HTML、CSS和JavaScript等知识。 二、实验内容和基本要求 1) 编写index.jsp文件, 阅读全文
posted @ 2022-05-12 22:33 好(justice)…… 阅读(323) 评论(0) 推荐(0) 编辑
摘要: <button> 标签定义一个按钮。 在 <button> 元素内部,您可以放置内容,比如文本或图像。这是该元素与使用 <input> 元素创建的按钮之间的不同之处。 提示:请始终为 <button> 元素规定 type 属性。不同的浏览器对 <button> 元素的 type 属性使用不同的默认值 阅读全文
posted @ 2022-05-12 22:29 好(justice)…… 阅读(99) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <body> 上传:<input type="file" name="fakkk" value="上传文件" multiple="multipl 阅读全文
posted @ 2022-05-12 22:24 好(justice)…… 阅读(1677) 评论(0) 推荐(0) 编辑