摘要:
笔者闲暇时,会找一些题目练练脑筋。本文是10458:2 the 9s的C++代码实现。题目如下:Introduction to the problemA well-known trick to know if an integer N is a multiple of nine is to comp... 阅读全文
摘要:
本文是笔者工作学习中对于mysql优化经历的小结。1.load data local infile它真的是一个神奇的方法。但这种方法使用的前提是:要插入数据库的数据是在文件中,并且格式良好。(文件的一行映射数据表的一行)简要代码如下:String sqlString = "load data loc... 阅读全文