摘要:
1.忽略转义字符例如string fileName = "D:\\文本文件\\text.txt";使用@后string fileName = @"D:\文本文件\text.txt";2.让字符串跨行例如string strSQL = "SELECT * FROM HumanResources.Employee AS e" " INNER JOIN Person.Contact AS c" " ON e.ContactID = c.ContactID" " ORDER BY c.Last 阅读全文
摘要:
MSDN :http://msdn.microsoft.com/zh-cn/library/bb546085(v=vs.110).aspxhttp://msdn.microsoft.com/zh-cn/library/system.io.pipes(v=vs.110).aspxhttp://blogs.msdn.com/b/bclteam/archive/2006/12/07/introducing-pipes-justin-van-patten.aspx 阅读全文