本质
库是一种可执行代码的二进制格式,可以被载入内存中执行
库分静态库和动态库两种.
一.概念
静态函数库
库的名字一般是libxxx.a
函数库的链接是在编译时期完成
所有相关对象与牵涉的函数库被链接合成一个可执行文件
运行时,与函数库再无瓜葛
动态函数库
库的名字一般是li...
分类:
其他好文 时间:
2014-07-18 22:21:45
阅读次数:
195
Description
You have just finished a compiler design homework question where you had to find the parse tree of an expression. Unfortunately you left your assignment in the library, but lucki...
分类:
其他好文 时间:
2014-07-18 22:19:15
阅读次数:
249
我用的XCode版本是5.1,遇到一种奇怪的编译错误:libxml/tree.h not found。查了一些文章,按照一篇XCode 4.5的解决方案解决了这个问题。我觉得应该有不少人遇到这种问题,这里分享一下。【注】至少我这里是可以解决的,确定无误,如果您看了我的文章没解决了您的问题,求轻喷……...
分类:
其他好文 时间:
2014-07-18 19:26:30
阅读次数:
147
分页程序一般由两条SQL组成:SELECT COUNT(*) FROM ... WHERE ....SELECT ... FROM ... WHERE LIMIT ... 如果使用SQL_CALC_FOUND_ROWS的话,一条SQL就可以了:SELECT SQL_CALC_FOUND_ROWS ....
分类:
数据库 时间:
2014-07-18 19:24:17
阅读次数:
292
我们直接import项目的时候,因为有的git项目是没有.project和.classpath文件的,所以直接import已有项目肯定不行。
以下是解决方案:
1. new Android Project里面换一个选项create project from existing code
(new->project->Android / Android Project from Exis...
分类:
移动开发 时间:
2014-07-18 17:00:16
阅读次数:
222
I went through the EE445M and found it’s interesting since the goal of this class is to build a working RTOS. The first lec note mentioned how to make...
分类:
其他好文 时间:
2014-07-18 16:27:54
阅读次数:
175
最近接手一个项目,在用真机调试时出现了“Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found”的出错。一直提示指定UUI...
分类:
移动开发 时间:
2014-07-17 14:23:41
阅读次数:
233
I found this code works great as the function strip_tags in php to replace html tags from string and I just want to share it with you. Hope it benefit...
分类:
其他好文 时间:
2014-07-17 12:56:52
阅读次数:
220
挺高兴的老师借了我一块K60的开发板,趁着暑假好好鼓捣鼓捣!
有了上图的过程分析我想心里大概有个低了吧!
下面看代码:
/* CodeWarrior ARM Runtime Support Library
* Copyright ?2012 Freescale Semiconductors. All rights reserved.
...
分类:
其他好文 时间:
2014-07-17 10:57:49
阅读次数:
238
执行php安装
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:
其他好文 时间:
2014-07-17 10:46:12
阅读次数:
150