所有HTTP状态码(status code)

常见状态码 所有状态码iana all HTTP status code 常用状态码及说明wiki List of HTTP status code 状态码 状态码英文名称 中文描述 100 Continue 继续。客户端应继续其请求 101 Switching Protocols 切换协议

所有Content-type(content type)

所有的Content-type 完整列表iana media type 常用的Content-type 常用列表及说明runoob content type ** application application/java-archive application/EDI-X12 application/EDIFACT application/javascript application/octet-stream application/ogg application/pdf application/xhtml+xml application/x-shockwave-flash application/json application/ld+json application/xml application/zip

Java注释引用类和其成员

注释中如果要指向一个类或者其成员,直接写名字容易出错,且ide无法跳转。可以使用{@link}来引用 /** * {@link String#toString()} } * 在类后面追加#号,可以指向类

Mysql modify和change的区别

他们之间的区别就是是否能够同时修改列名和列的定义。 CHANGE 你可以修改列名和列定义 ALTER TABLE t1 CHANGE a b BIGINT NOT NULL MODIFY 可以修改列定义,但是不能修改列名 ALTER TABLE t1 MODIFY b INT NOT

Java注解说明

标准申明 /** * Describes the Request-For-Enhancement(RFE) that led * to the presence of the annotated API element. */ public @interface RequestForEnhancement { int id(); String synopsis(); String engineer() default "[unassigned]"; String date(); default "[unimplemented]"; } RequestForEnhancement注解包含的成员参数,需

Java final成员变量初始化

public class Test{ /** ** 一种是直接指定初始值 **/ final String msg = ""; /** ** 另一种是不指定初始值,在构造方法里面指定 ** 但不允许无参构造的存在,并且每一个构造方法都要对该变

Oracle limit 问题

1.Oracle 12c R1 (12.1)支持limit语句 从Oracle 12c R1 (12.1)版本开始,oracle开始支持limit语句,但是跟熟悉的limit(1,