码迷,mamicode.com
首页 >  
搜索关键字:better    ( 1030个结果
Android学习路线(九)为Action Bar添加Style
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
怎样看paper 最有效率
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
程序员,请记住这7句话
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
LeetCode第六题,ZigZag Conversion
题目: 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
HDU 1856 More is better(并查集)
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
Disable Linux IPv6 Networking
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
why using List list = new ArrayList() better than Arraylist list?
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)
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
1030条   上一页 1 ... 94 95 96 97 98 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!