摘要:
PL/SQL和T-SQL都是扩展SQL的一种方言。 PL/SQL的支持者有oracle、MySql等。 T-SQL的支持者有Sql Server、Sybase等。 SQL Monitor(oracle语句追踪工具) GRANT SELECT, DELETE, INSERT, UPDATE ON ES 阅读全文
摘要:
平静的一天,注定不平静 {,…} Message: "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because a 阅读全文
摘要:
目前不确定,以下代码只为记录,有兴趣的同学,可以试试 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using 阅读全文
摘要:
对于VB6.0这个软件,估计对于现在很多程序员来说,都不知道啥软件来了,但本人还在摸, If rs.BOF And rs.EOF Then MsgBox "There is no master FR connect setting, please contact IT." Exit Sub Else 阅读全文
摘要:
//安装到桌面function toDesktop(sUrl,sName){ try { var WshShell = new ActiveXObject("WScript.Shell"); var oUrlLink = WshShell.CreateShortcut(WshShell.Specia... 阅读全文