码迷,mamicode.com
首页 >  
搜索关键字:requires    ( 1011个结果
【leetcode】14. longest common prefix
@requires_authorization @author johnsondu @create_time 2015.7.13 10:11 @url [longest-common-prefix](https://leetcode.com/problems/longest-common-prefi ...
分类:其他好文   时间:2017-08-10 10:30:33    阅读次数:154
安装zlib的过程(Compression requires the (missing) zlib module)(Python2.6升级为2.7出现的问题)
觉得有必要把解决问题的过程写下来 1,因为要安装flask,所以安装pip,所以安装setuptools,所以安装zlib。(具体过程http://www.cnblogs.com/aiyr/p/7260838.html 这个链接中有安装zlib,zlib-devel,耐心找找) 2,之后通过 #rp ...
分类:编程语言   时间:2017-08-06 20:50:24    阅读次数:245
./configure: error: the HTTP rewrite module requires the PCRE library.
案发现场还原: 安装Nginx时报错 ./configure: error: the HTTP rewrite module requires the PCRE library. 解决办法: yum -y install openssl openssl-devel 总结: yum -y instal ...
分类:Web程序   时间:2017-07-30 14:47:00    阅读次数:222
yum仓库 Nginx 安装不了错误
今天在做yum仓库的时候,安装Nginx,出现下列错误:-->FinishedDependencyResolutionError:Package:nginx-1.10.2-1.el6.x86_64(epel)Requires:libpcre.so.0()(64bit)Error:Package:nginx-mod-http-perl-1.10.2-1.el6.x86_64(epel)Requires:perl(:MODULE_COMPAT_5.10.1)Youco..
分类:其他好文   时间:2017-07-28 22:25:37    阅读次数:519
python——unpack问题 ocr_recognize timeout , exception:unpack requires a string argument of length 46
rObjBuff = "".join(unpack('=%ds' % ObjLen, recv_buf[6+i*ObjLen:6+(i+1)*ObjLen]))score, bbox1, bbox2, bbox3, bbox4, p00, p01, p10, p11, p20, p21, p30, ...
分类:编程语言   时间:2017-07-27 21:22:29    阅读次数:197
Python setup.py和MANIFEST.in文件
Setup.py文件 from setuptools import setup from codecs import open # 第三方依赖包及版本号 requires = ['beautifulsoup4>=4.3.2', 'gearman>=2.0.2', 'pymongo>=2.7.2', ...
分类:编程语言   时间:2017-07-26 13:40:41    阅读次数:181
Ext 5.0案例 ~转~学习Extjs 5.0值得一看
/** * 默认页面 * * @author leaves.qq:1330771552 */ Ext.define('SupplyManagementDesktop.defaultsWindow', { extend : 'Ext.ux.desktop.Module', requires : ['E ...
分类:Web程序   时间:2017-07-24 13:13:10    阅读次数:825
【leetcode】20. Valid Parentheses
@requires_authorization @author johnsondu @create_time 2015.7.13 11:03 @url [valid parentheses](https://leetcode.com/problems/valid-parentheses/) /*** ...
分类:其他好文   时间:2017-07-21 19:57:59    阅读次数:138
PayPal加密证书.pem的生成
How do I create a public certificate for use with PayPal Encrypted Website Payments? Before you can use Encrypted Website Payments, PayPal requires th ...
分类:其他好文   时间:2017-07-19 23:15:05    阅读次数:144
vue报错处理
报错内容: npm WARN stylus-loader@2.5.1 requires a peer of stylus@>=0.52.4 but none was installed. 解决方法: 1.在package.json文件里配置好:"stylus-loader":"^2.5.1","st... ...
分类:其他好文   时间:2017-07-18 23:15:26    阅读次数:272
1011条   上一页 1 ... 42 43 44 45 46 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!