_@zhng

导航

05 2013 档案

【装载】IE6兼容问题汇总
摘要:IE6兼容问题汇总from:http://www.woaicss.com/article/hack/hackk.htm日期:2010-06-11作者:woniu字体大小:小中大1、终极方法:条件注释<!--[if lte IE 6]> 这段文字仅显示在 IE6及IE6以下版本。 <![endif]--><!--[if gte IE 6]> 这段文字仅显示在 IE6及IE6以上版本。 <![endif]--><!--[if gt IE 6]> 这段文字仅显示在 IE6以上版本(不包含IE6)。 <![endif]-->< 阅读全文

posted @ 2013-05-06 23:00 _@zhng 阅读(202) 评论(0) 推荐(0) 编辑

代码交换格式控制(editorconfig)
摘要:在之前格式配置的编辑器中,设置通用的代码格式。sublime text支持 editorconfig。设置,保存为.editroconfig。# editorconfig the root for search edit cofig file## http://editorconfig.org/## you can use # or ; to say this line is a comment.root = true ; top-most editorconfig file# unix-style newlines with a newline ending every file[*]# s 阅读全文

posted @ 2013-05-03 11:13 _@zhng 编辑

[转载]tcpmon tutorial
摘要:注意:tcpmon需要jre1.4+,具体应用上的java的版本(java -version, path路径 如果安装oracle会把path给搞乱)TCPMon Tutorialfrom:http://ws.apache.org/tcpmon/tcpmontutorial.htmlContentContentIntroductionStructure and DependenciesUsage PatternsAs an Explicit IntermediateAs a Request Sender for Web ServicesAs a ProxyAdvanced SettingsSl 阅读全文

posted @ 2013-05-01 18:38 _@zhng 编辑

【转载】hibernate查询参数绑定
摘要:hibernate防止sql注入Hibernate中对动态查询参数绑定提供了丰富的支持,那么什么是查询参数动态绑定呢?其实如果我们熟悉传统JDBC编程的话,我们就不难理解查询参数动态绑定,如下代码传统JDBC的参数绑定:PrepareStatement pre=connection.prepare(“select * from User where user.name=?”);pre.setString(1,”zhaoxin”);ResultSet rs=pre.executeQuery();在Hibernate中也提供了类似这种的查询参数绑定功能,而且在Hibernate中对这个功能还提供了 阅读全文

posted @ 2013-05-01 09:46 _@zhng 编辑

点击右上角即可分享
微信分享提示