摘要:
Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. Below is one possible representati 阅读全文
摘要:
Q1:代码占用时间过长的原因 ① 在中兴项目里面,我加入了一行select count(distinct(BILL_ID)) from cell_update 这一行“废物”代码占用了绝大部分程序运行时间,使得程序运行时间加长特别多。 ② 链接数据库”这一步会耗费大量时间。建议不要加入到... 阅读全文