随笔分类 -  Java

摘要:d 月中的某一天。一位数的日期没有前导零。 dd 月中的某一天。一位数的日期有一个前导零。 ddd 周中某天的缩写名称,在 AbbreviatedDayNames 中定义。 dddd 周中某天的完整名称,在 DayNames 中定义。 M 月份数字。一位数的月份没有前导零。 MM 月份数字。一位数的 阅读全文
posted @ 2021-11-03 17:53 Ellie_Auto 阅读(2442) 评论(0) 推荐(0)
摘要:1. /* xxxx */表示多行注释,双斜杠开始表示单行注释。多行注释的快捷键: 先选中多行代码,然后按下ctrl+/就可以把选中的多行代码给注释掉。 阅读全文
posted @ 2019-03-15 17:53 Ellie_Auto 阅读(185) 评论(0) 推荐(0)
摘要:先拜领路人 https://blog.csdn.net/u011541946/article/category/6951961/3? 一、安装JDK 1. 下载 www.java.com JDK是Java Development Kit的缩写,中文的意思就是java开发工具包;JRE是Java Ru 阅读全文
posted @ 2019-03-15 17:35 Ellie_Auto
摘要:An open protocol to allow the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. 开放数据协议(OData)是一个查询和更新 阅读全文
posted @ 2017-06-16 14:38 Ellie_Auto 阅读(9272) 评论(1) 推荐(1)
摘要:首先,URI,是uniform resource identifier,统一资源标识符,用来唯一的标识一个资源。而URL是uniform resource locator,统一资源定位器,它是一种具体的URI,即URL可以用来标识一个资源,而且还指明了如何locate这个资源。而URN,unifor 阅读全文
posted @ 2017-06-16 14:13 Ellie_Auto 阅读(186) 评论(0) 推荐(0)