摘要:
外部css <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="/demo/css/mystyle.css"> </head> <body> <h1>This is a heading</h1> <p>This is a paragr 阅读全文
摘要:
web 1>Web三要素:-浏览器:向服务器发起恳求,下载服务器中的网页(HTML),然后履行THML显现出内容。-服务器:接收服务器的恳求,发送响应的页面到浏览器。-HTTP协议:浏览器与服务器的通信协议。 html2>常用浏览器:IE、Edge、Firefox、Chrome(Opera)、saf 阅读全文
摘要:
package com.example.easycash.db; /* * 表示收入或者支出具体类型的类 * */ public class TypeBean { int id; String typename; //类型名称 int imageId; //未被选中图片id int simageId 阅读全文