justlooks

Results 5 issues of justlooks

能否做点优化,图片分块加载等

can not run peda in gdb root@knife:~# echo "source ~/peda/peda.py" >> ~/.gdbinit root@knife:~# gdb -q bof /root/.gdbinit:2: Error in sourced command file: :8: Error in sourced command file: Undefined command:...

我们在实际应用中发现通过cobar使用astext函数报错 mysql> SELECT rider_shape,astext(rider_shape) from sp_rider_space where city_id=1 and rider_id=1 and shardx=254 -> ; ERROR 1064 (HY000): You have an error in your SQL syntax; Error occurs around this fragment:...

cobar 不支持mysql函数吗? mysql> create table myorder(id int auto_increment primary key,city_id int,place_tm int,name varchar(100)); mysql> insert into myorder (id, city_id, place_tm, name) values (1,10,UNIX_TIMESTAMP('2015-06-08 00:00:00'),'testme1'); ERROR 1003 (HY000): route err: different...

我刚试了下貌似会报错 mysql> insert into myorder (id, city_id, place_tm, name) values (1,10,'2015-06-01 00:00:00','testme1'); ERROR 1003 (HY000): For input string: "2015-06-01 00:00:00"