The action bar provides your users a familiar and predictable way to perform actions and navigate your app, but that doesn't mean it needs to look exactly the same as it does in other apps. If you want to style the action bar to better fit your product bra...
分类:
移动开发 时间:
2014-08-07 03:07:49
阅读次数:
605
thinking more after reading. Don't just read the papers.in addition, at begining, you'd better focus on abstract, introduction and discussion. little ...
分类:
其他好文 时间:
2014-08-06 22:47:12
阅读次数:
402
今天看到去年的8月6日发的说说了("better late than never"),是的,今年的8月6日我也在学院的机房,不同的是去年在403教室,今年在408教室;不同的是去年学的是编程成算法(ACM),今年学的是安卓开发与应用;不同的是算法大家的基础都是差不多的,安卓的基础真是参差不齐啊! 不...
分类:
其他好文 时间:
2014-08-06 22:20:22
阅读次数:
227
Keep Your Code Clean;Don’t Repeat Yourself;Done is Better than Perfect;沟通、简单、灵活;拥抱变化,持续交付;小步前进,持续改善;专业赢得尊重
分类:
其他好文 时间:
2014-08-06 18:53:12
阅读次数:
206
Android APK 签名比对 - To build a better world ! - BlogJava To build a better world ! Android APK 签名比对 转载请注明出处:http://www.blogjava.net/zh-weir/archiv...
分类:
其他好文 时间:
2014-08-06 17:51:21
阅读次数:
587
题目:
The string "PAYPALISHIRING" is written in a zigzag pattern on a given
number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
P A H N
A...
分类:
其他好文 时间:
2014-08-06 14:59:41
阅读次数:
307
More is betterTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 327680/102400 K (Java/Others)Total Submission(s): 14437Accepted Submission(s): 5305P...
分类:
其他好文 时间:
2014-08-06 04:08:50
阅读次数:
393
On most of the Linux distribution IPv6 is enabled by default, which may cause your internet is workding slow, so If your network do not supportor do not setup IPv6 network, you should better to dis...
分类:
Web程序 时间:
2014-08-05 11:40:29
阅读次数:
348
This is called programming to interface. This will be helpful in case if you wish to move to some other implementation of List in the future. If you w...
分类:
其他好文 时间:
2014-08-04 06:13:06
阅读次数:
204
HDU 1561The more, The Better题目大意就不说了直接DP[i][j]表示i为跟节点的子树上攻克j个城堡的所能获得的最多宝物的数量DP[fa][j] = MAX{DP[fa][i-k] + DP[child][k]};首先一个问题就是说如果子树u下的任意子节点被选择了,那么u是...
分类:
其他好文 时间:
2014-08-03 15:09:55
阅读次数:
251