发布时间:2015-05-18 15:56:25
如果发现:what(): remote_endpoint: Transport endpoint is not connected那么试试:try{ // Do your job here. }catch(boost::system::system_error &ec) { // Show your warning message or do something else .........【阅读全文】
发布时间:2015-04-15 15:55:36
using namespace std;using namespace boost::posix_time;ptime current_date_time = second_clock::local_time();string current_date_time_string = to_iso_extended_string(current_date_time.date()) + " " + to_simple_string(current_date_time.time_of_day());.........【阅读全文】
发布时间:2015-03-12 15:23:48
点击(此处)折叠或打开#include #include #include #include int main(void){ using names.........【阅读全文】
发布时间:2015-01-27 09:38:56
For mysql: libmysqlFor pgsqm: libpqCodelite不要求写后缀".lib"。......【阅读全文】