摘要:
举个栗子, 求出相同作者的书 select*from [books]where author in (select authorfrom [books] group by authorhaving count(author) > 1) 阅读全文
posted @ 2016-01-19 17:34
facial
阅读(1477)
评论(0)
推荐(0)
摘要:
Reference: http://closedxml.codeplex.com/1. First add refenrenceClosedXML.dllandDocumentFormat.OpenXml.dllto the project.2. add namespace:usingClosedX... 阅读全文
posted @ 2016-01-19 17:26
facial
阅读(554)
评论(0)
推荐(0)
摘要:
/*属性的特性: 可以通过调用Object.getOwnPropertyDescriptor()可以获得某个对象特定属性的属性描述符, 从函数名字就可以看出, Object.getOwnPropertyDescriptor()只能得到自有属性的描述符, */Object.getOwnPrope... 阅读全文
posted @ 2016-01-19 16:47
facial
阅读(154)
评论(0)
推荐(0)

浙公网安备 33010602011771号