07 2010 档案
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--createtable#TempTable(PersonIDint,KeChengvarchar(20),FenShufloat)insertinto#TempTableselect1,'Math',...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@atable(idint,namevarchar(50))insertinto@a(id,name)select'1','a'unionallselect'1','a'unionall...
阅读全文
摘要:添加/删除程序中没有sql server 2000项目,我使用安装程序进行删除提示缺少文件。但是我的sql server 2000是可以使用的。 后来我试着打sp4补丁。结果在添加/删除程序中出现了sql server 2000项目。并可以成功的卸载了sql server 2000。
阅读全文
摘要:最近我们的项目中有一个报表是打印的Html text文本。生成pdf时总是左右边距不等。我查了很多的资料都没有结果。今天突然想起是不是应为服务器的默认打印机的参数问题导致的呢.后来我把默认的打印机删除掉,再次测试问题解决了。这个问题困扰了我 一周的时间,记录一下了。
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--CREATEFUNCTION[dbo].[FunSplit](@SourceSqlvarchar(max),@StrSepratevarchar(10))returns@temptable(avarc...
阅读全文
摘要:先暂停,然后点属性,然后将“下载完后自动运行”和“只从源地址下载”两项勾下,然后再下就可以了
阅读全文
摘要:首先对字符串进行编码在显示时在对字符窜进行解码。<select name="selPKL" id="selPKL" size="10" style="width:300"></select>var itemValue;itemValue = decodeURI(originalRequest.responseText);var elemTo = $("selPKL");if...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--stringmessage="Alert!";stringtoURL="home.aspx";stringjs=@"<script>alert('{0}');window.location...
阅读全文