摘要:HTML邮件模板: xxxxxxx 在线模板的方式: String fileName = "http://localhost:8080/xxxxxxx.html"; URL url = new URL(fileName); URLConnection uc = url.openConnection(
阅读全文
10 2019 档案
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>xxx</title> <style type="text/css"> *{margin: 0px;padding: 0px;} a{text-decoration
阅读全文
摘要:表单:cellpadding,cellspacing属性:已废弃, 替代者: table { border-collapse:collapse; } table, td, th { border:1px solid black; }
阅读全文
摘要:原文链接:https://blog.csdn.net/xuexizhe88/article/details/79277587;https://blog.csdn.net/qq_31603575/article/details/80518047 网上找了一下,要么是只有字体要么是只有字号。故鄙人都整理
阅读全文
摘要:邮件发送工具: private static String host = "smtp.exmail.qq.com";// 服务器地址 private static String port = "465";// 端口 private static String protocol = "smtp";//
阅读全文
摘要:乱码问题: 内容乱码是文件内容编码问题,可以直接修改文件编码格式 文件名乱码或提示版本说明中文乱码问题,可以修改配置文件支持中文编码 1.Git 的诞生: Git 是什么? Git 是目前世界上最先进的分布式版本控制系统(没有之一)。 2.Git历史: 在 2005 年就被打破了,原因是 Linux
阅读全文
摘要:打开VS编辑器: 填写项目名称,控制项目位置,创建: 在源文件中添加新项: 填写文件名称,修改后缀: 编写一个简单的hello word编译看看windows环境支持如何:
阅读全文
摘要:1. MinGW官网下载:http://www.mingw.org 点击右上角Downloads 点击下载 mingw-get-setup.exe 2. 百度网盘(2019年4月从官网下载的): 链接:https://pan.baidu.com/s/10_OpGlqu2nBG6OI9Y7iFJA 提
阅读全文