码迷,mamicode.com
首页 >  
搜索关键字:zend guard run-time support missing    ( 10465个结果
出现未知错误,错误代码:0x80070057
出现未知错误,错误代码:0x80070057当我们使用Outlook配置客户端的时候,遇到“出现未知错误,错误代码:0x80070057”的报错,这个是服务器端导致的,只需要在Exchange2010服务器端安装一个修补程序包就可以了。下面是报错的截图,次修补程序包的官方下载位置为http://support..
分类:其他好文   时间:2014-05-27 04:03:05    阅读次数:370
xdebug安装
sudo apt-get install php-pearsudo apt-get install php5-devsudo pecl install xdebug下载安装编译完后,在php.ini 中加入extension=xdebug.so[zend]zend_extension="/usr/l...
分类:其他好文   时间:2014-05-23 10:07:25    阅读次数:209
【LeetCode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-05-23 09:59:05    阅读次数:257
Sencha app build 出现 missing name after . operator 问题
此问题是在使用sencha app build命令后出现得 主要是 YUI Compressor压缩的时候,代码中出现了delete, interface之类的关键字导致的。 此时可以在WebStrom上看到js中出现关键字的单词颜色不太一样。此时改个名字就ok了...
分类:移动开发   时间:2014-05-22 09:17:30    阅读次数:287
【LeetCode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if t...
分类:其他好文   时间:2014-05-22 07:25:32    阅读次数:254
php调试工具 xdebug的安装
1.下载xdebug,找到php对应的版本,php5.3以前的的后要接_ts,如zend_extension_tshttp://www.xdebug.org/download.php在c盘windows下找到php.ini,再后加入zend_extension_ts="E:/php5/ext/php...
分类:Web程序   时间:2014-05-22 03:44:12    阅读次数:306
mysql的简单使用
写这篇的主要目的是记录一点mysql的基本使用方法,当然sql查询语句本来就有不少东西,这里就不一一介绍,这个网址有详细的教程(http://www.sdau.edu.cn/support/mysq_doc/manual_Tutorial.html)1、登陆mysql -h 主机名 -u 用户名 -...
分类:数据库   时间:2014-05-21 22:10:25    阅读次数:375
LeetCode: First Missing Positive [040]
【题目】 Given an unsorted integer array, find the first missing positive integer. For example, Given [1,2,0] return 3, and [3,4,-1,1] return 2. Your algorithm should run in O(n) time and uses constant space. 【题意】 给定一个数组,找出第一个缺失的正数。时间复杂度O(n) ...
分类:其他好文   时间:2014-05-21 17:13:07    阅读次数:219
hdu 1114 Piggy-Bank -- 完全背包
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 M...
分类:其他好文   时间:2014-05-21 10:17:35    阅读次数:289
Hyper-V中 远程桌面无法捕获鼠标信号
当我们在Hyper-v中遇到鼠标不能正常使用,点击鼠标没反应的时候,在网络连接中也找不到网卡。点击鼠标时,虚拟机下方提示,“远程桌面无法捕获鼠标信号”,这是由于驱动问题导致的。我们在虚拟机中插入集成服务安装盘,如下图,手动运行光盘里的support->x86->setup重启..
分类:其他好文   时间:2014-05-20 23:15:32    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!