上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 团队项目要求做一个AndroidAPP,今天主要在网上查询了一些资料, 大致思考讨论了一下项目的第一部分实现功能,配置了Androidstudio 阅读全文
posted @ 2022-04-18 21:27 慢漫曼蔓 阅读(39) 评论(0) 推荐(0)
摘要: 实验二php基本程序设计 实验目的: 掌握PHP语法基本元素,掌握数据类型、变量和常量、运算符、表达式的使用; 掌握PHP流程控制; 实验内容及要求: 求一个一维数组的最大值。 求一个一维数组的元素之和。 求一个数的阶乘。界面如下图: 打印水仙花数。打印水仙花数 水仙花数的特点:三位的数字,满足的条 阅读全文
posted @ 2022-04-16 21:08 慢漫曼蔓 阅读(133) 评论(0) 推荐(0)
摘要: 先选择一张图片,全英文名,.png格式, 如果不是用画图打开另存为png格式, 然后粘贴到res目录下的文件夹,这里粘贴到drawable里了, 然后一路回车 然后插入代码@文件夹名称/图片名称 android:background="@drawable/tg" 位置: 阅读全文
posted @ 2022-04-14 13:42 慢漫曼蔓 阅读(488) 评论(0) 推荐(0)
摘要: 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title> -博客园</title> <style type="text/css"> a{ color: pink; } a:hover{ color: #DCB5 阅读全文
posted @ 2022-04-13 13:42 慢漫曼蔓 阅读(55) 评论(0) 推荐(0)
摘要: 效果图 阅读全文
posted @ 2022-04-11 22:53 慢漫曼蔓 阅读(19) 评论(0) 推荐(0)
摘要: line.jsp <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" pref 阅读全文
posted @ 2022-04-09 22:57 慢漫曼蔓 阅读(42) 评论(0) 推荐(0)
摘要: 按条件查询代码 package Dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import ja 阅读全文
posted @ 2022-04-08 22:57 慢漫曼蔓 阅读(100) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>主页</title> <style type="text/css"> .shang{ width: 100%; height: 40px; background 阅读全文
posted @ 2022-04-05 21:52 慢漫曼蔓 阅读(266) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-04-04 21:48 慢漫曼蔓 阅读(27) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <title>无标题页</title> <style type="text/css"> .code { background-image:url(code.jpg); font-family:Arial; font-st 阅读全文
posted @ 2022-04-02 22:06 慢漫曼蔓 阅读(38) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页