IE中无法正确显示xsl样式转换后的内容!
摘要:为什么在css中定义了div中ul li的属性,以及表格的属性。在xsl中引用通过样式class或者id时,在IE预览时效果挺好,但在localhost/demo/index.aspx访问时css中的属性没有起作用。 用IE浏览时可以看到效果,ul中的list-style:none属性有效,但用localhost/demo/index.aspx访问样式完全变了,list-style:none属性无...
阅读全文
c#调用dll!
摘要:在c#下面调用一个自己封装的dll,[DllImport( "ParaCompress.dll", CharSet=CharSet.Ansi)] private static extern bool SingleCompress(int nParaID, string strHost, string strDB, string strUseID, string strPassword, by...
阅读全文