码迷,mamicode.com
首页 >  
搜索关键字:unable to resolve ta    ( 5723个结果
linux编译安装LAMP
Linux安装Apache+MySQL+PHP 安装部分依赖 安装apr(可选) # tar -xf apr-1.5.0.tar.bz2 # cd apr-1.5.0 #./configure --prefix=/usr/local/apr //指定其安装位置 # make && make install 安装apr-util # tar -xf apr-util-1.5.3.ta...
分类:系统相关   时间:2014-06-28 07:35:28    阅读次数:386
Fedora 17 下安装codeblocks
Fedora 17 下安装codeblocks: 1.直接从yum源安装: sudo yum install codeblocks 2.源码安装 下载codeblocks 源程序包 http://www.codeblocks.org/ tar jxf codeblocks-*-src.ta...
分类:其他好文   时间:2014-06-27 21:57:04    阅读次数:231
android启动时报错Unable to instantiate application xxxx:java.lang.NullPointerException
如果程序已经运行,再安装到手机的时候总是报以下错误。而且是在打开特定的Activity的情况下才会报错。06-26 09:45:16.971: E/AndroidRuntime(29733): java.lang.RuntimeException: Unable to instantiate app...
分类:移动开发   时间:2014-06-27 19:08:43    阅读次数:6459
Red hat Linux 安装Node.js 源码安装
1、 下载源码包http://nodejs.org/dist/v0.10.29/node-v0.10.29.tar.gz2、准备安装环境,>python2.6, gcc, g++ python redhat自带了不用装, gcc: yum install -y gcc gcc-c++3、 ta...
分类:Web程序   时间:2014-06-27 14:55:37    阅读次数:224
Unable to open ...\tools\capture\allegro.cfg for reading
使用Capture CIS 生成网表时,出现错误: Unable to open ...\tools\capture\allegro.cfg for reading. Please correct the above error(s) to proceed 根据提示的信息可以判断,是allegro.cfg文件的打开出现了问题,导致出错。 解决办法: ①选中工程,选择Tools->Cre...
分类:其他好文   时间:2014-06-27 08:12:14    阅读次数:631
ios异常处理
Malformed or corrupted AST file: 'Unable to load module "/Users/topbar/Library/Developer/Xcode/DerivedData/ModuleCache/3TJWGBUKOEC41/Darwin.pcm": modu...
分类:移动开发   时间:2014-06-26 22:50:03    阅读次数:315
OCP-1Z0-051-题目解析-第1题
1. View the Exhibit and examine the structure of the SALES, CUSTOMERS, PRODUCTS, and TIMEStables.The PROD_ID column is the foreign key in the SALES ta...
分类:其他好文   时间:2014-06-26 20:12:39    阅读次数:205
TCP/IP协议族
第一章      TCP/IP协议族 1.1 TCP/IP协议族体系结构以及主要协议 1.1.1数据链路层          数据链路层实现了网卡接口的网络驱动程序,以处理数据在物理媒介上的传输。          数据链路层两个常用的协议是ARP(AddressResolve Protocol,地址解析协议)和RARP(Reverse Address Resolve Prot...
分类:其他好文   时间:2014-06-25 10:26:52    阅读次数:280
nagios监控内出错NRPE: Unable to read output 解决!
nagios监控内出错NRPE:Unabletoreadoutput解决!由于编写check_mem监控脚本,在监控机报警:NRPE:Unabletoreadoutput,其他监控项目正常初步认定是nagios没有权限去实行check_mem脚本;1.在监控主机监控客户机内存,遇到NRPE:Unabletoreadoutput#/usr/local/nagios/libexec/che..
分类:移动开发   时间:2014-06-25 10:19:08    阅读次数:371
Basic SQL sentence
create database ST;use st;create table Student(Sno varchar(10) primary key ,Sname varchar(15) ,Ssex varchar(2) ,Sage int ,Sdept varchar(10));create ta...
分类:数据库   时间:2014-06-25 09:43:01    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!