码迷,mamicode.com
首页 >  
搜索关键字:match    ( 5193个结果
Radiobutton样式修改
效果图》》 布局》》》 <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
Topcoder Arena插件配置和训练指南
一、 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
LeetCode 10 Regular Expression Match
'.' 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
HDU-3829 Cat VS Dog
题目链接: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 和 radiobutton结合使用导致点击无响应解决办法
如果不添加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
Fresco(各种特效)——Loading效果
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
Fresco(各种特效)——播放gif
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
iOS设备,fixed布局出问题
window.deviceId = '{{$deviceId}}'; window.iOS = navigator.userAgent.match(/(iPad|iPhone|iPod)/g) ? true : false; if( iOS ){ iOSversion ...
分类:移动开发   时间:2015-04-14 23:17:45    阅读次数:208
Android自定义Toast
没什么技术难点,照着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
PHP 分割字串 Function 的速度比較(substr/sscanf/preg_match)---substr最快!
固定長度的字串(假設是 06481a63041b578d702f159f520847f8), 要照固定格式做切割, 使用 PHP 要怎麼切會比較快?註: 要將此字串切成 => 06 / 48 / 1a63041b578d702f159f520847f8 這三個字串.寫簡單的程式做個測試, 來比較su...
分类:Web程序   时间:2015-04-14 12:45:27    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!