雕刻时光

just do it……nothing impossible
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年11月9日

摘要: select * from table where target_text like "3";等价于select * from table where target_text = "3";查找出来的都是target_text 为 3 的数据select * from table where t... 阅读全文

posted @ 2015-11-09 16:24 huhuuu 阅读(916) 评论(0) 推荐(0)

摘要: {"quality":"B"A"D"}实际上要value.replace("\"","\\\"")也就是{"quality":"B\"A\"D"}就可以了 阅读全文

posted @ 2015-11-09 15:01 huhuuu 阅读(11391) 评论(0) 推荐(1)