码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
应用沙盒
应用沙盒结构:应用程序包:包含了所有的资源文件和可执行文件,这个压缩包的内容是不可以修改的。Documents:保存应用程序运行时生成的需要持久化的的数据,ITunes同步设备时会备份该目录。Library/Caches:保存应用程序运行时生成的需要持久化的数据。ITunes同步设备时不会备份该目录...
分类:其他好文   时间:2014-05-26 13:09:46    阅读次数:227
android使用apktool反编译出现Input file (d:\t) was not found or was not readable
Input file (d:\t) was not found or was not readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了 正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:移动开发   时间:2014-05-26 12:35:23    阅读次数:1117
MVC.Net: jqueryval错误
当使用Mvc.net创建Create表单后,firebug Create页面会出现404 Not Found - http://192.168.3.95:7001/bundles/jqueryval"的错误。检查Create.cshtml会发现在底部有这段代码:@section Scripts { ...
分类:Web程序   时间:2014-05-26 12:09:40    阅读次数:264
Ubuntu下的LNMP环境
保证联网的情况下,直接参照http://lnmp.org/install.html进行安装,以下花括号内为原文引用:{1、使用putty或类似的SSH工具登陆VPS或服务器;登陆后运行:screen -S lnmp如果提示screen: command not found 命令不存在可以执行:yum...
分类:其他好文   时间:2014-05-26 08:52:19    阅读次数:232
图书管理系统 library
#include #include #include #include #include #include using namespace std; void display(int);//输出信息 int size=0; class Book { public: void welcome();//欢迎界面 void welcome1(); void addboo...
分类:其他好文   时间:2014-05-26 04:57:10    阅读次数:344
MacOS常用文件路径笔记
1、Google Chrome的缓存路径/Users/Vincent_Guo/Library/Caches/Google/Chrome/Default/Cache
分类:其他好文   时间:2014-05-26 02:53:58    阅读次数:240
JRE System Library [jdk1.7]和Server Library [Apache Tomcat v6.0]为绑定错误解决方案
JRE System Library [jdk1.7]和Server Library [Apache Tomcat v6.0]为绑定错误解决方案 图形详细解析……...
分类:其他好文   时间:2014-05-24 22:05:58    阅读次数:389
php扩展编译,又遇“PHP Startup: Invalid library (maybe not a PHP library)”
关于php与mysql之间的工作机制,今天蛋疼地考虑php编译安装时不添加--with-mysql参数,是否可以实现mysql_connect()函数。第一次编译只是简单的./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc make&&makeinstallmysql_connect()果然使..
分类:Web程序   时间:2014-05-24 15:40:47    阅读次数:1057
Python内建方法
参考:https://docs.python.org/3.4/library/functions.htmlhttps://docs.python.org/2/library/functions.htmlhttp://blog.csdn.net/jgood/article/details/4371991以上链接分别为Python官网的3.4版本的内建方法说明、2.X(指2.6和2.7)版本的内建方法说明、以及JGood对2.X版..
分类:编程语言   时间:2014-05-24 15:36:42    阅读次数:528
Mac基本命令大全
基本命令1、列出文件ls 参数 目录名 例: 看看驱动目录下有什么:ls /System/Library/Extensions参数 -w 显示中文,-l 详细信息, -a 包括隐藏文件2、转换目录 cd 例:想到驱动目录下溜达一圈 cd /System/Library/Extension...
分类:其他好文   时间:2014-05-24 09:25:44    阅读次数:301
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!