码迷,mamicode.com
首页 >  
搜索关键字:zend guard run-time support missing    ( 10465个结果
ubuntu 14.04 install fcitx
ubuntu 14.04 input method sudo apt-get install fcitx-googlepinyin sudo apt-get install fcitx-sunpinyin language support 里边设置keyboard input method system: fcitx input method 选择fcitx restar th...
分类:其他好文   时间:2014-08-18 23:42:03    阅读次数:427
POJ3249 Test for Job 【DAG】+【记忆化搜索】
Test for Job Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 9201   Accepted: 2080 Description Mr.Dog was fired by his company. In order to support his fam...
分类:其他好文   时间:2014-08-18 20:31:12    阅读次数:382
leetcode之通配符
Wildcard Matching Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequen...
分类:其他好文   时间:2014-08-18 18:34:13    阅读次数:214
Median of Two Sorted Arrays
①原题 There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)). ②乡村英语翻译一下 给你两个...
分类:其他好文   时间:2014-08-18 16:40:32    阅读次数:155
extjs 4合并单元行
[html] view plain copy print ? GridPanel row spanning (well, sort of...) The current GridPanel implementation doesn‘t support row spanning, because the rows aren‘t part of the same table. The only ...
分类:Web程序   时间:2014-08-18 16:37:53    阅读次数:327
PagerAdapter实现类的封装
ViewPager是android的support库中的一个控件,也是一个在许多应用开发中都用得比较多的控件。目前为止,对ViewPager的使用,我一般是用ViewPager + Fragment的组合,偶尔也有ViewPager加View的组合。关于ViewPager + Fragment的使用,已经有FragmentAdapter的实现可以帮助我们快速进行开发了,但是每次使用ViewPage...
分类:其他好文   时间:2014-08-18 16:22:32    阅读次数:198
笔记:MAC OS X下配置PHP开发、调试环境
操作系统:MAC OS X工具:MAMP、PhpStorm、xdebug、chrome1、下载MAMP2、安装比较简单,安装完成后,应用程序中会增加如下4个应用 MacGDBp是PHP调试器,使用的是xdebug 若要使用此调试器,需要在php.ini中配置: [xdebug]zend_e...
分类:Web程序   时间:2014-08-18 14:21:12    阅读次数:240
items" does not support runtime expression
更改为url导错了//错误//正确
分类:其他好文   时间:2014-08-18 12:13:14    阅读次数:235
设计模式——模板方法
这个在spring中表现的淋漓尽致,比如HibernateTemplate Support等等package designpattern.behavior.templatemethod;public abstract class ATemplate { public abstract void...
分类:其他好文   时间:2014-08-17 02:20:11    阅读次数:130
Build Simple HTTP server
1. The server just support POST&PUT method2. It is a Python server, and save upload files in special folder3. How to do it, it is apple example code, ...
分类:其他好文   时间:2014-08-16 18:17:40    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!