码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or cannot be loaded.
Eclipse从svn上迁出项目的时候报以下的错误:SVN: '0x0040010b: Obtain Project Name' operation finished with error: Selected SVN connector library is not available or can...
分类:其他好文   时间:2014-07-07 20:34:09    阅读次数:1988
现代C++学习笔记之一资料篇(C++ 11)
最近看网上一些开源的源代码,发现尽多不认识的符号,好吧。开始学习新的C++。C++经典书籍C++ Primer,第五版开始有了对C++ 11的讲解C++ Primer Plus,第六版有对C++ 11的讲解,笔者没看过这本,据说比上面那本更基础The C++ Standard Library A T...
分类:编程语言   时间:2014-07-07 17:24:24    阅读次数:231
theano documentation 阅读笔记
作为帮助学习的工具目标:较好地清楚地掌握theano的知识结构学习内容:theano documentation 0.6,主要看tutorial 与 library ,看2遍以上。学习时间6.29-6.30,(6.31也许需要完善下DAMS project的事)6.32-6.33 一共4天,大约40...
分类:其他好文   时间:2014-07-07 15:16:28    阅读次数:295
thinkphp学习笔记9—自动加载
1.命名空间自动加载在3.2版本中不需要手动加载类库文件,可以很方便的完成自动加载。系统可以根据类的命名空间自动定位到类库文件,例如定义了一个类Org\Util\Auth类:namespace Org\Util;class Auth {}保存到ThinkPHP/Library/Org/Util/Au...
分类:Web程序   时间:2014-07-02 00:58:35    阅读次数:332
Administering Web Services
Useful Linkhttp://docs.oracle.com/middleware/1212/cross/webservicestasks.htmhttp://packtlib.packtpub.com/library/getting-started-with-oracle-weblogic-...
分类:Web程序   时间:2014-06-30 20:42:17    阅读次数:160
Beginner Course about ExtJS
Foreword Fortunately, I met “ExtJS” in earlier afternoon, the feeling justlike my encounter with “REST” Actually, at beginning, I had no idea about them,but when I got in touch with REST, I found i...
分类:Web程序   时间:2014-06-30 20:09:27    阅读次数:411
数组-04. 查找整数(10)
本题要求从输入的N个整数中查找给定的X。如果找到,输出X的位置(从0开始数);如果没有找到,输出“Not Found”。 输入格式: 输入在第1行中给出2个正整数N( 输出格式: 在一行中输出X的位置,或者“Not Found”。 输入样例1: 5 7 3 5 7 1 9 输出样例1: 2 输入样例2: 5 7 3 5 8 1 9 输出样例2: N...
分类:其他好文   时间:2014-06-30 17:26:19    阅读次数:161
Eclipse 报错:Error: Program "sh" not found in PATH
SDK和ADT为22.6.2版本 工程为4.4.2 在编译一个Launcher时,报错如下: sh ndk-build clean  Cannot run program "sh": Launching failed Error: Program "sh" not found in PATH PATH=...... 在网上看了一下,一直以为是什么GCC的问题,多次...
分类:系统相关   时间:2014-06-30 15:45:40    阅读次数:1319
header函数使用
header('HTTP/1.1 200 OK');//设置一个404头:header('HTTP/1.1 404 Not Found');//设置地址被永久的重定向header('HTTP/1.1 301 Moved Permanently');//转到一个新地址header('Location:...
分类:其他好文   时间:2014-06-30 11:25:04    阅读次数:198
HTTP 错误 404.2 - Not Found 由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面
在发布系统的过程中,曾经遇到过这样的问题,由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法 提供您请求的页面。 错误详情如下:   解决方法: 找到IIS的根节点->右侧“ISAPI和CGI限制”->把禁止的ASP.Net版本项设置为允许。 如下图            总结:通过这个这个问题,我想到了一点:虽然解决了问题,但知其然却不知其所以然,很多...
分类:Windows程序   时间:2014-06-30 10:49:07    阅读次数:13321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!