05 2014 档案
摘要:--得到最耗时的前N条T-SQL语句 --适用于SQL SERVER 2005及其以上版本 --给N赋初值为30 declare @n int set @n=30 ;with maco as ( select top (@n) pla...
阅读全文
摘要:所需文件:1、 c3p0-0.9.1.2.jar http://sourceforge.net/projects/c3p0/2、 mysql.jar http://dev.mysql.com/downloads/connector/j/5.0.html3、 c3p0-0.9.1.2http://nc...
阅读全文
摘要:使用sp_configure启用'Ad Hoc Distributed Queries'解决1.启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1 reconfigure exec sp_configure...
阅读全文
摘要:一、创建证书1,在IE中访问WSDL的URL,弹出“安全警报”窗口,查看证书->详细信息标签页->复制到文件->下一步->下一步->指定文件名,将证书下载保存为.cer文件,例如:test_axis.cer2,用下载到的证书文件生成信任库文件:>keytool -import -file test_...
阅读全文
摘要:第一类:属性值为true可falseandroid:layout_centerHrizontal 水平居中android:layout_centerVertical 垂直居中android:layout_centerInparent 相对于父元素完全居中android:layout_alignPar...
阅读全文

浙公网安备 33010602011771号