Quantcast
Channel: C++博客-面对现实,超越自己
Browsing latest articles
Browse All 11 View Live

Image may be NSFW.
Clik here to view.

iOS 添加libxml2.dylb 后 找不到头文件

在“Header Search Paths” 中添加“/usr/include/libxml2″ 在“Other Linker Flags”添加“-lxml2″ 运行后出现错误找不到<libxml/tree.h> 解决办法:在“Header Search Paths” 中添加 ${SDKROOT}/usr/include/libxml2王海光 2014-07-15 13:50 发表评论

View Article


Image may be NSFW.
Clik here to view.

UIGestureRecognizer学习笔记(转载)——手势识别功能

     摘要: UIGestureRecognizer 是一个具体手势的基类,提供了较为简单的手势实现方式  The concrete subclasses of UIGestureRecognizer are the following:UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecog...  阅读全文王海光...

View Article


Image may be NSFW.
Clik here to view.

iOS 监听 Home键(转载)

第一步: 创建2个NSNotificationCenter监听 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationWillResignActive:) name:UIApplicationWillResignActiveNotification object:nil];...

View Article

Image may be NSFW.
Clik here to view.

iOS 解决NSString转换为NSURL时包含中文字符

NSString中如果包括中文字符,在转换为NSURL时得到的值为nil解决办法: NSString *urlString = [NSString stringWithFormat:@"http://api.openweathermap.org/data/2.5/weather?q=%@&units=imperial",cityName]; urlString = [urlString...

View Article

Image may be NSFW.
Clik here to view.

GLOOX 1.0.10注册问题

引文:调试GLOOX...

View Article


Image may be NSFW.
Clik here to view.

Gloox文件传输小记

使用版本:1.1.10今天弄了一下Gloox中自带的收发文件例子,收发文件的例子都是好使的,只不过,在调试过程中需要注意一些问题,下面将我遇到的问题做个记录(例子中以In-Band Bytestreams方式收发)。1、发送文件过程中遇到404错误<iq type='error' id='uid-8509a748-00000005'...

View Article

Image may be NSFW.
Clik here to view.

MFC wcslen获取中文长度

不知道大家有没有我这种体验.大家先看看下面这段代码:int fp=_wopen(L"Hello.dat",O_BINARY | O_CREAT | O_TRUNC | O_RDWR);if(fp==-1)...

View Article

Image may be NSFW.
Clik here to view.

(转载)推荐!国外程序员整理的 C++ 资源大全

     摘要: 标准库C++标准库,包括了STL容器,算法和函数等。C++ Standard Library:是一系列类和函数的集合,使用核心语言编写,也是C++ISO自身标准的一部分。Standard Template Library:标准模板库C POSIX library : POSIX系统的C标准库规范ISO C++ Standards Committee...

View Article


Image may be NSFW.
Clik here to view.

UISearchBar控件(转载)

     摘要: UISearchBar控件就是要为你完成搜索功能的一个专用控件。它集成了很多你意想不到的功能和特点!首先,还是来普及一下UISearchBar控件API相关的属性和方法吧!UISearchBar属性相关_searchBar = [[UISearchBar alloc] initWithFrame:CGRectZero];// 初始化,不解释 &nb...  阅读全文王海光...

View Article


Image may be NSFW.
Clik here to view.

SWIG实现python对c++封装

一、SWIG环境搭建     1、 下载Swig for Windows:http://www.swig.org/download.html   2、 解压 .zip 文件到目录,比如:D:\backupsoftware   3、 添加环境变量到path, 比如: D:\backupsoftware\swigwin-3.0.10   4、 简单测试安装是否成功:   打开Dos,在命令行执行:...

View Article
Browsing latest articles
Browse All 11 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>