技术

log4j
摘要: log4j.rootLogger=DEBUG,CONSOLE,A1,im log4j.addivity.org.apache=true# 应用于控制台 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.Threshold=DEBUG log4j.appender.CONSOLE.Target=System....阅读全文
posted @ 2009-11-05 17:22 静水流深 阅读(60) | 评论 (0) 编辑
JSP页面传递参数防止中文乱码
摘要: <%String username=new String(request.getParameter("username").getBytes("iso8859-1"),"utf-8"); session.setAttribute("username",username);%>阅读全文
posted @ 2009-10-14 17:34 静水流深 阅读(52) | 评论 (0) 编辑
新浪短信webservice
摘要: 最近由于项目需要,有一个实现方案是主机接收和发送短消息,上网查资料,发现一个很简便的方法,那就是用到新浪提供的webservice。有几篇文章很好,转过来以备参考:http://blog.joycode.com/joy/posts/16939.aspx 开心就好的博客在上一篇文章中,提到了在我的流程监控系统中应用了新浪发送短信的Web Service,得到了大家的响应。很多人对此非常感兴趣。在得到...阅读全文
posted @ 2008-08-18 15:14 静水流深 阅读(1459) | 评论 (2) 编辑
有关SOA的一些资料
摘要: 最近一直在看soa,发现有几个网站的资料很丰富很实用BEA(Oracle): http://dev2dev.bea.com.cn/techtype/soa/index.html IT专家网: http://soa.ctocio.com.cn/IBM: http://www.ibm.com/developerworks/cn/webservices/newto/TT SOA: http://www....阅读全文
posted @ 2008-07-29 11:23 静水流深 阅读(77) | 评论 (0) 编辑
Cross-site scripting (XSS)--转载
摘要: http://blog.sina.com.cn/s/blog_492db961010008nv.htmlCross-site scripting (XSS):跨站脚本是一种经常出现在web应用中的计算机安全漏洞,它允许恶意web用户将代码植入到提供给其它用户使用的页面中。比如这些代码包括HTML代码和客户端脚本。攻击者利用XSS漏洞旁路掉访问控制——例如同源策略(same origin polic...阅读全文
posted @ 2008-07-28 16:50 静水流深 阅读(195) | 评论 (0) 编辑
云计算到底是什么?
posted @ 2008-07-23 11:24 静水流深 阅读(112) | 评论 (2) 编辑
.NET Web 服务
posted @ 2008-06-11 18:42 静水流深 阅读(90) | 评论 (1) 编辑
js资料汇总
posted @ 2007-11-30 17:48 静水流深 阅读(96) | 评论 (0) 编辑
ip的划分
posted @ 2007-11-09 15:54 静水流深 阅读(48) | 评论 (0) 编辑
短期的学习计划
posted @ 2007-10-01 12:29 静水流深 阅读(74) | 评论 (0) 编辑
CSS练习
posted @ 2007-08-20 11:41 静水流深 阅读(228) | 评论 (0) 编辑
4种无刷新技术
posted @ 2007-08-16 13:35 静水流深 阅读(912) | 评论 (0) 编辑
Discuz!NT的安装配置问题
posted @ 2007-07-17 16:35 静水流深 阅读(4975) | 评论 (22) 编辑
收集的有关asp.net的资料
posted @ 2007-06-13 14:47 静水流深 阅读(1394) | 评论 (0) 编辑
js 图片切换
posted @ 2007-06-08 09:45 静水流深 阅读(703) | 评论 (0) 编辑
来自csdn的精华网址
posted @ 2007-06-06 21:00 静水流深 阅读(256) | 评论 (2) 编辑
三个有意思的网站
posted @ 2007-06-03 15:07 静水流深 阅读(118) | 评论 (0) 编辑
C#日期格式化
posted @ 2007-06-02 18:21 静水流深 阅读(613) | 评论 (0) 编辑