摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@Temptable(Codevarchar(10),IDint,SIntint)insertinto@Temp(Code,ID,SInt)select'01',1,3unionselect'01',2,3unionselect'01',2,3unionselect'02',1,3unionselect'02',3,5unionselect'02',2,6unionselect'03 阅读全文
摘要:
今天我在windows 2000系统下面安装fireshot后,总是提示FireShot needs XMLLITE.DLL for execution, please install it first.查看了system32下面确实没有这个DLL。在网上查了查,最终找到了一个可以使用的xmillite.dll。把这个DLL放到:WINNT\system32下面,然后卸载Fireshot, 重新安装,it is OK.xmillite.dll下载地址:http://files.cnblogs.com/lfzwenzhu/xmllite.zip. 阅读全文
摘要:
Hyperlink --> A Website on the Internet.Today, I use Hyperlink property. I find that the property is not work.我检查了报表的属性,发现了一个属性。Report Options --> Create Group Tree当这个属性check时,有的报表不能使用Hyperlink的... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--selecto.nameasTableName,c.[name],s.nameascolType,co.lengthfromsys.columnscinnerjoinsys.typessonc.use... 阅读全文
摘要:
最近这段时间, 我们客户总是反映我们的软件慢。找一些资料监测性能,从而判断出是哪里的问题。在MSDN上找到了一篇关于若干监测asp.net的文章,记录下来:ASP.NET Performance Monitoring, and When to Alert Administratorshttp://msdn.microsoft.com/en-us/library/ms972959.aspx 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usin... 阅读全文
摘要:
引自:http://www.bluerobot.com/web/css/center1.html Centering: Auto-width Margins This box is horizontally centered by setting its right and left margin widths to "auto". This is the preferred way to ... 阅读全文