07 2010 档案

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