header('Content-type:text/html;charset=utf-8');function cutstr($str){ #计算$str的字符个数 preg_match_all("/./u", $str, $len); $strlen = (int) count(...
分类:
其他好文 时间:
2014-09-18 12:51:33
阅读次数:
177
Binary String Matching
时间限制:3000 ms | 内存限制:65535 KB
难度:3
描述
Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as ...
分类:
其他好文 时间:
2014-09-18 11:34:53
阅读次数:
178
一篇文章:使用use index优化sql查询先看一下arena_match_index的表结构,大家注意表的索引结构CREATE TABLE `arena_match_index` ( `tid` int(10) unsigned NOT NULL DEFAULT '0', `mid` int(1...
分类:
数据库 时间:
2014-09-17 02:21:21
阅读次数:
298
最近在项目中用到动态添加图片,然后换行的实现。刚开始想用GridView,但是没用,什么原因到是忘了。下面我记录一下我的实现方式。
看代码xml:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
androi...
分类:
移动开发 时间:
2014-09-16 15:57:50
阅读次数:
345
when I upgrated my laptop's system to win8.*,I found it's hibernate when I clicked turn off button.but sometimes you need restart your computer.if you...
Install MongoDB on WindowsOverviewUse this tutorial to install MongoDB on a Windows systems.PLATFORM SUPPORTStarting in version 2.2, MongoDB does not ...
分类:
数据库 时间:
2014-09-16 13:58:20
阅读次数:
429
1,Android FrameLayout的android:foreground属性可以设置单击时的前景色
<FrameLayout
android:id="@+id/poster_contanier"
android:layout_width="match_parent"
android:layout_height="match_pare...
分类:
移动开发 时间:
2014-09-16 12:42:40
阅读次数:
243
XE7 提交 App 后,在「Prerelease」里被提示了:Build 1.0.0 does not contain the correct beta entitlement. For more information, see the iTunes Connect Developer Guid...
分类:
移动开发 时间:
2014-09-16 12:12:50
阅读次数:
228
此题的大意:给定一幅有向图,求起点到终点(都是固定的)的不同的最短路有多少条。不同的最短路是说不能有相同的边,顶点可以重复。并且图含有平行边。 看了题以后,就想到暴力,但是暴力往往是不可取的。(暴力的最坏情况下的时间复杂度是O(n^3))。我说的暴力是求一次最短路以后,把最短路上的边全部去掉(...
分类:
其他好文 时间:
2014-09-16 00:08:29
阅读次数:
260
centos6.4安装 minimalifconfig...没有看到eth0.。然后重启网卡又报下面错误。故障现象:service network restartShutting down loopback insterface: ...
分类:
其他好文 时间:
2014-09-16 00:03:59
阅读次数:
184