摘要:
Converting PDF to Text in C#http://www.codeproject.com/Articles/12445/Converting-PDF-to-Text-in-CPDF File Analyzer With C# Parsing Classeshttp://www.codeproject.com/Articles/450254/PDF-File-Analyzer-With-Csharp-Parsing-ClassesPDF文件格式分析http://www.2cto.com/Article/201011/77380.html 阅读全文
随笔档案-2013年07月
CLR Profiler
2013-07-11 22:38 by hongjiumu, 188 阅读, 收藏,
摘要:
使用CLR Profiler分析.NET程序内存不断上升的图文教程http://www.cr173.com/html/17930_1.html#The Why and How of .NET Profilinghttps://www.simple-talk.com/dotnet/performance/the-why-and-how-of-.net-profiling/http://www.cnblogs.com/coolkiss/archive/2010/08/20/1804705.html 阅读全文
sql server的sql 语句中的列名包含[]时候,把]替换成]]就可以
2013-07-05 23:13 by hongjiumu, 633 阅读, 收藏,
摘要:
sql server的sql 语句中的列名包含[]时候,把]替换成]]就可以eg:create table p.e_LOG_WebServer([BSCFlg] int,[reservedBySwAllocation[0]]] varchar(1024),[webServerPaths] varchar(1024));select * from p.e_LOG_WebServer 阅读全文