07 2014 档案

摘要:"%lld"和"%llu"是linux下gcc/g++用于long long int类型(64 bits)输入输出的格式符, 而"%I64d"和"%I64u"则是Microsoft VC++库里用于输入输出__int64类型的格式说明 阅读全文
posted @ 2014-07-29 16:46 __kylong 阅读(617) 评论(0) 推荐(0)
摘要:-- 错误的写法insert into t_b_partner_vehicle(id, partner_id, vehicle_id)(seq_t_b_partner_vehicle.nextval,121, (selectid from t_b_car_info where org_id in(1... 阅读全文
posted @ 2014-07-10 10:57 __kylong 阅读(1165) 评论(0) 推荐(0)