08 2018 档案

摘要:解决问题的步骤如下:(想快速解决问题直接跳到4) 1. 百度 “html将数字变为电话号码的问题”  大部分给出了这个答案 2. 将meta加入到html的代码中。   发现在本地html将数字自动识别为号码成功的消除了,但是发出邮件后,邮件还是会把号码自动识别为手机号 阅读全文
posted @ 2018-08-27 17:34 爱笑lo 阅读(731) 评论(0) 推荐(0)
摘要:This is a picture This is a table align center | item1| item2| item3| |: :|: :|: :| |hello!heihello!heihello!heihello!hei| hello!heihello!hei | hello! 阅读全文
posted @ 2018-08-27 09:59 爱笑lo 阅读(107) 评论(0) 推荐(0)
摘要:new file()获取文件 1. 绝对路径 2. 相对路径 这里改变一下文件的路径把文件放在src目录下 注意相对路径的最前面没有/,另外/和\\可以替换 getclassloader().getresourceasstream(name)获取文件 网上查到资料,可以相对路径,实际操作只能实现读取 阅读全文
posted @ 2018-08-07 21:46 爱笑lo 阅读(1006) 评论(0) 推荐(0)