效果图》》
布局》》》
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@draw...
分类:
其他好文 时间:
2015-04-17 13:58:13
阅读次数:
227
一、 Arena插件配置1. 下载Arena 指针:http://community.topcoder.com/tc?module=MyHome 左边Competitions->Algorithms->Single Match Rounds->Launch Arena->Load Competi.....
分类:
其他好文 时间:
2015-04-17 13:19:30
阅读次数:
135
'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire input string (not partial).The...
分类:
其他好文 时间:
2015-04-17 00:58:49
阅读次数:
127
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3829
#include
#include
#include
#include
#include
using namespace std;
#define M 510
#define N 250010
int Head[M], Next[N], Key[N];
int match[M];
stri...
分类:
其他好文 时间:
2015-04-16 21:57:38
阅读次数:
200
如果不添加badgeview 点击是没有问题,如果添加了就点击不好使可以添加透明得button具体可以参考<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match...
分类:
其他好文 时间:
2015-04-15 23:26:21
阅读次数:
208
xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"...
分类:
其他好文 时间:
2015-04-15 17:08:01
阅读次数:
168
xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"...
分类:
其他好文 时间:
2015-04-15 13:34:28
阅读次数:
231
window.deviceId = '{{$deviceId}}'; window.iOS = navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false; if( iOS ){ iOSversion ...
分类:
移动开发 时间:
2015-04-14 23:17:45
阅读次数:
208
没什么技术难点,照着api做的。
这是效果图
我们先对Toast自定义一个布局:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="w...
分类:
移动开发 时间:
2015-04-14 19:47:18
阅读次数:
165
固定長度的字串(假設是 06481a63041b578d702f159f520847f8), 要照固定格式做切割, 使用 PHP 要怎麼切會比較快?註: 要將此字串切成 => 06 / 48 / 1a63041b578d702f159f520847f8 這三個字串.寫簡單的程式做個測試, 來比較su...
分类:
Web程序 时间:
2015-04-14 12:45:27
阅读次数:
113