码迷,mamicode.com
首页 >  
搜索关键字:error: no curses/termcap library found    ( 15182个结果
Xcode5.1.1支持低版本和image not found和Couldn't register XXXX with the bootstrap server. Error: unknown error code.
一:问题 targets中证书的设置1.项目支持多设备(Xcode5.1.1支持低版本)2.真机测试要确保Code Siging 设置没问题支持的最低版本二 :问题:image not foundLibrary not loaded: /System/Library/Frameworks/AdSup...
分类:其他好文   时间:2014-08-07 18:31:40    阅读次数:271
NSUserDefaults standardUserDefaults使用注意事项
NSUserDefaults可以存储NSString,NSNumber, NSDate, NSArray, NSDictionary,自定义类可以通过NSData的方式进行存储,当然要实现NSCoding这个protocol才 行,NSObject1. 系统会保存到该应用下的/Library/Pre...
分类:其他好文   时间:2014-08-07 12:41:09    阅读次数:200
Error:No suitable device found: no device found for connection "System eth0"
基于这个错误,在网上查找了一下,发现有很多朋友都遇到过,这次错误使用第2种方式解决。 1、删除/etc/udev/rules.d/70-persistent-net.rules文件,重启系统。2、如果上面的不起作用 (1), ifconfig -a查看物理MAC HWADDR的值 (2),vim.....
分类:其他好文   时间:2014-08-07 12:21:20    阅读次数:220
sql waitfor 延时执行
看MSDN:http://msdn.microsoft.com/zh-cn/library/ms187331.aspx语法为:WAITFOR { DELAY 'time_to_pass' | TIME 'time_to_execute' | [ ( receive_statement ...
分类:数据库   时间:2014-08-07 12:20:19    阅读次数:302
0ffice365 Calendar API
Calendar REST API in Office 365 APIs Previewhttp://msdn.microsoft.com/EN-US/library/office/dn792114(v=office.15).aspxOffice 365 APIs Previewhttp://msd...
分类:Windows程序   时间:2014-08-07 12:19:29    阅读次数:757
Zen Cart屏蔽中文语言浏览器
在根目录下的index.php前面加上以下这段代码即可;if(preg_match("/zh-cn/is",$_SERVER['HTTP_ACCEPT_LANGUAGE'])){ header("HTTP/1.1 404 Not Found"); header("Status: 404 Not Fo...
分类:其他好文   时间:2014-08-07 12:18:39    阅读次数:185
Enterprise Library 6——Using the Logging Application Block2
原文参考http://msdn.microsoft.com/en-us/library/dn440731(v=pandp.60).aspx 一、简介 日志通常满足两个主要的要求:1、监控应用程序性能并提供信息。性能方面,日志可以监控程序内部发生了什么,有时也监控程序外部发生了什么。2、更重要的是用于...
分类:移动开发   时间:2014-08-07 12:14:50    阅读次数:312
OS的沙盒机制 --基础知识
/*iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS不像android,没有SD卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。默认情况下,每个沙盒含有3个文件夹:Documents, Library 和 tmp。Library...
分类:其他好文   时间:2014-08-07 12:06:39    阅读次数:268
Android学习路线(十)如何将Action Bar叠放在你的布局上
By default, the action bar appears at the top of your activity window, slightly reducing the amount of space available for the rest of your activity's layout. If, during the course of user interaction, you want to hide and show the action bar, you can do s...
分类:移动开发   时间:2014-08-07 03:07:19    阅读次数:344
学习iOS:第一天
今天开始学习iOS开发,当然是从stanford得iOS 7教程开始了,学习了lecture 1,涉及到得知识如下。iOS从下而上的4层框架:Core OS, Core Services, Media, Cocoa Touch, 在apple的官方文档iOS Developer Library中有....
分类:移动开发   时间:2014-08-07 03:04:58    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!