微志
2015 年 4 月 15 日 jslfl javaEE
jsp中,el取URL查询参数方法: ${param.参数名}
el, jsp
2015 年 4 月 7 日 jslfl web
html中 1   代表一个中文空白占位符,相当于一个中文字的宽度
html
2015 年 4 月 7 日 jslfl web
window.location.href = document.referrer;//返回 上一步并刷新 hi […]
js
2014 年 11 月 24 日 jslfl web
在做静态效果时,经常要ajax请求本地html,chrome中运行会报错误:XMLHttpRequest ca […]
ajax, html
2014 年 10 月 31 日 jslfl java, java, 工具
记录平时看到的大牛博客地址,平时没事好串下门… 平时更新 前端、产品设计(技术/产品/互联网分析/ […]
blog
2014 年 10 月 27 日 jslfl java
替换掉全部驾车换行符 string.replaceAll(“\\r\\n”, R […]
java, replace
2014 年 10 月 20 日 jslfl web
A html中通过jquery加载B html中的内容到一个容器中 $(‘#aHtmlDiv1&# […]
jquery
2014 年 9 月 26 日 jslfl mysql
CHAR(10)回车 CHAR(13)换行 1UPDATE test1 SET mc=REPLACE( […]
mysql
2014 年 9 月 9 日 jslfl java
摘自网络 1234567891011121314151617Enumeration<NetworkInt […]
java