- 博客(19)
- 资源 (4)
- 收藏
- 关注
原创 [ios专项]linker command failed with exit code 1问题收集整理
linker command failed with exit code 1 这个问题 平时编译中经常遇到,但每次都没有
2014-07-11 01:52:48
826
原创 [云]百度云上次pages文件如果没百度改过名字则无法打开
/* 背景交代:尽在mac ox系统上尝试过,windows系统和Linux系统没试过,不确定 */jing'g
2014-07-04 00:41:03
2603
原创 [C/C++]常见错误积累
codeblocks 编译时出现undefined reference to `WSAStartup@8'等错误解决办法codeblocks 编译含WINSOCK的代码会出现这样的编译错误undefined reference to `inet_addr@4'undefined reference to `gethostbyname@4'undefined reference
2014-06-04 02:26:32
888
原创 [C/C++]指针解析,char * a, char ** a, char * a[], char a[][], char * a[][], char ** a[][], char * a [][][
不懂指针还敢说你zai
2014-06-04 01:39:49
1817
原创 [C/C++] 关于:: / :: "域操作符"
(1)表示“域操作符” 例:声明了一个类A,类A里声明了一个成员函数void f(),但没有在类的声明里给出f的定义,那么在类外定义f时, 就要写成void A::f(),表示这个f()函数是类A的成员函数。 (2)直接用在全局函数前,表示是全局函数 例:在VC里,你可以在调用API 函数里,在API函数名前加:: (3)表示引用成员函数及变量,作
2014-06-03 13:30:22
2993
原创 [ios专项]Xcode 常见错误/警告,处理方法 (持续更新ing.._20140601)
Xcode 升级后,常常遇到的遇到的警告、错误,解决方法从sdk3.2.5升级到sdk 7.1中间废弃了很多的方法,还有一些逻辑关系更加严谨了。1,警告:“xoxoxoxo” is deprecated解决办法:查看xoxoxoxo的这个方法的文档,替换掉这个方法即可。2,警告:Declaration of "struct sockaddr" will not be visi
2014-06-01 18:35:43
14563
原创 [C/C++] C语言基础知识:%X是什么意思(未完待续)
%a,%A 读入一个浮点值(仅C99有效) %c 读入一个字符 %d 读入十进制整数 %i 读入十进制,八进制,十六进制整数 %o 读入八进制整数 %x,%X 读入十六进制整数 %s 读入一个字符串,遇空格、制表符或换行符结束。 %f,%F,%e,%E,%g,%G 用来输入实数,可以用小数形式或指数形式输入。 %p 读入一个指针 %u 读入一个
2014-06-01 18:04:50
11517
原创 [C/C++] free()函数和iOS release--(重点free函数)整理汇总
iOS-chat中遇到函数free,特此专门对FREE函数进行下详细jie'shavoid FreeAddresses() { int i; for (i=0; i<MAXADDRS; ++i) { if (if_names[i] != 0) free(if_names[i]); if (ip_names[i] !
2014-06-01 15:16:39
3522
原创 [工具/PC]计算机中丢失libiconv-2.dll,丢失libintl-8.dll,无法定位程序输入点libiconv于动态链接库libiconv-2.dll上问题解决方法
CodeBlocks背景,之前为了学习objectC,在win系统上下载了codeBlock,先简单介绍下:Code::Blocks 是一个开放源码的全功能的跨平台C/C++集成开发环境。 Code::Blocks是开放源码软件。Code::Blocks由纯粹的C++语言开发完成,它使用了蓍名的图形界面库wxWidgets(2.6.2 unicode)版。对于追求完美的C++程序员,再
2014-05-29 11:51:54
10638
原创 [ios专项]几个遗留问题dequeueReusableCellWithIdentifier_2014-05-29
dequeueReusableCellWithIdentifier
2014-05-29 01:34:42
740
原创 [C/C++]warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]|
二话不说,上代码
2014-05-28 16:37:55
13410
原创 [C/C++]warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int' [-Wforma
format '%c' expects argument of type 'char*', but argument 2 has type 'int'
2014-05-28 16:26:57
17584
原创 [ios专项]ios socket 之常规socket以及第三方开源类库AsyncSocket
po:socket通信基本是哪哪都会用到,其实就是“你发消息我响应”
2014-05-22 17:29:37
2128
原创 [ios专项]NSDictionary 和NSMutableDictionary 学习资料整理
NSDictionary和NSMutableDictionary例子微解
2014-05-22 15:09:06
1752
原创 [ios专项]NSBundle 学习-网上常见资料整理 20140520
BUNDLE的官方解释:A bundle is a directory in the file system that groups executable code and related resources such as images and sounds together in one place. In iOS and OS X, applications, frameworks,
2014-05-22 11:38:57
875
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人