09 2012 档案

摘要:1. <sriptlanguage="javascript"> function xian(y) { if (y.style.display == "block") { y.style.display = "none"; } else { y.style.display = "block"; } } </script>2.<li><a href="javascript:xian(zhong15)" class="lj">一级&l 阅读全文
posted @ 2012-09-27 16:06 Xyang 阅读(166) 评论(0) 推荐(0) 编辑
摘要:select * from dbo.QD_News where Contents like '%FONT-FAMILY: 仿宋_GB2312;%'update dbo.QD_News set Contents=replace(covert(ntext,Contents),'FONT-FAMILY: 仿宋_GB2312;','FONT-FAMILY: 宋体;')update dbo.QD_News set Contents=replace(convert(varchar(8000),Contents),'FONT-FAMILY: 仿宋_GB 阅读全文
posted @ 2012-09-13 15:59 Xyang 阅读(127) 评论(0) 推荐(0) 编辑

hi