码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
CentOS下编译php时的一些典型错误及解决办法.
configure:?error:?xml2-config not found. Please check your libxml2 installation. yum install libxml2-devel configure:?error:?Cannot find OpenSSL’s yum install openssl-devel configure:?error:?...
分类:Web程序   时间:2014-09-10 16:02:50    阅读次数:245
Solving Konqueror cannot display Chinese
Just installed the KDE on my Ubuntu, and the Internet explorer comes with the KDE is the Konqueror, however the first time I was using the Konqueror found it cannot display the Chinese properly, all becomes gubbish characters, found the solution by google...
分类:其他好文   时间:2014-09-10 12:36:20    阅读次数:253
nginx FastCGI错误Primary script unknown解决办法
在centos上成功编译安装nginx 1.4、php 5.4并成功启动nginx和php-fpm后,访问php提示"File not found.",同时在错误日志中看到:复制代码 代码如下:2013/10/22 20:05:49 [error] 12691#0: *6 FastCGI sent ...
分类:其他好文   时间:2014-09-10 12:05:20    阅读次数:169
异步陷阱之IO篇
??很多教程和资料都强调流畅的用户体验需要异步来辅助,核心思想就是保证用户前端的交互永远有最高的优先级,让一切费时的逻辑通通放到后台,等到诸事完备,通知一下前端给个提示或者继续下一步。随着.NET发展,async和await关键字的推广,Task Parallel Library (TPL)的稳步发展, 异步编程也越来越多的被重视和采用,很多时候非常便利的解决各种性能问题,但同时也带来了很多的陷阱...
分类:其他好文   时间:2014-09-10 10:51:20    阅读次数:249
异步陷阱之IO篇
很多教程和资料都强调流畅的用户体验需要异步来辅助,核心思想就是保证用户前端的交互永远有最高的优先级,让一切费时的逻辑通通放到后台,等到诸事完备,通知一下前端给个提示或者继续下一步。随着.NET发展,async和await关键字的推广,Task Parallel Library (TP...
分类:其他好文   时间:2014-09-10 10:46:50    阅读次数:305
Spark of work
Today I attended a meeting of reviewing code, and I learned a lot from it. In the discuss, we found out a problem that our program didn't have a good ...
分类:其他好文   时间:2014-09-09 22:49:59    阅读次数:220
C++ vector长度扩展机制的探究
源起: C++ Primer 第五版,Exercise 9.38 Write a program to explorer how vectors grow in the library you use. 环境: WIN 7 + VS 2008 32bit 测试代码: #include #include #include using namespace std; ...
分类:编程语言   时间:2014-09-09 21:34:39    阅读次数:432
cacti 与 nagios 一些总结 【二】
cacti 中 npc 中不出图PHP Warning:PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/json.so' - /usr/lib64/php/modules/json.so: undefined s...
分类:移动开发   时间:2014-09-09 19:59:09    阅读次数:260
雅虎宣布停止开发开源的JavaScript工具库YUI
雅虎官方博客宣布终止开发开源的JavaScript工具库Yahoo User Interface library (YUI)。 雅虎开发者解释说,行业趋势发生了改变。过去几年,Web平台经历了激烈变革,相比以前如今的JavaScript几乎是无处不在。Node.JS的出现 允许JavaScrip.....
分类:编程语言   时间:2014-09-09 17:57:59    阅读次数:225
关于spring中初始化出差的问题applicationcontext.xml无法加载
关于spring出现 ?? Exception in thread "main" java.lang.ExceptionInInitializerError,告错的问题: 在建立工程项目是,为了能够提供jar包支持,我创建了build path 添加了spring3.0 user library在这个名称下添加了所有spring的jar包支持。 为了能够发布项目我又在web的lib下添加了...
分类:移动开发   时间:2014-09-09 16:18:48    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!