lwj925

Results 3 issues of lwj925

5.4节中postgreSql获取自增id的另一种方式: var lastInsertId int err = db.QueryRow("select last_value from userinfo_uid_seq").Scan(&lastInsertId) checkErr(err) pgSQL是以sequence的方式支持自增的。

cpprestsdk have moved to GitHub https://github.com/Microsoft/cpprestsdk , so the script setup-all.sh line 280 should be changed.

static int findEntry(const EntryList& entries, const string& stock); static MapPtr parseData(const string& message); 陈老师。这两个好像没实现。。。