uva 270 Lining Up
``How am I ever going to solve this problem?" said the pilot.
Indeed, the pilot was not facing an easy task. She had to drop packages at specific points scattered...
分类:
其他好文 时间:
2015-02-12 09:21:12
阅读次数:
170
使用HTML5的VIDEO播放RTSP实时视频流源代码: Video Test 10: RTSP Streaming html5 video ▶ ◼ Volume Up Volume...
分类:
Web程序 时间:
2015-02-11 20:38:13
阅读次数:
194
第一组:结果是0.030.020.020.02不明白为什么?doubleamount=0.03;amount=newBigDecimal(amount).setScale(2,BigDecimal.ROUND_UP).doubleValue();System.out.println(amount);amount=newBigDecimal(amount).setScale(2,BigDecimal.ROUND_DOWN).doubleValue();System.out.print..
分类:
其他好文 时间:
2015-02-11 18:56:08
阅读次数:
143
改写要求1:用单链表实现#include #include using namespace std;struct LinkNode{ int data; LinkNode *next;};class PALINDROME{ int low,up; int ...
分类:
编程语言 时间:
2015-02-11 18:28:20
阅读次数:
145
Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?For example,Given sorted array A = [1,1,1,2,2,3],Your function should ....
分类:
其他好文 时间:
2015-02-11 18:07:15
阅读次数:
110
1、android:windowSoftInputMode
1、当有焦点产生时,软键盘是隐藏还是显示
2、是否减少活动主窗口大小以便腾出空间放软键盘
2、android:imeOptions="actionSearch|flagNoFullscreen"的用法
在做一个把EditText放到到ActionBar中作为搜索框的功能时,设置EditText的属性为android:imeOpti...
分类:
移动开发 时间:
2015-02-11 16:33:21
阅读次数:
203
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root). For ...
分类:
其他好文 时间:
2015-02-11 16:23:02
阅读次数:
144
Dear Apple,I want to be pointed in the right direction in programming a number of features to my BMW 2007 Z4 3.0si, but I really do not want to end up...
分类:
其他好文 时间:
2015-02-11 16:21:09
阅读次数:
160
从mediaTek项目中移植出来的,完整的代码可以在我的GitHub上看到,下面看一下效果:
主Activity:
package com.zms.todo;
import java.util.Locale;
import android.app.ActionBar;
import android.app.ActionBar.LayoutParams;
import and...
分类:
移动开发 时间:
2015-02-11 10:59:02
阅读次数:
184
CMD + SHIFT + { - Select Next TabCMD + SHIFT + } - Select Previous Tabtoggle between .h and .m files in xcode5 CTRL+CMD+up arrow在xcode的所有窗口循环切换: C...
分类:
其他好文 时间:
2015-02-11 10:50:00
阅读次数:
147