c#零碎知识随笔
1. 字符串转换日期:
DateTime.ParseExact(item.Attribute("event-timestamp").Value,"dd.MM.yyyy HH:mm",null).ToString("yyyyMMddHHmmss")
优点:可以应对各种字符串格式,转换成日期格式
2.批量插入组件 SqlBulkCopu
3. Elasticsearch 解决root用户不能启动的问题 : http://my.oschina.net/topeagle/blog/591451