http://xuehai.cn/241/ask/550c5e4deb06ec7caf000050http://xuehai.cn/241/topic/550c5fa688f2ef433e00034fhttp://xuehai.cn/241/ask/550c5e4deb06ec7caf000050h...
分类:
其他好文 时间:
2015-03-21 06:21:02
阅读次数:
108
Gradle User Guide:http://www.gradle.org/docs/current/userguide/userguide.html针对它的中文翻译:http://ask.android-studio.org/?/explore/category-gradle
分类:
其他好文 时间:
2015-03-20 18:05:05
阅读次数:
113
Still a DP problem.The transition function is not hard to get:1. When s[i-1] == t[j-1], which means we dont have to do any thing to handle the current...
分类:
其他好文 时间:
2015-03-19 09:52:36
阅读次数:
104
Two notes:1. I dont know whether C++ has a good split function for STL as the JAVA. Need to figure it out.2. At the beginning, I tried to set tmp1 = t...
分类:
其他好文 时间:
2015-03-19 06:17:36
阅读次数:
130
Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here are some good questions to ask before coding. Bonus poi...
分类:
其他好文 时间:
2015-03-18 16:02:37
阅读次数:
120