摘要:
PHP 服务器端: function getids() { $this->output->set_header('Content-Type: application/json; charset=utf-8'); $jsonstr = ''; $p... 阅读全文
posted @ 2015-05-04 22:18
happyhills
阅读(615)
评论(0)
推荐(0)
摘要:
1. 基本的查询语句后面加上 WHERE 1=1,便于增加查询条件。ASkStr := 'select * from Twork where 1=1 ';if length(cxTEworkid.Text) 0 then beginASkStr := ASkStr + ' and GWORKID ... 阅读全文
posted @ 2015-05-04 21:10
happyhills
阅读(4121)
评论(0)
推荐(0)