摘要:
整数带千分符显示:<fmt:formatNumber value="${num}" type="number"/> 整数显示:<fmt:formatNumber value="${num}" pattern="#" type="number"/> 两位小数舍入显示:<fmt:formatNumber 阅读全文
摘要:
<fmt:formatDate value="${isoDate}" type="both"/>2004-5-31 23:59:59 <fmt:formatDate value="${date}" type="date"/>2004-4-1 <fmt:formatDate value="${isoD 阅读全文
摘要:
@PathVariable 是用来获得请求url中的动态参数的: 阅读全文
摘要:
怪异模式和严格模式(译注:一般称为标准模式:Standards Mode,下文中的严格模式都可以理解为标准模式)是浏览器解析CSS时的两种‘模式’。这篇文章将简单阐述这两种模式之间的差异。 译注:一个网页一般由两部分组成即:HTML(Hypertext Markup Language)和CSS(Ca 阅读全文
摘要:
http://www.xidayun.com/index.php/2016/05/16/941/ 文章取自前端蜂小客 阅读全文
摘要:
1.找到 ueditor.config.js 文件 2.在 toolbars 数组内进行删减,添加 阅读全文
摘要:
错误提示如下: org.apache.coyote.http11.Http11AprProtocol init 严重: Error initializing endpoint java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í?? at org.apac... 阅读全文
摘要:
父元素不设置z-index 的值时,默认是auto。此时在设置子元素的值为负数 阅读全文
摘要:
代码 这里要注意,这个方法不能选择用于同级和子元素。 阅读全文