摘要:
====================================conversion routines====================================Format('There are now %d records in the table %s', [10,'Tab... 阅读全文
摘要:
============================HTTP_Method============================ HTTP Method Action Examples GET Obtain information about a resource http://example.com/api/orders (retrieve order list) GET Obtain information about a resource http://example.com/api/orders/123... 阅读全文
摘要:
SQL Server 2005的全文检索采用类似Lucece的技术, 为文本检索做index, 尤其适合大文本字段的检索, 性能比Lucece差一些. 著名的stackoverflow网站也使用过SQL server 2005 Full text search, 应该能满足多数性能要求.======... 阅读全文