码迷,mamicode.com
首页 >  
搜索关键字:zend guard run-time support missing    ( 10465个结果
LeetCode 第二题,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-02 18:24:13    阅读次数:335
兼容ie的placeholder设置
html5的placeholder在ie上不被支持,解决的方法直接在网页里添加 就可以了// JavaScript Document(function($) { /** * Spoofs placeholders in browsers that don't support the...
分类:其他好文   时间:2014-08-01 22:56:32    阅读次数:226
Ubuntu下搭配Zend Studio
Zend Studio需要Java环境: 1.Ubuntu系统上默认装的openjdk,重新安装jdk1.7.0_17 解压缩文件 ?????? sudo tar -zxvf /home/chengwen/jdk1.7.0_17.tar.gz -C /usr/local/ 配置文件/etc/profile ??????...
分类:其他好文   时间:2014-08-01 20:25:42    阅读次数:354
Android之Actionbar顶部标签的使用
今天写了个示例代码,就是使用Actionbar类实现顶部标签切换功能。如果所示。使用最新的adt工具,创建项目的时候都会带一个android-support-v7-appcompat的类库项目,这个libproject中有我们要用的ActionBar,可以适配2.1的Android系统。废话不多说,直接上代码。1、修改activit..
分类:移动开发   时间:2014-08-01 20:14:22    阅读次数:350
server 2008 64位安装Rational错误
Administrator has detected that this is a terminal server session.Administrator does not support running in this environment. Click OK to exit.解决办法htt...
分类:其他好文   时间:2014-08-01 19:37:22    阅读次数:181
jQuery源码分析(一)jQuery.support
1 // Internet Explorer 8.0.7601.17514 | Chrome 34.0.1847.131 m | Firefox 30.0 2 (function () { 3 4 jQuery.support = {}; 5 6 var root ...
分类:Web程序   时间:2014-08-01 19:14:42    阅读次数:435
中文输入法安装
平台:Ubuntu12.10在Ubuntu的中文系统中自带了中文输入法,通过Ctrl+Space可切换中英文输入法。这里我们主要说下Ubuntu英文系统中,中文输入法的安装。第一步,安装语言包。我们选择System Settings-->Language Support-->Install/Remo...
分类:其他好文   时间:2014-08-01 18:56:42    阅读次数:263
yum提示This system is not registered with RHN.RHN support will be disabled.
[root@cactiez ~]# yum install mlocateLoading "security" pluginLoading "rhnplugin" pluginThis system is not registered with RHN.RHN support will be dis...
分类:其他好文   时间:2014-08-01 18:55:22    阅读次数:281
Piggy-Bank(完全背包变形)
Problem Description Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound Money (IBM). Th...
分类:其他好文   时间:2014-08-01 16:08:02    阅读次数:281
html5画图和本地存储
Your browser does not support the canvas element.
分类:Web程序   时间:2014-08-01 13:15:21    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!