摘要: function fmtDate(obj){ var date = new Date(obj); var y = 1900+date.getYear(); var m = "0"+(date.getMonth()+1); var d = "0"+date.getDate(); return y+"-"+m.subs... 阅读全文
posted @ 2018-06-16 16:22 喝耶加雪啡的JAVA猴子 阅读(177) 评论(0) 推荐(0)
摘要: <table class="table" style="TABLE-LAYOUT:fixed;WORD-WRAP:break_word"> 阅读全文
posted @ 2018-06-16 12:41 喝耶加雪啡的JAVA猴子 阅读(203) 评论(0) 推荐(0)
摘要: <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> 阅读全文
posted @ 2018-06-16 10:34 喝耶加雪啡的JAVA猴子 阅读(425) 评论(0) 推荐(0)