我用的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
MySQL通常有三种安装方式:RPM包以及yum安装通用二进制包安装源码编译安装这里,我们仅对源码编译安装进行讲解。首先需要说明的是从MySQL5.5开始就要用cmake安装了,已不能用./configure编译安装,所以我们首先需要安装cmake。1、安装必要的编译环境#yum-yinstallgccgcc-c++gcc..
分类:
数据库 时间:
2014-07-18 17:04:17
阅读次数:
397
我们直接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
到网站上面下载:cmake-3.0.0.tar.gz和mysql-5.5.8.tar.gz;解压安装cmake-3.0.0.tar.gztar -zxv -f cmake-3.0.0.tar.gzcd cmake-3.0.0./configuremakemake install解压安装mysql-5...
分类:
数据库 时间:
2014-07-18 16:09:13
阅读次数:
328
# pacman -S apache-ant参考:http://blog.csdn.net/linshutao/article/details/6638116
分类:
其他好文 时间:
2014-07-18 14:35:23
阅读次数:
241
最近在通过网站Tutorials for openGL 3.3+ 来学习计算机图形学。这里的教材很人性化,更重要的是它让我们抛开旧式openGL去学习。而旧式openGL似乎也一直为人们所诟病(推荐阅读:http://blog.monkeypotion.net/reading/gameprogr.....
假设一个应用抛出大量的Classnot found信息,一般你会怀疑包冲突。但是tomcat的webappclassloader却有这种问题:假设一个应用公布出现故障, webappclassloader的started属性被设为false.然后其他线程假设继续使用webappclassloader...
分类:
移动开发 时间:
2014-07-18 09:22:56
阅读次数:
190
最近接手一个项目,在用真机调试时出现了“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