摘要:
使用vs2013新建一个空的asp.net 工程添加SignalR集线器类MyHub.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using Mic... 阅读全文
摘要:
FTP协议命令+返回值+返回值解析FTP message format:FTP commands are Telnet strings terminated by the Telnet end of line code. The command codes themselves are alphab... 阅读全文
摘要:
--1. get all indexes from current db, place in temp tableselect schemaName = s.name,tablename = object_name(i.id), tableid = i.id, indexid = i.indid,... 阅读全文